CLR Program Startup Error On Deployment (Urgent)

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
 
E

EricJ

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

Ignacio Machin \( .NET/ C# MVP \)

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,
 

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