Influence of IIS application pool settings on dotnetnuke3.0.8 running

Source: Internet
Author: User
Tags dotnetnuke
After two days of struggle, I finally understood the impact of IIS application pool settings on dotnetnuke3.0.8 running.

The following error occurs when the predefined account in the application pool ID is set to a local account. After exploration, change to network account, OK

Server Error in '/dotnetnuke3.0.8' application.
The file, assembly name "7_plmmyz.dll", or one of its Dependencies cannot be found.

Description:An unhandled exception occurred during the execution of the current Web request. Please review the stack trace for more information about the error and where it originated in the code.

Exception details:System. Io. filenotfoundexception: the file or assembly name "7_plmmyz.dll" cannot be found, or one of its Dependencies cannot be found.

Source error:

Line 224:            xser = New XmlSerializer(obj.GetType)Line 225:            sw = New StringWriterLine 226:            xser.Serialize(sw, obj)Line 227:Line 228:            xmlDoc.LoadXml(sw.GetStringBuilder().ToString())

Source file:D: \ works \ dotnetnuke3.0.8 \ Components \ shared \ xmlutils. VBLine:226

Assembly load trace:The following information can be helpful to determine why the Assembly '7 _ plmmyz. dll 'could not be loaded.

=== Pre-bind state information ===LOG: Where-ref bind. Location = C:\WINDOWS\TEMP\7_plmmyz.dllLOG: Appbase = file:///D:/Works/DotNetNuke3.0.8LOG: Initial PrivatePath = binCalling assembly : (Unknown).===LOG: Policy not being applied to reference at this time (private, custom, partial, or location-based assembly bind).LOG: Attempting download of new URL file:///C:/WINDOWS/TEMP/7_plmmyz.dll.

Stack trace:

[Filenotfoundexception: the file or assembly name "7_plmmyz.dll" cannot be found, or one of its Dependencies cannot be found.] System. reflection. assembly. nload (assemblyname filename, string codebase, Boolean isstringized, evi1_assemblysecurity, Boolean throwonfilenotfound, assembly locationhint, stackcrawlmark & stackmark) + 0 system. reflection. assembly. internalload (assemblyname assemblyref, Boolean stringized, evidence assemblysecurity, stackcrawlmark & stackmark) + 307 system. reflection. assembly. load (assemblyname assemblyref, evidence assemblysecurity) + 21 system. codedom. compiler. compilerresults. get_compiledassembly () + 67 system. codedom. compiler. compilerresults. get_compiledassembly () + 0 system. XML. serialization. compiler. compile () + 411 system. XML. serialization. tempassembly .. ctor (xmlmapping [] xmlmappings) + 1259 system. XML. serialization. xmlserializer .. ctor (type, string defaultnamespace) + 316 system. XML. serialization. xmlserializer .. ctor (type) + 27 dotnetnuke. common. utilities. xmlutils. serialize (Object OBJ) in D: \ works \ dotnetnuke3.0.8 \ Components \ shared \ xmlutils. VB: 226 dotnetnuke. services. log. eventLog. xmlloggingprovider. addlog (loginfo objloginfo) in D: \ works \ dotnetnuke3.0.8 \ providers \ loggingproviders \ xmlloggingprovider. VB: 70 dotnetnuke. services. log. eventLog. logcontroller. addlog (loginfo objloginfo) in D: \ works \ dotnetnuke3.0.8 \ Components \ providers \ Logging \ logcontroller. VB: 41 dotnetnuke. services. log. eventLog. eventlogcontroller. addlog (eventloginfo objeventloginfo) in D: \ works \ dotnetnuke3.0.8 \ Components \ providers \ Logging \ event logging \ eventlogcontroller. VB: 40 dotnetnuke. httpmodules. loggingmodule. init (httpapplication application) in D: \ works \ dotnetnuke3.0.8 \ httpmodules \ Logging \ loggingmodule. VB: 47 system. web. httpapplication. initmodules () + 100 system. web. httpapplication. initinternal (httpcontext context, httpapplicationstate state, methodinfo [] handlers) + 1295 system. web. httpapplicationfactory. getnormalapplicationinstance (httpcontext context) + 392 system. web. httpapplicationfactory. getapplicationinstance (httpcontext context) + 256 system. web. httpruntime. processrequestinternal (httpworkerrequest wr) + 414

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

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.