Error when building a project in release mode

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.
 
N

Nicholas Paldino [.NET/C# MVP]

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.
 
G

Guest

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top