TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
jazztech57
NA
1
0
Converting VB6 data to VB.NET
Nov 2 2004 3:37 PM
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).
Reply
Answers (
0
)
datagrid/listbox question
app not getting called