Hi all,
was running my code through FXCop and it stated I should strongly name my assemblies so I went through each project and used Visual Studio to create the signing keys required. All ok. But now when I build the solution I get an error thrown stating that Microsoft.ApplicationBlocks.Data is not strongly named (the dll is referenced in my data access layer assembly). So I created a key using sn.exe in the .NET SDK but now I don't understand how to assign this key to a third party .dll file through signing. I get the impression that maybe I need to get the source code from omewhere and add the key myself and recompile the .dll. This doesn't seem right to me.
Any ideas as it currently seems that I'm unable to strongly name my assembly because it references a microsoft .dll that itself is not strongly named (and hence does not appear to follow microsofts own coding standards, maybe!).
Anyway am having to disable this in FXCop now.
Rick Edwards