Getting "Report Error to Microsoft" on several machines

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?
 
J

Jim Wooley - MVP

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
 
K

Kyle Jedrusiak

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
 

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