SQL CLR

  • Hello All

    I am trying to register a third party dll into assembly folder of sql server 2012, which might be mixed mode assembly.I am getting the below error, i googled it but many of them said there is no solution. please advise if anyone come across this.

    CREATE ASSEMBLY for assembly failed because assembly is malformed or not a pure .NET assembly.

    Unverifiable PE Header/native stub.

    Thanks

    John

  • Mixed mode assembly will (most probably) need to be created as UNSAFE (since it's a mix of C# and C++ code).

    Also the C++ part of it will have to be compiled for the same bitness as your SQL Server setup.

Viewing 2 posts - 1 through 1 (of 1 total)

You must be logged in to reply to this topic. Login to reply