J
Jerry Spence1
I am doing:
My.Computer.Network.Ping("192.168.0.1", 2000)
I often (but not always) get the following error:
System.Net.NetworkInformation.PingException: An exception occurred during a
Ping request. ---> System.AccessViolationException: Attempted to read or
write protected memory. This is often an indication that other memory is
corrupt.
I see several references to this on Google and also a claimed fix from
Microsoft, but this fix didn't work. I get the following:
"The upgrade patch cannot be installed by the windows installer service
because the program to be upgraded may be missing, or the upgrade patch may
update a different version of the program."
The refence for this fix is here: http://support.microsoft.com/kb/923028
I am running .NET 2.0 and VB2005, which is exactly what is required by the
fix.
If I download .NET 3.5, how do I tell my VB application to use this instead
of 2.0? I can't find a reference to the version of .NET in the IDE.
-Jerry
My.Computer.Network.Ping("192.168.0.1", 2000)
I often (but not always) get the following error:
System.Net.NetworkInformation.PingException: An exception occurred during a
Ping request. ---> System.AccessViolationException: Attempted to read or
write protected memory. This is often an indication that other memory is
corrupt.
I see several references to this on Google and also a claimed fix from
Microsoft, but this fix didn't work. I get the following:
"The upgrade patch cannot be installed by the windows installer service
because the program to be upgraded may be missing, or the upgrade patch may
update a different version of the program."
The refence for this fix is here: http://support.microsoft.com/kb/923028
I am running .NET 2.0 and VB2005, which is exactly what is required by the
fix.
If I download .NET 3.5, how do I tell my VB application to use this instead
of 2.0? I can't find a reference to the version of .NET in the IDE.
-Jerry