请教了,看看这是什么问题啊?
Server Error in '/' Application.
--------------------------------------------------------------------------------
Configuration Error
Description: An error occurred during the processing of a configuration file required to service this request. Please review the specific error details below and modify your configuration file appropriately.
Parser Error Message: File or assembly name MyFavorite, or one of its dependencies, was not found.
Source Error:
Line 256: <add assembly="System.EnterpriseServices, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"/>
Line 257: <add assembly="System.Web.Mobile, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"/>
Line 258: <add assembly="*"/>
Line 259: </assemblies>
Line 260:
Source File: c:\windows\microsoft.net\framework\v1.1.4322\Config\machine.config Line: 258
Assembly Load Trace: The following information can be helpful to determine why the assembly 'MyFavorite' could not be loaded.
=== Pre-bind state information ===
LOG: DisplayName = MyFavorite
(Partial)
LOG: Appbase = C:\root\etc\
LOG: Initial PrivatePath = NULL
Calling assembly : System.Web, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a.
===
LOG: Policy not being applied to reference at this time (private, custom, partial, or location-based assembly bind).
LOG: Post-policy reference: MyFavorite
LOG: Attempting download of new URL file:///C:/root/etc/MyFavorite.DLL.
LOG: Attempting download of new URL file:///C:/root/etc/MyFavorite/MyFavorite.DLL.
LOG: Attempting download of new URL file:///C:/WINDOWS/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET Files/root/ee72573b/9ba4172d/MyFavorite.DLL.
LOG: Attempting download of new URL file:///C:/WINDOWS/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET Files/root/ee72573b/9ba4172d/MyFavorite/MyFavorite.DLL.
LOG: Attempting download of new URL file:///C:/root/etc/MyFavorite.EXE.
LOG: Attempting download of new URL file:///C:/root/etc/MyFavorite/MyFavorite.EXE.
LOG: Attempting download of new URL file:///C:/WINDOWS/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET Files/root/ee72573b/9ba4172d/MyFavorite.EXE.
LOG: Attempting download of new URL file:///C:/WINDOWS/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET Files/root/ee72573b/9ba4172d/MyFavorite/MyFavorite.EXE.
--------------------------------------------------------------------------------
Version Information: Microsoft .NET Framework Version:1.1.4322.573; ASP.NET Version:1.1.4322.573
问题点数:10、回复次数:4Top
1 楼adandelion(水源是CSDN最黑的地方,但这个最黑是CSDN一手制造的!)回复于 2005-08-03 22:08:28 得分 2
..................Top
2 楼zedan(kk)回复于 2005-08-03 22:35:00 得分 2
什么东西啊!!。。。。。。。Top
3 楼gaofeng2000(高老师)回复于 2005-08-03 22:46:43 得分 6
配置文件出错Top
4 楼lxw2100()回复于 2005-08-03 22:50:06 得分 0
To gaofeng2000(高老师) :我在本地可以运行的!
Top




