About the processing of program loading errors

xiaoxiao2021-03-06  64

I met this problem in the development of program development. When I debug the program, the following error occurred.

Server errors in the "/ DROM_MANAGE" application.

-------------------------------------------------- ------------------------------

Configuration error

Note: An error occurred while processing the configuration file required to provide a service to the request. Please check the specific error details below and modify the configuration file appropriately.

Analyzer error message: Access is rejected: "Microsoft.Web.ui.WebControls".

Source error:

Dow 197:

Dow 198:

Line 199:

Line 200:

Line 201:

Source file: C: /Winnt/Microsoft.Net/framework/v1.1.4322/config/machine.config line: 199

AGM Load Tracking: The following information helps to determine the reason why the assembly "Microsoft.Web.ui.WebControls" cannot be loaded.

=== pre-bind state information ===

Log: DisplayName = Microsoft.Web.ui.WebControls

(Partial)

Log: AppBase = file: /// c: / inetpub / wwwroot / drive_manage

Log: Initial PrivatePath = bin

Calling assembly: (unknown).

===

Log: Policy Not Being Applied to Reference At this Time (private, custom, partial, or location-based assembly bind).

Log: post-policy reference: Microsoft.Web.ui.WebControls

LOG: Attempting download of new URL file: /// C: /WINNT/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET Files / drom_manage / 9fcb4944 / e7a54047 / microsoft.web.ui.webcontrols.DLL.

LOG: Attempting download of new URL file: /// C: /WINNT/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET Files / drom_manage / 9fcb4944 / e7a54047 / microsoft.web.ui.webcontrols / microsoft.web .ui.webcontrols.dll.

LOG: Attempting download of new URL file: /// c: /inetpub/wwwroot/Drom_Manage/bin/microsoft.web.ui.webcontrols.DLL.LOG: Policy not being applied to reference at this time (private, custom, partial Or location-based assembly bind.

Log: post-policy reference: Microsoft.Web.ui.WebControls, Version = 1.0.2.226, Culture = neutral, publickeyToken = NULL

-------------------------------------------------- ------------------------------

Version Information: Microsoft .NET Framework Version: 1.1.4322.573; ASP.NET Version: 1.1.4322.573

Finally, I found that there is a prompt information, c: /winnt/microsoft.net/framework/v1.1.4322/temporary ASP.NET FILES / DROM_MANAGE / 9FCB4944 / E7A54047 This path is less than a microsoft.web.ui.webControls.dll File, find this file, copy it to, you can!

But I don't know why these DLL files are lost!

转载请注明原文地址:https://www.9cbs.com/read-85718.html

New Post(0)