Strong Key and fxcop

grizzley90

13-10-2006 00:04:48

Can you please sign the assembly that comes in the sdk otherwise visual studio wont let me mark it as a prerequisite.

Also fxcop reports something like over 2k issues so you might wanna take a look at that.. :?

Good luck, good work too.

Bekas

13-10-2006 08:14:59

Can you please sign the assembly that comes in the sdk otherwise visual studio wont let me mark it as a prerequisite.
AFAIK this is needed if you want to put the assembly in the GAC. Since Mogre.dll is dependant in native Ogre DLLs, this is a bad idea. I suggest not putting in the prerequisites and just getting it installed in the application's path.

Also fxcop reports something like over 2k issues so you might wanna take a look at that.. :?
Heh, I'm sure it does. Since Mogre is not a pure .NET library but a thin layer over Ogre, I think we can give it some slack for not being faithful to .NET conventions. :)