App-Domain could not be created. Error: 0x80131902
Mike Stone tonight came across an interesting issue, not with rainbow, but an issue nonetheless.When he downloaded and went to run Rainbow 2.0 He came accross the following message
"Failed to execute request because the App-Domain could not be created. Error: 0x80131902"
Basically, this happens on first time 2.0 runs sometimes, not sure why, but the following seems to fix the problem. My suspicions and research lead me to believe it has to do with web servies referenced. To fix it, try the following....
- With a command window, get to the latest version of .net under
- C:"Windows"Microsoft.Net" work"
- Now run the following command: "net stop w3svc" to stop web services.
- Then use "aspnet_regiis.exe -ua" to uninstall all instances of ASP.NET from IIS.
- Follow with "aspnet_regiis.exe -i" to install ASP.NET into IIS.
- Now restart web services with "net start w3svc".
继续阅读与本文标签相同的文章
上一篇 :
如何在Illustrator中成批置换颜色
-
DNN出错:The compiler failed with error code 1.
2026-05-25栏目: 教程
-
DotNetNuke(DNN)皮肤制作-通过JS文件解决不同IE版本对CSS解释不一致的问题
2026-05-25栏目: 教程
-
DNN(DotNetNuke) Sql Injection 攻击
2026-05-25栏目: 教程
-
团队开发-CodePlex的工作模式和团队协作开发
2026-05-25栏目: 教程
-
8月13日科技联播:英情报局渲染中国5G技术威胁,AI技术能准确识别代码真实作者
2026-05-25栏目: 教程
