|
by luisabreu via LA.NET [EN] on 6/9/2009 9:49:40 AM
Before getting started, I’d like to say that I don’t really use friend assemblies much. However, there are times where using friend assemblies is a must and in those cases, you might end up getting into the problem I had. For starters, you need to use the InternalsVisibleToAttribute to signal a friend assembly. In my case, I’ve added something like this: [assembly: InternalsVisibleTo("Sra.Core.Entities.Repositories")] Since I tend to sign my assemblies, I’ve ended up getting this err
... [ read more ]
|
|