Error when building a project in release mode

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hello,

I am getting an error when building the project in release mode. The error
is only for one project in a solution. I check the properties and release
settings are the same as debug settings. Error is:
"Error 3 Source file 'Key' could not be found" and the source file is SGEN,
which it does not exist in the project.
 
Mike,

It seems like you are trying to sign the assembly with a strong name,
but the compiler can not find the key that you are using. Double check that
the key exists.
 
thanks! it worked.
--
Mike


Nicholas Paldino said:
Mike,

It seems like you are trying to sign the assembly with a strong name,
but the compiler can not find the key that you are using. Double check that
the key exists.


--
- Nicholas Paldino [.NET/C# MVP]
- (e-mail address removed)

Mike9900 said:
Hello,

I am getting an error when building the project in release mode. The
error
is only for one project in a solution. I check the properties and release
settings are the same as debug settings. Error is:
"Error 3 Source file 'Key' could not be found" and the source file is
SGEN,
which it does not exist in the project.
 
Back
Top