I am trying to run the starterkit: Validation Complete: Build succeded or up-to-date IE opens to "could not find file.....
Stack trace: [FileNotFoundException: Could not find file ..................\Visual Studio 2005\WebSites\DotNetNuke Website1\Providers\DataProviders\SqlDataProvider\DotNetNuke_template.mdf'.]
System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath) +2014253
System.IO.File.InternalCopy(String sourceFileName, String destFileName, Boolean overwrite) +488
DotNetNuke.Data.SqlDataProvider.GetProviderPath() +221
DotNetNuke.Common.Globals.GetUpgradeStatus() +342
DotNetNuke.Common.Global.CheckVersion() +188
DotNetNuke.Common.Global.Application_Start(Object Sender, EventArgs E) +322
this is installed in VS 2005 with SQL server 2005 I am new at this whole thing.
I tried to run ctrl+f5 with DotNetNuke.vstemplate open and got:
[FileNotFoundException: Could not find file 'D:\Documents and Settings\Elmo\My Documents\Visual Studio 2005\WebSites\DotNetNuke Website1\SiteUrls.config'.]
System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath) +2014253
System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy) +998
System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share) +114
DotNetNuke.HttpModules.Config.RewriterConfiguration.GetConfig() +103
DotNetNuke.HttpModules.UrlRewriteModule.OnBeginRequest(Object s, EventArgs e) +712
System.Web.SyncEventExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +138
System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +65