Creating CLR Assembly in SQLServer 2005

Posted by jangwenyi on Server Fault See other posts from Server Fault or by jangwenyi
Published on 2009-11-06T11:25:22Z Indexed on 2010/06/08 6:53 UTC
Read the original article Hit count: 254

Filed under:
|

I am getting the following error message when I try install my .NET assembly int SqlServer 2005. My .NET assembly references 'ChilkatDotNet2.dll' assembly.

Msg 6544, Level 16, State 1, Line 1
CREATE ASSEMBLY for assembly 'myassembly' failed because assembly 'chilkatdotnet2' is malformed or not a pure .NET assembly. 
Unverifiable PE Header/native stub.

Any ideas how to resolve, workaround?

© Server Fault or respective owner

Related posts about sql-server

Related posts about sqlclr