|
dev
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Getting "Report Error to Microsoft" on several machinesWe 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 Check to make sure that the offending machines have the correct version of > 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. the .Net framework. Jim Wooley http://devauthority.com/blogs/jwooley/default.aspx 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 Show quote "Jim Wooley - MVP" <jimNOSPAMwooley@hotmail.com> wrote in message news:be262b3a12adc8c8b433ef53dbbd@msnews.microsoft.com... > 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.aspx > > |
|||||||||||||||||||||||