本文介绍了“没有加载符号”........的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧! 问题描述 29岁程序员,3月因学历无情被辞! 这是什么意思?我的编程运行良好。然后,只要我按下确定或取消, 以下是调试器输出区域的内容。 TIA - RDI (从电子邮件地址中删除感叹号) ''DefaultDomain'':已加载 ''c:\windows \ microsoft.net \ framework \v1.0.3705 \ msco rlib.dll'',没有符号 已加载。 ''UstnStart'':已加载''C:\Documents and Settings \Don Ireland \ My Documents\Visual Studio Projects\UstnStart\UstnStart\bin\UstnStart.exe'', 符号已加载。 ''UstnStart.exe'' :已加载 ''c:\windows \assembly\gac \ system.windows.forms \1.0。 3300.0__b77a5c561934e089 \ s ystem.windows.forms.dll'',没有加载符号。 ''UstnStart.exe'':已加载 ''c:\windows \assembly\gac \ system \1.0.3300.0__b77a5c 561934e089 \ systemystem'',No 符号已加载。 ''UstnStart.exe'':已加载 ''c:\windows \assembly\gac \ system.drawing \1.0.3300.0 __b03f5f7f11d50a3a \ system。 drawing.dll'',没有加载符号。 ''UstnStart.exe'':已加载 ''c:\windows \ assembly \gac \ microsoft.visualbasic \7.0 .3300.0__b03f5f7f11d50a3a \ microsoft.visualbasic.dll'',没有加载符号。 ''UstnStart.exe '':已加载 ''c:\windows \assembly\gac \accessibility\1.0.3300.0_ _b03f5f7f11d50a3a \ accessib ility.dll' ',没有加载符号。 该程序''[2332] UstnStart.exe已退出,代码为0(0x0)。 解决方案 我不是看到问题。该行包含已加载的符号。其他人 包含没有装载smybols。这是一样的,这一直是 。缺少什么? - Armin http://www.plig.net/nnq/nquote.html http://www.netmeister.org/news/learn2quote.html What''s it mean? My prog runs fine. Then as soon as I press ok or cancel,the following is what''s in the output area of the debugger.TIA--RDI(remove the exclamation from the email address)''DefaultDomain'': Loaded''c:\windows\microsoft.net\framework\v1.0.3705\msco rlib.dll'', No symbolsloaded.''UstnStart'': Loaded ''C:\Documents and Settings\Don Ireland\MyDocuments\Visual Studio Projects\UstnStart\UstnStart\bin\UstnStart.exe'',Symbols loaded.''UstnStart.exe'': Loaded''c:\windows\assembly\gac\system.windows.forms\1.0. 3300.0__b77a5c561934e089\system.windows.forms.dll'', No symbols loaded.''UstnStart.exe'': Loaded''c:\windows\assembly\gac\system\1.0.3300.0__b77a5c 561934e089\system.dll'', Nosymbols loaded.''UstnStart.exe'': Loaded''c:\windows\assembly\gac\system.drawing\1.0.3300.0 __b03f5f7f11d50a3a\system.drawing.dll'', No symbols loaded.''UstnStart.exe'': Loaded''c:\windows\assembly\gac\microsoft.visualbasic\7.0 .3300.0__b03f5f7f11d50a3a\microsoft.visualbasic.dll'', No symbols loaded.''UstnStart.exe'': Loaded''c:\windows\assembly\gac\accessibility\1.0.3300.0_ _b03f5f7f11d50a3a\accessibility.dll'', No symbols loaded.The program ''[2332] UstnStart.exe'' has exited with code 0 (0x0). 解决方案I don''t see the problem. The line contains "Symbols loaded". The otherscontain "no smybols loaded". That''s the same here and it has always beenthis way. What is missing?--Armin http://www.plig.net/nnq/nquote.html http://www.netmeister.org/news/learn2quote.html 这篇关于“没有加载符号”........的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持! 上岸,阿里云!
05-30 08:47