Thanks.
The operating system is WinXP Pro on old and new dev computer.
The exe on the client computer fails with the following message...
++++++++++++++++++++
ProgamName.exe - Common Language Runtime Debugging Services
Application has generated an exception that could not be handled.
Process id=0xce4 (3300), Thread id=0xa8 (680).
Click OK to terminate the application.
Click CANCEL to debug the application.
++++++++++++++++++++++++++
When it has failed this fast in the past it was always a missing reference
or dll needed at load time. Could it be that I just need to go back and
reapply all my references??
Thanks so much!
Bob
"Cor Ligthert[MVP]" wrote:
Bob,
To make it more clear for us, what is the OS from the new development
computer, is that the same as the old one?
(And what do you exactly mean with not working, is it in the program list
but dies without giving any information?)
Cor
"BobAchgill" <Bo********@discussions.microsoft.comschreef in bericht
news:34**********************************@microsof t.com...
Hi,
I am using Visual Studio 2003.
After moving my project to a new development computer my project compiles
and works on the new development computer but the program will not work
when
I test it on the client's computer. . I checked and both old and new
development computers have the same list of references.
When I switch out only the exe that was compiled using the same project
code
on the old dev computer the client installation likes that exe. What am I
missing on getting the new development computer configured to compile like
the old one?
Thanks!
Bob