an ASP.NET Open Source CMS & eCommerce platform
Search:
Skip Navigation LinksHome > DotShoppingCart Forums > Support > Installation > seasonal developer Installing dotshopping cart ...
Last Post 6/11/2010 2:07:37 AM By angelinamcmullin. 8 replies.
6/7/2010 12:03:31 PM
angelinamcmullin
Posts: 14
Joined: 6/5/2010
seasonal developer Installing dotshopping cart on local vista machine, sql server 2008, using admin cmd, getting this error
D:\DotShoppingCart\DotShoppingCart\Install>instDSC.exe .\SQLEXPRESS dotshoppingc
art d:\Dotshoppingcart\dba d:\dotshoppingcart\DSC\key realhip.MCMULLIN-LAPTOP\SQ
LEXPRESS
Creating database .\SQLEXPRESS.dotshoppingcart at d:\Dotshoppingcart\dba ...Runn
ing sqlcmd -E -S .\SQLEXPRESS -v DatabaseName="dotshoppingcart" PrimaryFilePhysi
calName="d:\Dotshoppingcart\dba\dotshoppingcart.mdf" PrimaryLogFilePhysicalName=
"d:\Dotshoppingcart\dba\dotshoppingcart_log.ldf" DBDataPath="d:\Dotshoppingcart\
dba" -i "D:\DotShoppingCart\DotShoppingCart\Install\CreateDB.sql" -b
Changed database context to 'master'.
Msg 5118, Level 16, State 1, Server MCMULLIN-LAPTOP\SQLEXPRESS, Line 1
The file "d:\Dotshoppingcart\dba\dotshoppingcart.mdf" is compressed but does not
 reside in a read-only database or filegroup. The file must be decompressed.
Msg 1802, Level 16, State 4, Server MCMULLIN-LAPTOP\SQLEXPRESS, Line 1
CREATE DATABASE failed. Some file names listed could not be created. Check relat
ed errors.
Unhandled Exception: System.ApplicationException: "sqlcmd -E -S .\SQLEXPRESS -v
DatabaseName="dotshoppingcart" PrimaryFilePhysicalName="d:\Dotshoppingcart\dba\d
otshoppingcart.mdf" PrimaryLogFilePhysicalName="d:\Dotshoppingcart\dba\dotshoppi
ngcart_log.ldf" DBDataPath="d:\Dotshoppingcart\dba" -i "D:\DotShoppingCart\DotSh
oppingCart\Install\CreateDB.sql" -b" returned (1)
   at DotShoppingCart.OpenSource.Core.RunCmd.RunProcess(String filename, String
arguments) in D:\sites\OpenSourceEdition\Core\RunCmd.cs:line 52
   at DotShoppingCart.OpenSource.Core.DBDeployment.CreateDSCDatabase(String serv
er, String dbName, String path, Boolean outputToConsole) in D:\sites\OpenSourceE
dition\Core\DBDeployment.cs:line 35
   at InstDSC.InstDSC.CreateDB() in D:\sites\OpenSourceEdition\InstDSC\Program.c
s:line 94
   at InstDSC.InstDSC.Install() in D:\sites\OpenSourceEdition\InstDSC\Program.cs
:line 86
   at InstDSC.InstDSC.Main(String[] args) in D:\sites\OpenSourceEdition\InstDSC\
Program.cs:line 81
6/7/2010 12:17:33 PM
lukezy
Posts: 2109
Joined: 6/12/2007
Location:WA, US
Re: seasonal developer Installing dotshopping cart on local vista machine, sql server 2008, using admin cmd, getting this error
You cannot install to the compressed disk. Check this.
DotShoppingCart Staff
6/7/2010 1:17:09 PM
angelinamcmullin
Posts: 14
Joined: 6/5/2010
Re: seasonal developer Installing dotshopping cart on local vista machine, sql server 2008, using admin cmd, getting this error
thanks it worked.
6/8/2010 12:10:11 PM
angelinamcmullin
Posts: 14
Joined: 6/5/2010
Re: seasonal developer Installing dotshopping cart on local vista machine, sql server 2008, using admin cmd, getting this error
Now after the installation, how could I run it? I tried following what was shown at the demo to go to http://demo/demo but I got an error: Internet Expplorer cannot display the webpage.
6/9/2010 4:08:56 PM
lukezy
Posts: 2109
Joined: 6/12/2007
Location:WA, US
Re: seasonal developer Installing dotshopping cart on local vista machine, sql server 2008, using admin cmd, getting this error
How did you install the web application describied in step 4 of the guide. You just need to browser to that web application url.
DotShoppingCart Staff
6/9/2010 8:55:13 PM
angelinamcmullin
Posts: 14
Joined: 6/5/2010
Re: seasonal developer Installing dotshopping cart on local vista machine, sql server 2008, using admin cmd, getting this error
under Default website at the IIS manager, there was a demo already in there. I added a virtual directory and pointed it to the web subdirectory. I am confused with this "Use "Integrated" in the managed pipeline mode, since there was no demo at the Application Pools I had to add another Application Pool which is Demo and chose Integrated for the Managed Pipeline Mode.
Am I doing it right? Pls advise
6/10/2010 2:07:51 AM
angelinamcmullin
Posts: 14
Joined: 6/5/2010
Re: seasonal developer Installing dotshopping cart on local vista machine, sql server 2008, using admin cmd, getting this error
I got that worked out and I was able to bring up http://localhost/demo1/ successfully. But when I clicked login it gives me this error:
<span> 

The resource cannot be found.

6/10/2010 10:46:04 AM
lukezy
Posts: 2109
Joined: 6/12/2007
Location:WA, US
Re: seasonal developer Installing dotshopping cart on local vista machine, sql server 2008, using admin cmd, getting this error
Try configuring the app pool to use "Classic .NET App pool".
DotShoppingCart Staff
6/11/2010 2:07:37 AM
angelinamcmullin
Posts: 14
Joined: 6/5/2010
Re: seasonal developer Installing dotshopping cart on local vista machine, sql server 2008, using admin cmd, getting this error
That works out great, thanks a lot. You were so helpful.