Hello,
I installed Dot Net Nuke 4.1.1. starter kit on my pc, and played around with Dot Net Duke. So far it worked without problem. Now I wanted to start developing with dot net duke 4.5.1, and downloaded the starter kit of 4.5.1. During installation there were no errors. I deleted my database (SQL-server 2000) and created a fresh one. Then I created a complete new site. Edited the connection settings in de web.config.
But installation crashes as soon as the installation wizzard has to install the database. There is an SqlException logged in the eventlog. Also, I notice that the ajax-screen showing the installation process lacks a lot of client side files (it does not show any messages), mut this second problem may be unrelated.
Event code: 3005
Event message: An unhandled exception has occurred.
Event time: 25-5-2007 12:10:37
Event time (UTC): 25-5-2007 10:10:37
Event ID: f9a438aca0a74d12900eec50c93509eb
Event sequence: 2
Event occurrence: 1
Event detail code: 0
Application information:
Application domain: 910fa6d5-3-128245614289734708
Trust level: Full
Application Virtual Path: /Site
Application Path: C:\Documents and Settings\j.tuitman\Desktop\IdeeICT\Site\
Machine name: LAP0038
Process information:
Process ID: 4712
Process name: WebDev.WebServer.EXE
Account name: WISDOM\j.tuitman
Exception information:
Exception type: SqlException
Exception message: Could not find stored procedure 'dbo.GetPortals'.
Request information:
Request URL: http://localhost:1728/Site/Install/Install.css
Request path: /Site/Install/Install.css
User host address: 127.0.0.1
User:
Is authenticated: False
Authentication Type:
Thread account name: WISDOM\j.tuitman
Thread information:
Thread ID: 4
Thread account name: WISDOM\j.tuitman
Is impersonating: False
Stack trace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection)
at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection)
at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj)
at System.Data.SqlClient.TdsParser.Run(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj)
at System.Data.SqlClient.SqlDataReader.ConsumeMetaData()
at System.Data.SqlClient.SqlDataReader.get_MetaData()
at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString)
at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async)
at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, DbAsyncResult result)
at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method)
at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method)
at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior)
at Microsoft.ApplicationBlocks.Data.SqlHelper.ExecuteReader(SqlConnection connection, SqlTransaction transaction, CommandType commandType, String commandText, SqlParameter[] commandParameters, SqlConnectionOwnership connectionOwnership)
at Microsoft.ApplicationBlocks.Data.SqlHelper.ExecuteReader(String connectionString, CommandType commandType, String commandText, SqlParameter[] commandParameters)
at Microsoft.ApplicationBlocks.Data.SqlHelper.ExecuteReader(String connectionString, CommandType commandType, String commandText)
at Microsoft.ApplicationBlocks.Data.SqlHelper.ExecuteReader(String connectionString, String spName, Object[] parameterValues)
at DotNetNuke.Data.SqlDataProvider.GetPortals()
at DotNetNuke.Entities.Portals.PortalController.GetPortals()
at DotNetNuke.Common.Global.CacheMappedDirectory()
at DotNetNuke.Common.Global.Application_Start(Object Sender, EventArgs E)
|
|