smeier 发表于 2006-11-29 09:05:46

vs2005

我用vs2005vb编写一个简单程序:出现如下错误
“通讯.exe”(托管): 已加载“d:\Program Files\Microsoft Visual Studio 8\SmartDevices\SDK\CompactFramework\2.0\v2.0\Debugger\BCL\mscorlib.dll”,未加载符号。
“通讯.exe”(托管): 已加载“e:\smx\vs2005编程\铁路课题\通讯\通讯\bin\debug\通讯.exe”,符号已加载。
“通讯.exe”(托管): 已加载“d:\Program Files\Microsoft Visual Studio 8\SmartDevices\SDK\CompactFramework\2.0\v2.0\Debugger\BCL\System.Windows.Forms.dll”,未加载符号。
“通讯.exe”(托管): 已加载“d:\Program Files\Microsoft Visual Studio 8\SmartDevices\SDK\CompactFramework\2.0\v2.0\Debugger\BCL\System.dll”,未加载符号。
“通讯.exe”(托管): 已加载“d:\Program Files\Microsoft Visual Studio 8\SmartDevices\SDK\CompactFramework\2.0\v2.0\Debugger\BCL\System.Drawing.dll”,未加载符号。
“通讯.exe”(托管): 已加载“d:\Program Files\Microsoft Visual Studio 8\SmartDevices\SDK\CompactFramework\2.0\v2.0\Debugger\BCL\Microsoft.WindowsCE.Forms.dll”,未加载符号。
“通讯.exe”(托管): 已加载“d:\Program Files\Microsoft Visual Studio 8\SmartDevices\SDK\CompactFramework\2.0\v2.0\Debugger\BCL\Microsoft.VisualBasic.dll”,未加载符号。
“通讯.exe”(托管): 已加载“System.SR.dll”,未加载符号。
在 System.IO.FileNotFoundException 中第一次偶然出现的“mscorlib.dll”类型的异常
“通讯.exe”(托管): 已加载“System.SR.resources.dll”,未加载符号。
在 System.TimeoutException 中第一次偶然出现的“System.dll”类型的异常

hemaspark 发表于 2007-10-2 11:25:11

我也遇到同样的问题,怎么解决啊?那位大哥帮帮忙

lily.h.wang 发表于 2007-10-13 10:36:05

回复 2# 的帖子

是不是,你应用这里的类,当时在命名空间里面没有申明导致的,可以看看
页: [1]
查看完整版本: vs2005