CLR Program Startup Error On Deployment (Urgent)

  • Thread starter Thread starter Ahmet
  • Start date Start date
A

Ahmet

Hi All;

I have two computers. I have developed one application on first computer
using .NET 2003 with framework 1.1 and .net developer.

On second computer, I have copied program exe and dll's and installed
visual studio .net prerequirements and .net framework 1.1

when I try to start application on second computer that I developed on
first computer, application gives an error shown below.

----------------------------------------------------------------------------
---
Common Language Runtime Error
Application has generated an error that could not be handled
process Id : xxx
thread id : yyy

Press Ok To Terminate Application,
Press Cancel To Debug Application
 
try adding a setup project to your sollution use the wizzard if you want it
fast build that project and install the result on the other comp. this way
you should have all the dll's .. your application needs.
 
Hi,

Are the two computers running the same version of windows, or at least the
second is running w2K or higher? if not it maybe possible that you are using
a feature ( like FileSystemWatcher) that is not availabe.

Cheers,
 
Back
Top