PDA

Click to See Complete Forum and Search --> : SQL Server 2005 : CREATE ASSEMBLY error 6218?


Merrion
Jun 7th, 2005, 03:20 PM
I'm trying to add a fairly simple assembly to SQL server 2005; but keep getting a message:
6218 : Assembly 'EnableIrelandSystem' failed verification, run peverify on the assembly.

So - the only thing remotely controversial in th eassembly is a reference to System.Runtime.Interopservices (for <StructLayout()> ).

Any ideas?