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

推荐订阅源

Forbes - Security
Forbes - Security
T
Tailwind CSS Blog
Hugging Face - Blog
Hugging Face - Blog
Blog — PlanetScale
Blog — PlanetScale
WordPress大学
WordPress大学
aimingoo的专栏
aimingoo的专栏
Y
Y Combinator Blog
U
Unit 42
I
InfoQ
CTFtime.org: upcoming CTF events
CTFtime.org: upcoming CTF events
V
Visual Studio Blog
B
Blog RSS Feed
Vercel News
Vercel News
F
Fortinet All Blogs
Know Your Adversary
Know Your Adversary
T
Troy Hunt's Blog
博客园 - 【当耐特】
MongoDB | Blog
MongoDB | Blog
大猫的无限游戏
大猫的无限游戏
A
About on SuperTechFans
Jina AI
Jina AI
小众软件
小众软件
T
Threatpost
有赞技术团队
有赞技术团队
人人都是产品经理
人人都是产品经理
The Hacker News
The Hacker News
T
The Exploit Database - CXSecurity.com
C
CXSECURITY Database RSS Feed - CXSecurity.com
Exploit-DB.com RSS Feed
Exploit-DB.com RSS Feed
Microsoft Azure Blog
Microsoft Azure Blog
Recent Announcements
Recent Announcements
酷 壳 – CoolShell
酷 壳 – CoolShell
Scott Helme
Scott Helme
B
Blog
腾讯CDC
Last Week in AI
Last Week in AI
P
Proofpoint News Feed
S
Schneier on Security
N
News and Events Feed by Topic
Microsoft Security Blog
Microsoft Security Blog
K
Kaspersky official blog
G
Google Developers Blog
T
Tor Project blog
PCI Perspectives
PCI Perspectives
S
Secure Thoughts
Google Online Security Blog
Google Online Security Blog
Latest news
Latest news
Google DeepMind News
Google DeepMind News
MyScale Blog
MyScale Blog
罗磊的独立博客

博客园 - 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