Hi Guys
In one my VS2008 solution (used with .NET 3.5), sometimes, I get the following error when I try to rebuild one of my project:
error MSB3188: Assembly 'somePath/blabla.dll' must be strong signed in order to be marked as a prerequisite.
Another thing to know about the project is that I use ClickOnce to publish it. as said on this page my referenced library has the following properties : Copy Local = False, so it shouldn't be marked as prerequisite (that's why I'm quite upset by the build error message) Specific Version = False;
The weird thing is that this errors occurs occasionally and then disappears as if by magic.
If any ClickOnce expert (or an expert on whatever actually) could explain this strange phenomenon, it would be awesome !