Subsonic GAC problem

234 Views Asked by At

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?

1

There are 1 best solutions below

3
On

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?