Products

Solutions

Resources

Partners

Community

Blog

About

QA

Ideas Test

New Community Website

Ordinarily, you'd be at the right spot, but we've recently launched a brand new community website... For the community, by the community.

Yay... Take Me to the Community!

Welcome to the DNN Community Forums, your preferred source of online community support for all things related to DNN.
In order to participate you must be a registered DNNizen

HomeHomeGetting StartedGetting StartedInstalling DNN ...Installing DNN ...Help! Problems Installing DNN 4.5.5Help! Problems Installing DNN 4.5.5
Previous
 
Next
New Post
8/2/2007 4:13 AM
 

Hello,

I am installing (not upgrading) DotNetNuke version 4.5.5 on my computer

I followed everything stated in this article http://www.mitchelsellers.com/Blogs/tabid/54/articleType/ArticleView/articleId/119/Installing-DotNetNuke-455-Locally.aspx

But now I have an error that I don't know how to handle, and it's kinda annoying me so I need a little help here.

What should I do to manage it?

Note that I followed every single step in the article, and my connection string is the following "server=localhost\\SQLEXPRESS;Trusted_connection=true;database=*****;"

 

Server Error in '/DotNetNuke455' Application.

Instance failure.

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: Instance failure.

Source Error:

Line 80: 
Line 81: 'Determine the Upgrade status and redirect to Install.aspx
Line 82: Select Case GetUpgradeStatus()
Line 83: Case Globals.UpgradeStatus.Install
Line 84: If AutoUpgrade Then

Source File: c:\inetpub\wwwroot\DotNetNuke455\App_Code\Global.asax.vb    Line: 82

Stack Trace:

[InvalidOperationException: Instance failure.]
System.Data.ProviderBase.DbConnectionPool.GetConnection(DbConnection owningObject) +437
System.Data.ProviderBase.DbConnectionFactory.GetConnection(DbConnection owningConnection) +82
System.Data.ProviderBase.DbConnectionClosed.OpenConnection(DbConnection outerConnection, DbConnectionFactory connectionFactory) +105
System.Data.SqlClient.SqlConnection.Open() +111
DotNetNuke.Data.SqlDataProvider.ExecuteADOScript(String SQL) +69
DotNetNuke.Data.SqlDataProvider.ExecuteScript(String Script, Boolean UseTransactions) +780
DotNetNuke.Data.SqlDataProvider.ExecuteScript(String Script) +6
DotNetNuke.Data.SqlDataProvider.GetProviderPath() +191
DotNetNuke.Common.Globals.GetUpgradeStatus() +78
DotNetNuke.Common.Global.CheckVersion() in c:\inetpub\wwwroot\DotNetNuke455\App_Code\Global.asax.vb:82
DotNetNuke.Common.Global.Application_Start(Object Sender, EventArgs E) in c:\inetpub\wwwroot\DotNetNuke455\App_Code\Global.asax.vb:313


Version Information: Microsoft .NET Framework Version:2.0.50727.42; ASP.NET Version:2.0.50727.42

 
New Post
8/2/2007 1:41 PM
 

replace the double backslash in localhost\\SQLEXPRESS with a single one.


Cheers from Germany,
Sebastian Leupold

dnnWerk - The DotNetNuke Experts   German Spoken DotNetNuke User Group

Speed up your DNN Websites with TurboDNN
 
New Post
8/2/2007 1:58 PM
 

No it doesn't work, I tried the following connection strings and it's not working

"server=localhost\\SQLEXPRESS;Trusted_connection=true;database=*****;"

"server=localhost\SQLEXPRESS;Trusted_connection=true;database=*****;"

"server=.\SQLEXPRESS;Trusted_connection=true;database=*****;"

 
New Post
8/2/2007 2:49 PM
 

Remove the trusted_connection portion and use a SQL Server specific login account.  (The installation guide shows you how to create such an account if you need assistance).

Also ensure that your SQL Server Express installation is named localhost\sqlexpress and not something else.  (Typically computername\sqlexpress where computername is the name of your PC)


-Mitchel Sellers
Microsoft MVP, ASPInsider, DNN MVP
CEO/Director of Development - IowaComputerGurus Inc.
LinkedIn Profile

Visit mitchelsellers.com for my mostly DNN Blog and support forum.

Visit IowaComputerGurus.com for free DNN Modules, DNN Performance Tips, DNN Consulting Quotes, and DNN Technical Support Services
 
New Post
8/7/2007 3:12 AM
 

I have exactly the same problem.

I use a SQL Server specific account.

 

My ConnectionStringSection (it is in a single line) :

************

    <connectionStrings>

          <add name="DotNetNuke" connectionString="Data Source=MyServer\SQLEXPRESS;database=dotnetnuke;uid=dnn;pwd=******"             providerName="System.Data.SqlClient"/>

    </connectionStrings>

************

The entry in the AppSettings Section (in a single line):

***********

    <add key="DotNetNuke" value="Data Source=MyServer\SQLEXPRESS;database=dotnetnuke;uid=dnn;pwd=******" />


***********

 

I used the VB StarterKit (C# templates simply does not show) to generate a Project inside my MyDocuments folder.

 

 
Previous
 
Next
HomeHomeGetting StartedGetting StartedInstalling DNN ...Installing DNN ...Help! Problems Installing DNN 4.5.5Help! Problems Installing DNN 4.5.5


These Forums are dedicated to discussion of DNN Platform and Evoq Solutions.

For the benefit of the community and to protect the integrity of the ecosystem, please observe the following posting guidelines:

  1. No Advertising. This includes promotion of commercial and non-commercial products or services which are not directly related to DNN.
  2. No vendor trolling / poaching. If someone posts about a vendor issue, allow the vendor or other customers to respond. Any post that looks like trolling / poaching will be removed.
  3. Discussion or promotion of DNN Platform product releases under a different brand name are strictly prohibited.
  4. No Flaming or Trolling.
  5. No Profanity, Racism, or Prejudice.
  6. Site Moderators have the final word on approving / removing a thread or post or comment.
  7. English language posting only, please.
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out