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

HomeHomeArchived Discus...Archived Discus...Developing Under Previous Versions of .NETDeveloping Under Previous Versions of .NETASP.Net 2.0ASP.Net 2.0Setup Module Development Setup Module Development
Previous
 
Next
New Post
8/31/2007 9:20 AM
 
  • The Express products work fine next to the full Visual Studio and SQL Server
  • You do not HAVE to have SQL server Express installed, I just wanted to know if it was
  • It doesn't matter if you use the default settings or not

The main question you need to answer to trouble shoot this is if a normal asp.net 2.0 application works.



Michael Washington
http://ADefWebserver.com
www.ADefHelpDesk.com
A Free Open Source DotNetNuke Help Desk Module
 
New Post
8/31/2007 10:06 AM
 

Thanks for your help on this Michael.

I'm out for a few days but will try some sort of test when I get back.

 

 
New Post
9/5/2007 4:54 PM
 

OK I'm back.

I am able to create web apps with both VS 2005 & VWD express. I made pages containing dropdowns, textboxes, buttons, and I also connected to a MS Access db as a test. When run and debugged everything appears to be working fine. As stated previously, I have framework 2.0 installed. I ran the ASP_REGIIS code. I have reinstalled both the VWD Express & SQL Express programs but still get the "Site Under Construction" after opening the web site and "Start Debugging"

 
New Post
9/5/2007 9:03 PM
 

I checked out the events on my system and found that each time I try to fire up the web site in IE I get a warning and an error.

Error...   Warning...

Failed to generate a user instance of SQL Server due to a failure in starting the process for the user instance. The connection will be closed. [CLIENT: <local machine>]

 

Exception information:

Exception type: SqlException

Exception message: Failed to generate a user instance of SQL Server due to a failure in starting the process for the user instance. The connection will be closed.

 
New Post
9/5/2007 9:11 PM
 

see:

Answers to Common Module Development Errors

Error:

Failed to generate a user instance of SQL Server due to a failure in starting the process for the user instance. The connection will be closed.

Answer:

Caused when using SQL Server express. In the web.config, change:

 <add name="SiteSqlServer" connectionString="Data Source=.\SQLExpress;AttachDbFilename=|DataDirectory|Database.mdf;Integrated Security=True;User Instance=True" providerName="System.Data.SqlClient" />

to:

 <add name="SiteSqlServer" connectionString="Data Source=.\SQLExpress;AttachDbFilename=|DataDirectory|Database.mdf;Integrated Security=True;User Instance=False" providerName="System.Data.SqlClient" />



Michael Washington
http://ADefWebserver.com
www.ADefHelpDesk.com
A Free Open Source DotNetNuke Help Desk Module
 
Previous
 
Next
HomeHomeArchived Discus...Archived Discus...Developing Under Previous Versions of .NETDeveloping Under Previous Versions of .NETASP.Net 2.0ASP.Net 2.0Setup Module Development Setup Module Development


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