Configuring a handler loading problem

xiaoxiao2021-03-06  45

When I reconstruct the duwamish configuration file, I encountered a problem, I can't understand. The error message is as follows: Configuration error Description: An error occurred while processing the configuration file required to serve the request. Please check the specific error details below and modify the configuration file appropriately.

Analyzer error message: An exception occurs when the section handler is created.

Source error:

4: line 5: line 6:

line 7: line 8:

Source file: c: /inetpub/wwrowroot/web/web.config line: 6

AGM Load Tracking: The following information helps to determine the reason why the assembly "SystemFramework" cannot be loaded.

=== Pre-bind state information === LOG: DisplayName = SystemFramework (Partial) LOG: Appbase = file: /// c: / inetpub / wwwroot / WebLOG: Initial PrivatePath = binCalling assembly: (Unknown) ===.

LOG: Policy not being applied to reference at this time (private, custom, partial, or location-based assembly bind) .LOG: Post-policy reference: SystemFrameworkLOG: Attempting download of new URL file: /// C: / WINDOWS / Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET Files / web / 23dace55 / c62a7f07 / SystemFramework.DLL.LOG: Attempting download of new URL file: /// C: /WINDOWS/Microsoft.NET/Framework/v1 .1.4322 / Temporary ASP.NET Files / web / 23dace55 / c62a7f07 / SystemFramework / SystemFramework.DLL.LOG: Attempting download of new URL file: /// c: /inetpub/wwwroot/Web/bin/SystemFramework.DLL.

According to LOG, I found the systemframe.dll file found. This file is the "Profile" handler compiled DLL, which should be in the bin directory. By comparison, it is found that EcGame.SystemFrame.dll is located in a bin directory. File name does not match! ! ! As long as you reset the output file named systemframe.dll by clicking on the Item SystemFrame project properties, or change the TYPE of the configuration file to SystemFrame instead of ecgame.systemframe to solve this problem! It is recommended that you should be careful to name the space and output file name!

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

New Post(0)