I think I've done something wrong!
I have DNN 5.0 rc1 installed on a "test" machine so I can test Module installs. With full 5.0 out, I decided to "upgrade" this box to a "full" release of 5.0.
I downloaded the upgrade file and copied everything over. Compared my web.config to the release.config that comes with 5.0 and the only differences I can see are those for my installation.
Rebooted the box to insure everything was loading fresh and clean, and invoked http://localhost/DotNetNuke SQL Server 2005 EE loaded as did IIS on this XP box. I can see DNN beginning and then I get the error below. I suspect I've done something wrong, but am unsure what. The SQL Server allows "local" access under the logged in user and the site was running before I copied up everything.
What did I do wrong???
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.InvalidOperationException: The stored procedure 'dbo.UpdateServer' doesn't exist.
Source Error:
The source code that generated this unhandled exception can only be shown when compiled in debug mode. To enable this, please follow one of the below steps, then request the URL:
1. Add a "Debug=true" directive at the top of the file that generated the error. Example:
<%@ Page Language="C#" Debug="true" %>
or:
2) Add the following section to the configuration file of your application:
<configuration>
<system.web>
<compilation debug="true"/>
</system.web>
</configuration>
Note that this second technique will cause all files within a given application to be compiled in debug mode. The first technique will cause only that particular file to be compiled in debug mode.
Important: Running applications in debug mode does incur a memory/performance overhead. You should make sure that an application has debugging disabled before deploying into production scenario. |
Stack Trace:
[InvalidOperationException: The stored procedure 'dbo.UpdateServer' doesn't exist.]
System.Data.SqlClient.SqlCommand.DeriveParameters() +947206
System.Data.SqlClient.SqlCommandBuilder.DeriveParameters(SqlCommand command) +88
Microsoft.ApplicationBlocks.Data.SqlHelperParameterCache.DiscoverSpParameterSet(SqlConnection connection, String spName, Boolean includeReturnValueParameter, Object[] parameterValues) +212
Microsoft.ApplicationBlocks.Data.SqlHelperParameterCache.GetSpParameterSetInternal(SqlConnection connection, String spName, Boolean includeReturnValueParameter) +303
Microsoft.ApplicationBlocks.Data.SqlHelperParameterCache.GetSpParameterSet(String connectionString, String spName, Boolean includeReturnValueParameter) +154
Microsoft.ApplicationBlocks.Data.SqlHelperParameterCache.GetSpParameterSet(String connectionString, String spName) +36
Microsoft.ApplicationBlocks.Data.SqlHelper.ExecuteNonQuery(String connectionString, String spName, Object[] parameterValues) +199
DotNetNuke.Data.SqlDataProvider.UpdateServer(String ServerName, DateTime CreatedDate, DateTime LastActivityDate) +180
DotNetNuke.Entities.Host.ServerController.UpdateServer(ServerInfo server) +93
DotNetNuke.Common.Initialize.InitializeApp(HttpApplication app) +751
DotNetNuke.Common.Initialize.Init(HttpApplication app) +152
DotNetNuke.Common.Global.Global_BeginRequest(Object sender, EventArgs e) +639
System.Web.SyncEventExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +92
System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +64
|
Server Error in '/DotNetNuke' Application.
The stored procedure 'dbo.UpdateServer' doesn't exist.
Version Information: Microsoft .NET Framework Version:2.0.50727.1433; ASP.NET Version:2.0.50727.1433