惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

阮一峰的网络日志
阮一峰的网络日志
Blog — PlanetScale
Blog — PlanetScale
B
Blog RSS Feed
L
LangChain Blog
Jina AI
Jina AI
爱范儿
爱范儿
C
Check Point Blog
云风的 BLOG
云风的 BLOG
Last Week in AI
Last Week in AI
月光博客
月光博客
GbyAI
GbyAI
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
Stack Overflow Blog
Stack Overflow Blog
V
V2EX
A
About on SuperTechFans
有赞技术团队
有赞技术团队
Microsoft Azure Blog
Microsoft Azure Blog
The GitHub Blog
The GitHub Blog
博客园 - Franky
Apple Machine Learning Research
Apple Machine Learning Research
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
Google DeepMind News
Google DeepMind News
博客园 - 三生石上(FineUI控件)
S
SegmentFault 最新的问题

博客园 - Guxx

一路有你站点开通,特别祝贺 mstIsUsedBy Domino和IIS共存一台服务器的配置 Subversion安装 ASP.NET的调试方法 showModalDialog打开网页和disabled后表单提交的问题。 项目刷新失败,无法从服务器中检索文件夹信息 css在不同的文档类型中的区别 - Guxx - 博客园 A标签伪类的使用方法 不规范的命名对ASP.NET中基于窗体的自定义身份验证的影响 Flash动态载入JPEG图片 在线配色 我曾经做过的网站 DotNetNuke的皮肤研究笔记 解决DotNetNuke3.0.8菜单不能使用中文的方法 让IE窗口填满屏幕,但不是FullScreen. Sps界面定制手记 Asp.Net服务器控件开发心得 如何批量加密存储过程?
IIS应用程序池的设置对dotnetnuke3.0.8运行的影响
Guxx · 2005-01-08 · via 博客园 - Guxx

经过两天的奋斗,终于明白了IIS应用程序池的设置对dotnetnuke3.0.8运行的影响
应用程序池的标识中的预定义帐户设置为本地帐户时会出现如下错误。经过探索,改为网络帐户,OK

Server Error in '/DotNetNuke3.0.8' Application.

找不到文件或程序集名称“7_plmmyz.dll”,或找不到它的一个依赖项。

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: 找不到文件或程序集名称“7_plmmyz.dll”,或找不到它的一个依赖项。

Source Error:

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


Source File: D:\Works\DotNetNuke3.0.8\components\Shared\XmlUtils.vb    Line: 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.dll
LOG: Appbase = file:///D:/Works/DotNetNuke3.0.8
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: Attempting download of new URL file:///C:/WINDOWS/TEMP/7_plmmyz.dll.


Stack Trace:

[FileNotFoundException: 找不到文件或程序集名称“7_plmmyz.dll”,或找不到它的一个依赖项。]
   System.Reflection.Assembly.nLoad(AssemblyName fileName, String codeBase, Boolean isStringized, Evidence 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 type, String defaultNamespace) +316
   System.Xml.Serialization.XmlSerializer..ctor(Type 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\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