Some Kind of error

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

Guest

Hey guys, i wrote a little piece of code and i gave my friend the exe. My friend intalled the .NET framework and everytime he runs the exe he gets this error

Application has generated an exception that could not be handled
Process id=0x1ac(428), Thread id oxbc(108

what is that .. its driving me nuts !!!!

THANX IN ADVANCE
 
Hello Will

I'm experiencing the same problem

The program is developed on a Windows2000 machine in C# and deployed on XP using the project build and setup steps.
It runs well on an XP machine with Visual Studio installed, but results in the same error message that you report
The dotnetfx framework is installed on the deployment XP machine.

But still something is wrong? Anyone got a clue

Thanks, Jeroen
 
Fixed

I'm not sure what went wrong. A previous installation got mixed up with the new setup stuff, causing the program to lose grip on one of the assemblies.

Manually removing old assemblies and running the setup again solved my problem

I guess that when you get a process/thread error message, you should give a better look at the assemblies you need to deploy with your application

Jeroen.
 
Back
Top