Hello,
When I try to install dotnetnuke 4.3.5 it gives the error below.
"
The stored procedure 'dbo.GetModuleSetting' doesn't exist."I have done everything truely. What should I do to solve this problem.
Thanks.
Installing DotNetNuke
Version: 04.03.05
Installation Status Report
00:00:00.015 - Installing Version:
3.1.0
00:00:00.015 - Installing Script:
DotNetNuke.SetUp.SqlDataProvider
Success00:00:00.031 - Installing Script:
DotNetNuke.Schema.SqlDataProvider
Error!
(seeC:\Inetpub\wwwroot\web\ebr\Providers\DataProviders\SqlDataProvider\DotNetNuke.Schema.log
for more information)00:00:01.296 - Installing Script:
DotNetNuke.Data.SqlDataProvider
Error!
(seeC:\Inetpub\wwwroot\web\ebr\Providers\DataProviders\SqlDataProvider\DotNetNuke.Data.log
for more information)00:00:03.734 - Installing MemberRole
Provider:
00:00:03.734 - Executing InstallCommon.sql
00:00:03.984
- Executing InstallMembership.sql
00:00:04.234 - Executing
InstallProfile.sql
00:00:04.328 - Executing InstallRoles.sql
Error!00:00:04.656 - Upgrading to Version: 3.1.1
Error!
(seeC:\Inetpub\wwwroot\web\ebr\Providers\DataProviders\SqlDataProvider\03.01.01.log
for more information)00:00:05.453 - Upgrading to Version: 3.2.0
Success00:00:05.484 - Upgrading to Version: 3.2.1
Error!
(seeC:\Inetpub\wwwroot\web\ebr\Providers\DataProviders\SqlDataProvider\03.02.01.log
for more information)00:00:05.500 - Upgrading to Version: 3.2.2
Success00:00:05.515 - Upgrading to Version: 3.2.3
Error!
(seeC:\Inetpub\wwwroot\web\ebr\Providers\DataProviders\SqlDataProvider\03.02.03.log
for more information)00:00:06.234 - Upgrading to Version: 3.2.4
Success00:00:06.265 - Upgrading to Version: 3.2.5
Success00:00:06.296 - Upgrading to Version: 3.2.6
Success00:00:06.312 - Upgrading to Version: 3.2.7
Success00:00:06.312 - Upgrading to Version: 3.3.0
Success00:00:06.328 - Upgrading to Version: 3.3.1
Success00:00:06.343 - Upgrading to Version: 3.3.2
Success00:00:06.390 - Upgrading to Version: 3.3.3
Success00:00:06.515 - Upgrading to Version: 4.0.0
Error!
(seeC:\Inetpub\wwwroot\web\ebr\Providers\DataProviders\SqlDataProvider\04.00.00.log
for more information)00:00:06.640 - Upgrading to Version: 4.0.1
Error!
(seeC:\Inetpub\wwwroot\web\ebr\Providers\DataProviders\SqlDataProvider\04.00.01.log
for more information)00:00:06.687 - Upgrading to Version: 4.0.2
Success00:00:06.703 - Upgrading to Version: 4.0.3
Success00:00:06.703 - Upgrading to Version: 4.0.4
Success00:00:07.250 - Upgrading to Version: 4.0.5
Success00:00:07.265 - Upgrading to Version: 4.0.6
Success00:00:07.265 - Upgrading to Version: 4.0.7
Success00:00:07.265 - Upgrading to Version: 4.3.0
Success00:00:07.281 - Upgrading to Version: 4.3.1
Success00:00:07.312 - Upgrading to Version: 4.3.2
Success00:00:07.343 - Upgrading to Version: 4.3.3
Success00:00:07.406 - Upgrading to Version: 4.3.4
Success00:00:07.421 - Upgrading to Version: 4.3.5
Error!
(seeC:\Inetpub\wwwroot\web\ebr\Providers\DataProviders\SqlDataProvider\04.03.05.log
for more information)00:00:07.562 - Performing General
Upgrades
00:00:07.781 - Loading Host Settings:
00:00:07.843 - Configuring
SuperUser:
Server Error in '/' Application.
The stored procedure 'dbo.GetModuleSetting' doesn't exist.
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.GetModuleSetting' 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.GetModuleSetting' doesn't exist.]
System.Data.SqlClient.SqlCommand.DeriveParameters() +878696
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.ExecuteReader(String connectionString, String spName, Object[] parameterValues) +200
DotNetNuke.Data.SqlDataProvider.GetModuleSetting(Int32 ModuleId, String SettingName) +101
DotNetNuke.Entities.Modules.ModuleController.UpdateModuleSetting(Int32 ModuleId, String SettingName, String SettingValue) +29
DotNetNuke.Entities.Modules.UserModuleBase.UpdateSettings(Int32 portalId, Hashtable settings) +123
DotNetNuke.Entities.Modules.UserModuleBase.GetSetting(Int32 portalId, String settingKey) +79
DotNetNuke.Entities.Profile.ProfileController.FillCollection(IDataReader dr) +175
DotNetNuke.Entities.Profile.ProfileController.GetPropertyDefinitionsByPortal(Int32 portalId) +23
DotNetNuke.Security.Profile.DNNProfileProvider.GetProfileProperties(Int32 portalId, IDataReader dr, UserProfile objProfile) +29
DotNetNuke.Security.Profile.DNNProfileProvider.GetUserProfile(UserInfo& user) +86
DotNetNuke.Entities.Users.UserInfo.get_Profile() +49
DotNetNuke.Services.Upgrade.Upgrade.ParseSuperUser(XmlNode node) +457
DotNetNuke.Services.Upgrade.Upgrade.InstallDNN(String strProviderPath) +1400
DotNetNuke.Framework.Install.InstallApplication() +1171
DotNetNuke.Framework.Install.Page_Load(Object sender, EventArgs e) +274
System.Web.UI.Control.OnLoad(EventArgs e) +99
System.Web.UI.Control.LoadRecursive() +47
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +1061
|
Version Information: Microsoft .NET Framework Version:2.0.50727.42;
ASP.NET Version:2.0.50727.210