难题,大家帮我看个错误!
我现在用的是VS.net2002,在VS.net2003上成功运行的一个程序,在我机器上出现如下的错误,是不是我的什么类库没有引用,麻烦大家出出主意!
错误显示如下:
找不到文件或程序集名称“Microsoft.VisualBasic”,或找不到它的一个依赖项。
异常详细信息: System.IO.FileNotFoundException: 找不到文件或程序集名称“Microsoft.VisualBasic”,或找不到它的一个依赖项。
程序集加载跟踪: 下列信息有助于确定程序集“Microsoft.VisualBasic”无法加载的原因。
=== Pre-bind state information ===
LOG: DisplayName = Microsoft.VisualBasic, Version=7.0.5000.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
(Fully-specified)
LOG: Appbase = file:///c:/inetpub/wwwroot/abc
LOG: Initial PrivatePath = bin
Calling assembly : manage_map, Version=1.0.1167.24194, Culture=neutral, PublicKeyToken=null.
===
LOG: Publisher policy file is not found.
LOG: No redirect found in host configuration file (C:\WINNT\Microsoft.NET\Framework\v1.0.3705\aspnet.config).
LOG: Using machine configuration file from C:\WINNT\Microsoft.NET\Framework\v1.0.3705\config\machine.config.
LOG: Post-policy reference: Microsoft.VisualBasic, Version=7.0.5000.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
LOG: Attempting download of new URL file:///C:/WINNT/Microsoft.NET/Framework/v1.0.3705/Temporary ASP.NET Files/abc/14c1c8d1/8ad30e87/Microsoft.VisualBasic.DLL.
LOG: Attempting download of new URL file:///C:/WINNT/Microsoft.NET/Framework/v1.0.3705/Temporary ASP.NET Files/abc/14c1c8d1/8ad30e87/Microsoft.VisualBasic/Microsoft.VisualBasic.DLL.
LOG: Attempting download of new URL file:///c:/inetpub/wwwroot/abc/bin/Microsoft.VisualBasic.DLL.
LOG: Attempting download of new URL file:///c:/inetpub/wwwroot/abc/bin/Microsoft.VisualBasic/Microsoft.VisualBasic.DLL.
LOG: Attempting download of new URL file:///C:/WINNT/Microsoft.NET/Framework/v1.0.3705/Temporary ASP.NET Files/abc/14c1c8d1/8ad30e87/Microsoft.VisualBasic.EXE.
LOG: Attempting download of new URL file:///C:/WINNT/Microsoft.NET/Framework/v1.0.3705/Temporary ASP.NET Files/abc/14c1c8d1/8ad30e87/Microsoft.VisualBasic/Microsoft.VisualBasic.EXE.
LOG: Attempting download of new URL file:///c:/inetpub/wwwroot/abc/bin/Microsoft.VisualBasic.EXE.
LOG: Attempting download of new URL file:///c:/inetpub/wwwroot/abc/bin/Microsoft.VisualBasic/Microsoft.VisualBasic.EXE.
堆栈跟踪:
[FileNotFoundException: 找不到文件或程序集名称“Microsoft.VisualBasic”,或找不到它的一个依赖项。]
manage_map.xianzhuang_map.Page_Load(Object sender, EventArgs e) +0
System.Web.UI.Control.OnLoad(EventArgs e) +67
System.Web.UI.Control.LoadRecursive() +29
System.Web.UI.Page.ProcessRequestMain() +724
--------------------------------------------------------------------------------
版本信息: Microsoft .NET 框架版本:1.0.3705.0; ASP.NET 版本:1.0.3705.0