in a word, no, I can not find any error log file in the location you gave but if I go make a cut of tea, bake a cake and eat that too I evenchuly get this
Server Error in '/Nuke' Application.
The stored procedure 'dbo.UpdateDatabaseVersionAndName' 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.UpdateDatabaseVersionAndName' doesn't exist.
Source Error:
Line 94: Response.Write("<h2>Installation Status Report</h2>")
Line 95: Response.Flush()
Line 96: Services.Upgrade.Upgrade.InstallDNN(strProviderPath) Line 97:
Line 98: Response.Write("<h2>Installation Complete</h2>")
|
Source File: D:\inetpub\Nuke\Install\Install.aspx.vb Line: 96
Stack Trace:
[InvalidOperationException: The stored procedure 'dbo.UpdateDatabaseVersionAndName' doesn't exist.]
System.Data.SqlClient.SqlCommand.DeriveParameters() +1962973
System.Data.SqlClient.SqlCommandBuilder.DeriveParameters(SqlCommand command) +121
Microsoft.ApplicationBlocks.Data.SqlHelperParameterCache.DiscoverSpParameterSet(SqlConnection connection, String spName, Boolean includeReturnValueParameter, Object[] parameterValues) +242
Microsoft.ApplicationBlocks.Data.SqlHelperParameterCache.GetSpParameterSetInternal(SqlConnection connection, String spName, Boolean includeReturnValueParameter) +343
Microsoft.ApplicationBlocks.Data.SqlHelperParameterCache.GetSpParameterSet(String connectionString, String spName, Boolean includeReturnValueParameter) +175
Microsoft.ApplicationBlocks.Data.SqlHelperParameterCache.GetSpParameterSet(String connectionString, String spName) +45
Microsoft.ApplicationBlocks.Data.SqlHelper.ExecuteNonQuery(String connectionString, String spName, Object[] parameterValues) +207
DotNetNuke.Data.SqlDataProvider.UpdateDatabaseVersion(Int32 Major, Int32 Minor, Int32 Build, String Name) +308
DotNetNuke.Common.Globals.UpdateDataBaseVersion(Version version) +124
DotNetNuke.Services.Upgrade.Upgrade.InstallDatabase(Version version, String strProviderPath, XmlDocument xmlDoc, Boolean writeFeedback) +608
DotNetNuke.Services.Upgrade.Upgrade.InstallDNN(String strProviderPath) +275
DotNetNuke.Services.Install.Install.InstallApplication() in D:\inetpub\Nuke\Install\Install.aspx.vb:96
DotNetNuke.Services.Install.Install.Page_Load(Object sender, EventArgs e) in D:\inetpub\Nuke\Install\Install.aspx.vb:354
System.Web.UI.Control.OnLoad(EventArgs e) +99
System.Web.UI.Control.LoadRecursive() +50
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +627
|
Version Information: Microsoft .NET Framework Version:2.0.50727.3082; ASP.NET Version:2.0.50727.3082