jcronin Posted January 9, 2004 Posted January 9, 2004 Hello all, i am a newbie, trying to learn Visual basic.NEt 2003, very inexperienced. I am trying to debug a simple application, when I start debugger, code execute, but I get the following in the debug window when I close built app. I have no idea what this is or how to fix, please help if you know what I need to correct. Thanks 'DefaultDomain': Loaded 'c:\windows\microsoft.net\framework\v1.1.4322\mscorlib.dll', No symbols loaded. 'jimtest': Loaded 'C:\Documents and Settings\Jim\My Documents\Visual Studio Projects\jimtest\bin\jimtest.exe', Symbols loaded. 'jimtest.exe': Loaded 'c:\windows\assembly\gac\system.windows.forms\1.0.5000.0__b77a5c561934e089\system.windows.forms.dll', No symbols loaded. 'jimtest.exe': Loaded 'c:\windows\assembly\gac\system\1.0.5000.0__b77a5c561934e089\system.dll', No symbols loaded. 'jimtest.exe': Loaded 'c:\windows\assembly\gac\system.drawing\1.0.5000.0__b03f5f7f11d50a3a\system.drawing.dll', No symbols loaded. 'jimtest.exe': Loaded 'c:\windows\assembly\gac\accessibility\1.0.5000.0__b03f5f7f11d50a3a\accessibility.dll', No symbols loaded. The program '[428] jimtest.exe' has exited with code 0 (0x0). Quote
Administrators PlausiblyDamp Posted January 9, 2004 Administrators Posted January 9, 2004 It's simply telling you what files were loaded and then when you closed it the application closed - there is nothing to fix. Quote Posting Guidelines FAQ Post Formatting Intellectuals solve problems; geniuses prevent them. -- Albert Einstein
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.