Load Assembly .Net 3.5 to SQL Server 2005

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Bassem
    Contributor
    • Dec 2008
    • 344

    Load Assembly .Net 3.5 to SQL Server 2005

    Hello,

    I've a PC that .NET 3.5 is installed on it and SQL Server 2005.

    Is it possible to load dll file that is .NET 3.5 to SQL Server 2005? I tried but got error because of the .NET version. Is there any trick can I do?

    Thanks in advanced.
  • ck9663
    Recognized Expert Specialist
    • Jun 2007
    • 2878

    #2
    Google is your friend...

    Here, I found this...

    Good Luck!!!

    ~~ CK

    Comment

    • Bassem
      Contributor
      • Dec 2008
      • 344

      #3
      Thank you CK!
      I'm finally able to load the assembly, just copied the missing DLL(s) to the same directory while do the loading.

      Thanks again for your help.

      Comment

      Working...