1

Ok, I installed the Microsoft SQL Server 2005 Backward Compatibility Components here file:///C:/Users/davids/AppData/Local/Temp/instructions_enu.htm but I guess these dlls are not in this.

Anyone know where the heck I can get these? Yes, I'm running SQL 2008 so they are missing because they're for 2005.

Microsoft.SqlServer.ConnectionInfo.dll Microsoft.SqlServer.Smo ...

3
  • 2
    Aren't they installed in the GAC? Commented Mar 25, 2010 at 22:17
  • not sure...why would I have to do this manually? Commented Mar 25, 2010 at 22:25
  • I remember having to carry those in my local folder next to my executable because the gac had them compiled platform specific(gac had win32 and my app was running in x64) or vice versa
    – GenEric35
    Commented Apr 3, 2010 at 18:39

1 Answer 1

1

You can find these DLLs registered at the GAC (C:\Windows\assembly). If you find them there you can export, check this link on how to export DLL from Assembly folder: http://waelouf.blogspot.com/2009/08/adding-microsoft-report-viewer-in.html

Not the answer you're looking for? Browse other questions tagged or ask your own question.