Adrian
Adrian

Reputation: 11

Subsonic GAC problem

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?

Upvotes: 1

Views: 219

Answers (1)

Michael Maddox
Michael Maddox

Reputation: 12489

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?

Upvotes: 1

Related Questions