Windows Server Enterprise 2003 with SP1, ASP.NET 2.0, SQL Server 2005, IIS 6.0
1. I created SQL 2005 databases (not SQL Express) with proper uid and pwd in web.config.
2. I created virtual directory pointing at unzipped install folder with all permissions possible
3. Browse to http://localhost/DNN3. Install completed successfully.
4. Login as host, go to Module Definitions, at bottom of the page, I see this error message:
Unhandled error loading module.
DotNetNuke.Services.Exceptions.ModuleLoadException: Unhandled Error Adding Module to ContentPane ---> System.InvalidOperationException: The stored procedure 'dbo.GetModuleByDefinition' doesn't exist. at System.Data.SqlClient.SqlCommand.DeriveParameters() at System.Data.SqlClient.SqlCommandBuilder.DeriveParameters(SqlCommand command) at Microsoft.ApplicationBlocks.Data.SqlHelperParameterCache.DiscoverSpParameterSet(SqlConnection connection, String spName, Boolean includeReturnValueParameter, Object[] parameterValues) at
I tried version 3.2.2 and 4.0.2, the same error message showed up.
I check both of my databases, there are stored procedures called:
GetModuleDefinition, GetModuleDefinitionByName, GetModuleDefinitions
But NO GetModuleByDefinition exists.
What's wrong?