Some Kind of error

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
 
G

Guest

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
 
G

Guest

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.
 

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