Re: There was a problem loading data: Generating user instance in SQL Server is disabled.
- From: "M Skabialka" <mskabialka@xxxxxxxxxxxxx>
- Date: Fri, 21 Mar 2008 07:59:23 -0500
As a newbie toVisual Studio I haven't been able to make it work whenever I
try any web application. I try it - errors happen - I try everything I can
think of or find on the Internet and give up for a while. I download a
starter kit - more errors... Now you are saying to read a book on another
topic (SQL Server) so I can fix a glitch in the first one (Visual Studio)!
Is it something that can be explained in a couple of sentences so I can try
to learn Visual Studio, then I can work on SQL Server down the road!
"Norman Yuan" <FakeName@xxxxxxxxxxxxx> wrote in message
news:uv3bDzriIHA.1212@xxxxxxxxxxxxxxxxxxxxxxx
SQL Server Express has a special feature "USER INSTANCE". This feature can
be enabled or disabled. It very unfortunate that many sample app, books
use it automatically, assuming newbies know what it is. It is an advanced
feature IMO, you need to know what it is (please study SQL Server Book On
Line) before using it. Anyway, you can either enable it, or change the
ConnectionString to not use it.
"M Skabialka" <mskabialka@xxxxxxxxxxxxx> wrote in message
news:OGszbSqiIHA.4376@xxxxxxxxxxxxxxxxxxxxxxx
I downloaded the Microsoft Web Enabled Movie Collected starter kit in VB
and created a new project using the template, but when I try to debug I
get the message:
There was a problem loading data: Generating user instance in SQL Server
is disabled. Use sp_configure 'user instance enabled' to generate user
instances.
I installed VS 2005 a long time ago, and SQL Express and haven't used
either in a while.
Where do I enter this code: sp_configure 'user instance enabled' ?
.
- Follow-Ups:
- References:
- Prev by Date: Re: There was a problem loading data: Generating user instance in SQL Server is disabled.
- Next by Date: Re: can I upgrade from vs2003 --> 2008?
- Previous by thread: Re: There was a problem loading data: Generating user instance in SQL Server is disabled.
- Next by thread: Re: There was a problem loading data: Generating user instance in SQL Server is disabled.
- Index(es):
Relevant Pages
|
Loading