Reputation: 11
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
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