help deployment error

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

Guest

Hi,

I am trying to deploy a c# application that contains a crystal report viewer
to another machine. However when I build the applicaiton it says that

Property "keycode" is non-nullable

Any help would be appreciated

Thanks
 
So does this have anything to do with deploying to another machine? Sounds
like you can't build your project.

You should include the line of code causing the problem and any other
relevant code.
 
Here is what I see

------ Build started: Project: ArcEMDA_Desktop_Console, Configuration:
Release .NET ------

Preparing resources...
Updating references...
Performing main compilation...

The project is up-to-date.
Building satellite assemblies...



------ Starting pre-build validation for project 'ARCEMDASetup' ------
ERROR: Property 'Keycode' is non-nullable
------ Pre-build validation for project 'ARCEMDASetup' completed ------
------ Build started: Project: ARCEMDASetup, Configuration: Release ------




---------------------- Done ----------------------

Build: 1 succeeded, 1 failed, 0 skipped
 

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

Back
Top