G
Guest
After a clean install of the final release of DNN 2.0, I created a child portal, added a bunch of content, users, groups, tabs, etc. Also added two IFrames under a seperate tab respectively to point to a subfolder of seperate ASP 3.0 pages and another for a seperate ASP.NET project ASPX file.
All seemed to be working. Then after a day, I reloaded the pages, and after clicking a tab with an IFrame on it, I got the error below. I've tried restarting IIS, the Web Server, all to no avail. Neither the Parent or child portal will load now. Same error below.
Any ideas
Thank you in advance,
Rob.
Server Error in '/DotNetNuke' Application.
--------------------------------------------------------------------------------
Procedure or function GetPortalSettings has too many arguments specified.
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.Data.SqlClient.SqlException: Procedure or function GetPortalSettings has too many arguments specified.
Source Error:
Line 204:
Line 205: Dim dr As IDataReader
Line 206: Dim dt As DataTable
Line 207: Dim intRow As Integer
Line 208:
Source File: C:\DotNetNuke\Components\Configuration.vb Line: 206
Stack Trace:
[SqlException: Procedure or function GetPortalSettings has too many arguments specified.]
System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream) +721
System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior) +44
DotNetNuke.PortalSettings.GetPortalSettings(Int32 tabId, String PortalAlias) in C:\DotNetNuke\Components\Configuration.vb:206
DotNetNuke.PortalSettings..ctor(Int32 tabId, String PortalAlias, String ApplicationPath) in C:\DotNetNuke\Components\Configuration.vb:185
DotNetNuke.Global.Application_BeginRequest(Object sender, EventArgs e) in C:\DotNetNuke\Global.asax.vb:128
System.Web.SyncEventExecutionStep.System.Web.HttpApplication+IExecutionStep.Execute() +60
System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +87
All seemed to be working. Then after a day, I reloaded the pages, and after clicking a tab with an IFrame on it, I got the error below. I've tried restarting IIS, the Web Server, all to no avail. Neither the Parent or child portal will load now. Same error below.
Any ideas
Thank you in advance,
Rob.
Server Error in '/DotNetNuke' Application.
--------------------------------------------------------------------------------
Procedure or function GetPortalSettings has too many arguments specified.
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.Data.SqlClient.SqlException: Procedure or function GetPortalSettings has too many arguments specified.
Source Error:
Line 204:
Line 205: Dim dr As IDataReader
Line 206: Dim dt As DataTable
Line 207: Dim intRow As Integer
Line 208:
Source File: C:\DotNetNuke\Components\Configuration.vb Line: 206
Stack Trace:
[SqlException: Procedure or function GetPortalSettings has too many arguments specified.]
System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream) +721
System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior) +44
DotNetNuke.PortalSettings.GetPortalSettings(Int32 tabId, String PortalAlias) in C:\DotNetNuke\Components\Configuration.vb:206
DotNetNuke.PortalSettings..ctor(Int32 tabId, String PortalAlias, String ApplicationPath) in C:\DotNetNuke\Components\Configuration.vb:185
DotNetNuke.Global.Application_BeginRequest(Object sender, EventArgs e) in C:\DotNetNuke\Global.asax.vb:128
System.Web.SyncEventExecutionStep.System.Web.HttpApplication+IExecutionStep.Execute() +60
System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +87