This line of Code works in Visual Studio 2005 but raises an error in Visual Studio 2008
m_NIDS.SelectUrl()
the error:
ex.ToString "System.AccessViolationException: Attempted to read or write protected memory. This is often an indication that other memory is corrupt.
at NationalInstruments.Net.Internal.Win32.IAxDataSocket.SelectURL(Object startUrl, Object title, Object options, Object filters)
at NationalInstruments.Net.DataSocket.SelectUrl(String startUrl, String title, SelectOptions options, String filter)
at NationalInstruments.Net.DataSocket.SelectUrl()
at DrillSense.Sensors.Sensor.SelectURL() in C:\DrillSense VS 2008\DrillSense\cls_Sensor.vb:line 309" String
They are both installed on same computer, any ideas?
Thanks,
Barrett