I am facing an issue during CREATE ASSEMBLY
command in SQL Server, error message is given below:
Msg 6544, Level 16, State 1, Line 19
CREATE ASSEMBLY for assembly 'dotnetpiper.CLR' failed because assembly 'microsoft.visualbasic.activities.compiler' is malformed or not a pure .NET assembly.
Unverifiable PE Header/native stub
I'm using this query:
CREATE ASSEMBLY dotnetpiper
from 'D:\My\dotnetpiper.CLR.dll'
WITH PERMISSION_SET = UNSAFE
Please advise me of any mistakes I'm making. I've not found anything helpful so far on this.