Getting "Report Error to Microsoft" on several machines

  • Thread starter Thread starter Kyle Jedrusiak
  • Start date Start date
K

Kyle Jedrusiak

We have a windows app written in c# which is working pretty well on most
machines.

Specifically on three machines the app blows up completely randomly giving
them the "Report Error To Microsoft" dialog.

They don't get a standard Exception window.

If we look at some of the details it's related to code security, which makes
no sense to us as they are all set up the same ass 100 other users.

We've given one person a different machine, even tried removing them from
the domain and recreating them.

Still gets the same thing.

Ideas?
 
Hello Kyle,
We have a windows app written in c# which is working pretty well on
most machines.

Specifically on three machines the app blows up completely randomly
giving them the "Report Error To Microsoft" dialog.

They don't get a standard Exception window.

Check to make sure that the offending machines have the correct version of
the .Net framework.

Jim Wooley
http://devauthority.com/blogs/jwooley/default.asp
 
The app requires .NET 2.0 to run at all.

But both .NET 1.1 and 2.0 are installed on the machines.

The problem is it occurs randomly in different places.

Friday it happened as the one person was exiting the app after having used
it all day.

Kyle
 
Back
Top