Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

error displays on some boxes, not others

Status
Not open for further replies.

russellbcopeland

Programmer
Joined
Apr 26, 2001
Messages
113
Location
US
I am doing some error trapping and amongst other things my error trap displays a messagebox to the user... In this particular instance the error is being generated by a call to SQL server... (could be any sql error, timeout, network problem or even a sql proc issue that triggers the error) If the call gets an error everything else seems to happen except the message box is not displayed on some machines.

It appears that the message is displayed on my development boxes but not on my testing servers or production servers... I've done some checking and all the boxes are running the same version of the framework etc.

Any ideas what could cause this?
 
Are you running McAfee Antivirus? There was a bug in one of their releases about 6 months back that cuases .Net messageboxes to behaive oddly. There is a patch on their site.

-Rick

VB.Net Forum forum796 forum855 ASP.NET Forum
[monkey]I believe in killer coding ninja monkeys.[monkey]
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top