an ASP.NET Open Source CMS & eCommerce platform
Search:
Skip Navigation LinksHome > DotShoppingCart Forums > Support > Installation > Installation issue near the end of the install
Last Post 9/23/2010 12:53:27 PM By Speedy Turtle Computers. 9 replies.
9/22/2010 6:19:43 PM
Speedy Turtle Computers
Posts: 16
Joined: 9/22/2010
Location:Tempe, AZ
Installation issue near the end of the install
I have tried to install the shopping cart v3 and I run the command InstDSC.exe .\SQLExpress dotshoppingcart c:\dbdata c:\key mail.yourserver.com system@yourdomain.com and the I get this error near the end of the install
 
 
[ msg 7609, level 17, state 5, server speedy-main\sqlexpress, line 2
Full-text serarch is not installed, or a full-text componet cannot be loaded.
Unhandled exception: system.applicationexception: "sqlcmd -e -s .\sqlexpress -v database ="dotshoppingcart" defaultdatapath="\" -i c:\shoppingcart\install\createDB.sql" -b returened (1) at dotshoppingcart.opensource.croe.runcmd.runprocess<string filename, string arquments> in d:\sites\opensourceEdition\core\runcmd.cs :line 52
at instDS.instdsc.createdb<> in d:\sites\opensourceedition\instdsc\program.cs: line 87
at inst.dsc.instdsc.main<string[] args> in D:\sites\opensourceedition\instdsc\program.cs :line 74
 
Can someone help me on this. It is driving me nuts.
 
Speedy
9/22/2010 7:29:51 PM
lukezy
Posts: 2109
Joined: 6/12/2007
Location:WA, US
Re: Installation issue near the end of the install
It says "Full-text serarch is not installed". Read step 2 of the install guide.
DotShoppingCart Staff
9/23/2010 7:45:05 AM
Speedy Turtle Computers
Posts: 16
Joined: 9/22/2010
Location:Tempe, AZ
Re: Installation issue near the end of the install
Now I get this.......
 
(1 rows affected)
Checking existing data against newly created constraints
Changed database context to 'dotshoppingcart'.
done
Creating demo data ...
(1 rows affected)
Unhandled Exception: System.IO.DirectoryNotFoundException: Could not find a part of the path 'C:\shoppingcart\Install\..\web\DSC.config.demo'.
   at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
   at System.IO.File.InternalCopy(String sourceFileName, String destFileName, Boolean overwrite)
   at InstDSC.InstDSC.CreateDB() in D:\sites\OpenSourceEdition\InstDSC\Program.cs:line 97
   at InstDSC.InstDSC.Main(String[] args) in D:\sites\OpenSourceEdition\InstDSC\Program.cs:line 74
 
any ideas?
 
 
Speedy
9/23/2010 7:48:30 AM
Speedy Turtle Computers
Posts: 16
Joined: 9/22/2010
Location:Tempe, AZ
Re: Installation issue near the end of the install
Never minde I figured it out on my own thank you for your help.
 
9/23/2010 9:07:42 AM
Speedy Turtle Computers
Posts: 16
Joined: 9/22/2010
Location:Tempe, AZ
Re: Installation issue near the end of the install
why would I get something like this?
 
<span>

Server Error in '/store' Application.<hr width="100%" size="1" color="silver" />

Runtime Error

</span> Description: An application error occurred on the server. The current custom error settings for this application prevent the details of the application error from being viewed remotely (for security reasons). It could, however, be viewed by browsers running on the local server machine.

Details: To enable the details of this specific error message to be viewable on remote machines, please create a <customErrors> tag within a "web.config" configuration file located in the root directory of the current web application. This <customErrors> tag should then have its "mode" attribute set to "Off".

<table width="100%" bgcolor="#ffffcc"> <tbody> <tr> <td>
<!-- Web.Config Configuration File -->

<configuration>
    <system.web>
        <customErrors mode="Off"/>
    </system.web>
</configuration>
</td> </tr> </tbody> </table>
Notes: The current error page you are seeing can be replaced by a custom error page by modifying the "defaultRedirect" attribute of the application's <customErrors> configuration tag to point to a custom error page URL.

<table width="100%" bgcolor="#ffffcc"> <tbody> <tr> <td>
<!-- Web.Config Configuration File -->

<configuration>
    <system.web>
        <customErrors mode="RemoteOnly" defaultRedirect="mycustompage.htm"/>
    </system.web>
</configuration>

</td> </tr> </tbody> </table>
9/23/2010 10:53:55 AM
lukezy
Posts: 2109
Joined: 6/12/2007
Location:WA, US
Re: Installation issue near the end of the install
Use this  to figure out the real error.
DotShoppingCart Staff
9/23/2010 11:18:22 AM
Speedy Turtle Computers
Posts: 16
Joined: 9/22/2010
Location:Tempe, AZ
Re: Installation issue near the end of the install
now I am getting a 404 error that is page can't be display.
 
http://speedyturtlecomputers.net/store/
 
can you please help I am lost now.
9/23/2010 11:35:56 AM
Speedy Turtle Computers
Posts: 16
Joined: 9/22/2010
Location:Tempe, AZ
Re: Installation issue near the end of the install
not working.
 
 
I am now getting:
 
 
Configuration Error
Description: An error occurred during the processing of a configuration file required to service this request. Please review the specific error details below and modify your configuration file appropriately.

Parser Error Message: The value of the property 'mode' cannot be parsed. The error is: The enumeration value must be one of the following: RemoteOnly, On, Off.

Source Error:


Line 221:            to be displayed in place of a error stack trace.
Line 222:        -->
Line 223:        <customErrors mode="on" defaultRedirect="GenericErrorPage.htm">
Line 224:            <error statusCode="403" redirect="NoAccess.htm" />
Line 225:            <error statusCode="404" redirect="FileNotFound.htm" />
 

Source File: C:\shoppingcart\Web\web.config    Line: 223
 
 
Can you please help me?
9/23/2010 11:45:24 AM
Speedy Turtle Computers
Posts: 16
Joined: 9/22/2010
Location:Tempe, AZ
Re: Installation issue near the end of the install
 
Now I feel get this:
 
Compilation Error
Description: An error occurred during the compilation of a resource required to service this request. Please review the following specific error details and modify your source code appropriately.

Compiler Error Message: CS0246: The type or namespace name 'DotShoppingCart' could not be found (are you missing a using directive or an assembly reference?)

Source Error:

 

Line 197:            </providers>
Line 198:        </roleManager>
Line 199:        <profile automaticSaveEnabled="true" defaultProvider="SqlProfileProvider" inherits="DotShoppingCart.OpenSource.Core.ProfileDSC">
Line 200:            <providers>
Line 201:                <clear />
 

Source File: c:\shoppingcart\Web\Web.config    Line: 199



Show Detailed Compiler Output:


C:\Windows\SysWOW64\inetsrv> "C:\Windows\Microsoft.NET\Framework\v4.0.30319 
Any ideas?
9/23/2010 12:53:27 PM
Speedy Turtle Computers
Posts: 16
Joined: 9/22/2010
Location:Tempe, AZ
Re: Installation issue near the end of the install
Now I Get this?
 
 
ompilation Error
Description: An error occurred during the compilation of a resource required to service this request. Please review the following specific error details and modify your source code appropriately.

Compiler Error Message: CS0234: The type or namespace name 'OrderPipeline' does not exist in the namespace 'DotShoppingCart.OpenSource' (are you missing an assembly reference?)

Source Error:

 

Line 1:  <%@ Application Language="C#" %>
Line 2:  <%@ Import namespace="DotShoppingCart.OpenSource.Core" %>
Line 3:  <%@ Import namespace="DotShoppingCart.OpenSource.OrderPipeline" %>
Line 4:  <%@ Import namespace="Microsoft.Practices.EnterpriseLibrary.ExceptionHandling" %>
Line 5: 
 

Source File: c:\shoppingcart\Web\Global.asax    Line: 3
 
 
What else can I do?