Subsonic GAC problem

subsonic3

I'm using the latest version of SubSonic (3.0.3). I'm having a problem with building my solution when my assembly is signed. I get an error stating the 'SubSonic.Core' assembly does not have a strong name. Can I not use SubSonic with a signed assembly?

Best Answer

You will need to rebuild the SubSonic.Core assembly in a way that it gets a strong name/signed.

See also:

Why can’t strongly named assemblies use assemblies that aren’t signed?

Related Topic