CS1577 Assembly generation failed

Hello,

I'm working on an updated ASP.NET project in VS2005. Everything was fine until I renamed a resource file in the IDE. Since then, I'm unable to build my application. Here is the error :

"Assembly generation failed -- Referenced assembly 'App_GlobalResources.fusrincv' does not have a strong name."

Any help appreciated.

TIA.

[370 byte] By [OlivierMATROT] at [2007-12-16]
# 1

If I clear AssemblyKeyFile in AssemblyInfo.cs the problem disappears.

OlivierMATROT at 2007-9-9 > top of Msdn Tech,Visual Studio,Visual Studio MSBuild...
# 2
1- Generate a new key file with sn tool (sn -k key.snk)
2 Go to the web project options, in MSBuild Options, check "Enable strong naming on precompiled assemblies". Use the option "Use a key file generated with the Strong Name Tool"
3- Browse the generated key file that you made in point 1.
jdarias at 2007-9-9 > top of Msdn Tech,Visual Studio,Visual Studio MSBuild...
# 3

What's the fix if this error appears for a Windows application?
dvj81 at 2007-9-9 > top of Msdn Tech,Visual Studio,Visual Studio MSBuild...

Visual Studio

Site Classified