因为出错代码比较长,就放在后面了。
出现"The stored procedure 'dbo.GetPortalAliasByPortalID' doesn't exist."报错的情况很多
Exception Details: System.InvalidOperationException: The stored procedure 'dbo.GetPortalAliasByPortalID' doesn't exist.
Source Error:
Stack Trace:
出现"The stored procedure 'dbo.GetPortalAliasByPortalID' doesn't exist."报错的情况很多
- 只要是安装过程中出现异常终止,然后我们又试图访问没有安装好的网站(因为是装了一半终止的,所以DNN不会再触发安装的过程);
- 或者其它的设置导致DNN不能正常运行就有可能出现这个报错。
Server Error in '/DotNetNuke4.8.2' Application.
The stored procedure 'dbo.GetPortalAliasByPortalID' doesn't exist.
De ion: Anunhandled exception occurred during the execution of the current webrequest. Please review the stack trace for more information about theerror and where it originated in the code.Exception Details: System.InvalidOperationException: The stored procedure 'dbo.GetPortalAliasByPortalID' doesn't exist.
Source Error:
An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below. |
Stack Trace:
[InvalidOperationException: The stored procedure 'dbo.GetPortalAliasByPortalID' doesn't exist.] |
继续阅读与本文标签相同的文章
-
在DNN中如何使FriendlyURL使用PageName作为页面名称
2026-05-25栏目: 教程
-
如何在DNN模块中插入一个图片--在模块中引用资源文件
2026-05-25栏目: 教程
-
Control cannot be created because Visual Studio cannot find the control's type in the control assembly 问题的解决
2026-05-25栏目: 教程
-
DNN北京爱好者聚会报名啦!
2026-05-25栏目: 教程
-
如何使用DNN中的事件记录服务
2026-05-25栏目: 教程
