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
 
Back
Top