• Toll-free  888-665-8637
  • International  +1 717-220-0012
Welcome Guest! To enable all features please Login or Register.

Notification

Icon
Error

KeithHill
#1 Posted : Friday, April 25, 2008 8:49:13 AM(UTC)
KeithHill

Rank: Member

Joined: 4/23/2008(UTC)
Posts: 14

Well lets start somewhere..

I tried to install on 3 XP Machines.. with no sucess..

Off to the store yesterday bought a brand new Windows Vista upgrade

<UL>
<LI>Installed Windows Vista as a fresh start on the PC
<LI>Note: Comes already with ILL 7 &amp; ASP.net 3.0 installed.
<LI>Installed SQLExpress.
* Found out already have SQL Server (Not Express) Already installed.
</UL>
<OL>
<LI>The attached images are stepped events if original SQL server is used. If Express is used, error states not able to create database!
<LI>I have to use the "SA" as user and password created when SQL Express installed to reach step one! When I read the web.config file it contains the username SA and the password created When SQL Express was installed!
* What steps need to be taken to get it up and running? (locally)
</OL>
Help would be really appreciated as this has now been almost a week of trying!!

Keith
KeithHill attached the following image(s):
step 1.jpg (186kb) downloaded 90 time(s).

You cannot view/download attachments. Try to login or register.
KeithHill
#2 Posted : Friday, April 25, 2008 12:07:02 PM(UTC)
KeithHill

Rank: Member

Joined: 4/23/2008(UTC)
Posts: 14

Some help please, offices close for the weekend then I'll be into second week of the trial period..
Marcus
#3 Posted : Friday, April 25, 2008 7:12:04 PM(UTC)
Marcus

Rank: Member

Joined: 11/5/2003(UTC)
Posts: 1,786

Follow the instruction on the error page to switch your web site to the "classic mode application pool."
KeithHill
#4 Posted : Friday, April 25, 2008 9:52:02 PM(UTC)
KeithHill

Rank: Member

Joined: 4/23/2008(UTC)
Posts: 14

I quess now my question is which error do I follow and [color=red>how!!!][/color]
[color=red><b>
</FONT>



I]


As luck has it you can do all of this on "High Speed" some of us still suffer with dial in.. I need to have a shopping cart that will allow me to work on the Store (NOT ONLINE) and update changed files via dial in.. Can It Be Done? and how?



Keith



[sub][sup]<FONT color=red>Knowledge is a great thing when possesed, lost if not shared![/color][/sup][/sub]
CorneliuTusnea
#5 Posted : Sunday, April 27, 2008 8:39:13 AM(UTC)
CorneliuTusnea

Rank: Member

Joined: 8/17/2006(UTC)
Posts: 681

Keith,
Deja-vu? I've seen this message posted several times.
Anyway, step by step guide: http://www.acorns.com.au/bv/blog/?p=100 with screenshots attached.
Can't get any more simpler :)
Regards,
Corneliu.
http://www.bestgames.com.au
http://www.bestchess.com.au



BV Product Links, Details and Signatures: Improve your customer experience:

http://www.acorns.com.au/projects/bv/quicklink/

johnny23
#6 Posted : Sunday, April 27, 2008 2:31:57 PM(UTC)
johnny23

Rank: Member

Joined: 4/27/2008(UTC)
Posts: 7

Sunday Afternoon

Vista Business, user is an "administrator"

MS SQL 2005 with all updates, listed in the TASKmgr as running

I have verified settings with respect to the step-by-step link above.

I enter all the info on the CREATE NEW SITE dialog, I click start, and then this error:

Prerequisites Check
SQL 2005 could not be found on this computer,...

Guidance please.

J
Noah
#7 Posted : Tuesday, April 29, 2008 8:43:59 AM(UTC)
Noah

Rank: Member

Joined: 11/6/2003(UTC)
Posts: 1,903

Was SQL installed as a default instance or a named instance?

SQL Express or a full version?
Noah
johnny23
#8 Posted : Wednesday, April 30, 2008 7:50:52 PM(UTC)
johnny23

Rank: Member

Joined: 4/27/2008(UTC)
Posts: 7

>> SQL Express or a full version?

Full, enterprise edition

>> Was SQL installed as a default instance or a named instance?

I do not remember having to decide this.

Is there a way to know this now?

J
johnny23
#9 Posted : Saturday, May 10, 2008 8:15:39 AM(UTC)
johnny23

Rank: Member

Joined: 4/27/2008(UTC)
Posts: 7

Correction

SQL standard edition.

I have another application that uses SQL; it works fine.

And SQL mgmt studio opens and I can create databases,...

J
Andy Miller
#10 Posted : Saturday, May 10, 2008 4:05:19 PM(UTC)
Andy Miller

Rank: Member

Joined: 11/5/2003(UTC)
Posts: 2,136

Was thanked: 1 time(s) in 1 post(s)
The fact that another application is working does not mean much beyond confirming that you have SQL Server installed. The problem seems to be that SQL Server is installed in a way that the BV Site Manager does not recognize.

re named versus unnamed instances: you can install multiple instances of SQL Server. One can be unnamed. In that case the server name is "." or "localhost" or "COMPUTER-NAME" (where COMPUTER-NAME is the name of your computer). You can install as many named instances as you want. The server name for a named instance is ".\INSTANCE-NAME", or "localhost\INSTANCE-NAME", or "COMPUTER-NAME\INSTANCE-NAME".

If you don't recall naming the instance, then you probably have one unnamed instance installed. In that case, you would use ".", or "localhost", or "COMPUTER-NAME" as the SQL Server name in the BV Site Manager.

That instance must be configured to accept TCP/IP connections. To check, launch the SQL Server Configuration Manager, expand SQL Server 2005 Network Configuration, then click on the instance you are targeting. If TCP/IP is not enabled, then enable it.

I'm not sure, but I think the target instance must also be configured to allow remote connections. To to this, launch the SQL Server Surface Area Configuration tool, make sure your target instance is selected, then select Surface Area Configuration for Services and Connections, expand Database Engine, select Remote Connections, then select Local and remote connections using TCP/IP only or using both TCP/IP and named pipes.

You also need the SQL Server Management Objects installed. You can find links to those here,

http://www.bvsoftware.com/downloads/SQLXMO/

Finally, the username and password that you use must have permission in the target instance to create a database, tables, etc.
Andy Miller
Structured Solutions

Shipper 3 - High Velocity Shipment Processing
Andy Miller
#11 Posted : Saturday, May 10, 2008 4:06:02 PM(UTC)
Andy Miller

Rank: Member

Joined: 11/5/2003(UTC)
Posts: 2,136

Was thanked: 1 time(s) in 1 post(s)
Or you could just setup a demo at a host that knows how to do all this.
Andy Miller
Structured Solutions

Shipper 3 - High Velocity Shipment Processing
555
#12 Posted : Friday, May 16, 2008 12:40:13 PM(UTC)
555

Rank: Member

Joined: 11/1/2005(UTC)
Posts: 57

How does one correct this problem? Working on my computer. IIS6, Net2, MS SqL server studio is loaded

Server Error in '/bvc5' Application.


Object reference not set to an instance of an object.
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.NullReferenceException: Object reference not set to an instance of an object.

John
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.

©2024 Develisys. All rights reserved.
  • Toll-free  888-665-8637
  • International  +1 717-220-0012