0
Reply

Converting VB6 data to VB.NET

jazztech57

jazztech57

Nov 2 2004 3:37 PM
1.9k
I am converting Visual Basic 6 code to Visual Basic.Net. Basically I have converted this piece of code which calls a funtion and cycles through the Registry until it find the USB peripheral installed on this computer. When I build the data I am not getting an error message. When I attempt to run this code the peripheral is not displayed I get this message in my Output Window. What is it that I may be missing? 'DefaultDomain': Loaded 'c:\windows\microsoft.net\framework\v1.0.3705\mscorlib.dll', No symbols loaded. 'USBSendData': Loaded 'C:\JT_USBDCPY\bin\USBSendData.exe', Symbols loaded. 'USBSendData.exe': Loaded 'c:\windows\assembly\gac\system.windows.forms\1.0.3300.0__b77a5c561934e089\system.windows.forms.dll', No symbols loaded. 'USBSendData.exe': Loaded 'c:\windows\assembly\gac\system\1.0.3300.0__b77a5c561934e089\system.dll', No symbols loaded. 'USBSendData.exe': Loaded 'c:\windows\assembly\gac\system.drawing\1.0.3300.0__b03f5f7f11d50a3a\system.drawing.dll', No symbols loaded. 'USBSendData.exe': Loaded 'c:\windows\assembly\gac\microsoft.visualbasic\7.0.3300.0__b03f5f7f11d50a3a\microsoft.visualbasic.dll', No symbols loaded. 'USBSendData.exe': Loaded 'c:\jt_usbdcpy\bin\axinterop.sysinfolib.dll', No symbols loaded. 'USBSendData.exe': Loaded 'c:\windows\assembly\gac\accessibility\1.0.3300.0__b03f5f7f11d50a3a\accessibility.dll', No symbols loaded. 'USBSendData.exe': Loaded 'c:\jt_usbdcpy\bin\interop.sysinfolib.dll', No symbols loaded. 'USBSendData.exe': Loaded 'c:\windows\assembly\gac\microsoft.visualbasic.compatibility\7.0.3300.0__b03f5f7f11d50a3a\microsoft.visualbasic.compatibility.dll', No symbols loaded. The program '[3204] USBSendData.exe' has exited with code 0 (0x0).