Generic windows error message

J

JezB

I've built a windows app on .NET 2.0. I have a few users that run it without
issue. One user reports that it immediately pops up the standard windows
window that reports:

<program> has encountered a problem and needs to close. We are sorry for the
inconvenience.

What does this possibly mean ? How can I trace the problem?

NB. I have a "run in debug mode" option which writes to a debug log file but
even that is not generated.
 
G

Guest

I've built a windows app on .NET 2.0. I have a few users that run it without
issue. One user reports that it immediately pops up the standard windows
window that reports:

<program> has encountered a problem and needs to close. We are sorry for the
inconvenience.


Search microsoft.com for the error text, something like

"encountered a problem and needs to close" "sorry for the inconvenience"

You will find a lot of reading. The fact that only one user shows the
symptom suggests that his computer has a problem. I don't think your .net
app has anything to do with it. It is likely a failed 3rd party component,
spyware, etc. I suggest starting with a comparison of installed programs
between the trouble user's computer and another that does not have the
problem.
 

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