Advertisement

1 - 10 of 290 containing alltags:("unhandled") (0 seconds)
Does anybody know what is the following error means? And how to solve it? Unhandled Exception: System.UnauthorizedAccessException: Access to the path "C:\WINNT\System32\rsxml.dll" is denied
Zones: ASPDate Answered: 04/11/2003 Grade: B Views: 0
I have this exception when I close the application window. I cant enclose it in a try-catch simply because the exception isnt in my code, its in system.data.dll. I think it has something to do with...
Zones: MS Visual BasicDate Answered: 07/15/2004 Grade: A Views: 0
An unhandled exception of type 'System.InvalidCastException' occurred in microsoft.visualbasic.dll Additional information: Cast from type 'DBNull' to type 'String' is not valid. Can someone exp...
Zones: MS Visual BasicDate Answered: 11/17/2004 Grade: A Views: 0
According to the following Microsoft article I can change my error handling options at Tools - Options - General. But when I go there it seems they have disappeared?  I'm using Microsoft Access 20...
Zones: MS AccessDate Answered: 08/27/2005 Grade: A Views: 0
I am writing this console app in VB (Visual Studio .NET) and I keep getting this System.Security.SecurityException thrown. For some reason, when I try to get the command line arguements, this ex...
Zones: Software DesignDate Answered: 11/19/2005 Grade: B Views: 80
Hi, This is a simple sample code, but I have the "System.InvalidCastException was unhandled" exception. I don't know why.     ArrayList al = new ArrayList();     al.Add("100");     al.Add...
Zones: C#Date Answered: 02/24/2006 Grade: A Views: 13
vb.net 2003 Reading alot of threads regarding opening an about form  and releasing memory.. I'am just trying to open an about for and simply  close... seems like a daunting task.. Private...
Zones: MS Visual BasicDate Answered: 02/27/2007 Grade: A Views: 0
I have this code: For Each first As DataRow In datatableSobe.Rows             For Each sec As DataRow In grupneSobe.Rows                 If first.Item(0) = sec.Item(0) Then                   ...
Zones: MS Visual BasicDate Answered: 03/08/2007 Grade: A Views: 0
Hi Experts, I have a piece of code that load up a form: - frmCreatePurchaseOrder.show() when I run it I get the following error message: - System.InvalidOperationException was unhandled...
Zones: MS Visual BasicDate Answered: 04/05/2007 Grade: A Views: 4
Hoping someone might have some insight to this. I have a TZ170 Sonicwall Firewall that keeps informing me of Malformed or unhandled IP packets being dropped from the LAN to the WAN constantly. Th...
Zones: Hardware Firewalls, S...Date Answered: 08/21/2007 Grade: A Views: 0