Rank: Member
Joined: 2/12/2007(UTC) Posts: 73
|
I'm not able to login in the shop. I always get this error. I think you should first better check the return code and return a friendly page, and second prevent this. Generally I got this error in past when the db (SQL Express) was in use (attached for example) to another instance of SQL Server. But now, despite the database is detached from all, and no connection inside VS is open, I'm not able to figure out the problem. Could u please help me to fix this?
Thanks.
|
|
|
|
Rank: Member
Joined: 3/1/2006(UTC) Posts: 1,142
|
This error means that your connection string to your database is incorrect, or for some reason your database cannot be connected to. |
Justin Etheredge Senior Software Engineer BVSoftware |
|
|
|
Rank: Member
Joined: 2/12/2007(UTC) Posts: 73
|
In general this occurs also with SQL Express when another connection is opened - for instance - through the VS Server manager, or through SQL Management Studio. Since SQL Expres offer an user instance connection method, it doesn't support multiple user connection per time like the big brother SQL Server.
|
|
|
|
Rank: Member
Joined: 3/1/2006(UTC) Posts: 1,142
|
You shouldn't be using User Instance connections, if you are using normal connections there is no artificial limit for SQL Server Express. |
Justin Etheredge Senior Software Engineer BVSoftware |
|
|
|
Forum Jump
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.