in

dashCommerce

An ASP.NET Open Source e-Commerce Application

Installation problems

Last post 07-25-2008 12:49 PM by admin. 28 replies.
Page 1 of 2 (29 items) 1 2 Next >
Sort Posts: Previous Next
  • 06-18-2008 7:30 PM

    Installation problems

    Hi there,

    Okay, I downloaded the web ready version of Dash and I'm trying to install it.

    I have gotten as far as I have created a DB in SQL Server Manager. But when I try to run install.aspx i get the error below

     

    Error

     

    I tried to fix it so i could see what the full, actuall error is but i've had no joy.

    Anyone come across this before. This is the first site i've tried to run on IIS so ISS config may be wrong. I dont know

            
     

  • 06-19-2008 7:46 AM In reply to

    Re: Installation problems

    Anyone?

    I've tried turning this off and to remote only but have had no joy!

  • 06-19-2008 8:23 AM In reply to

    Re: Installation problems

    You can try resetting iis after you set it to "Off"

    Just open a command prompt and type: iisreset

    Then maybe you can get the error.

    --
    Support dashCommerce - Buy Our Stuff!!


    Find a bug? Create a Work Item for a fast response.. Want to help? Create a patch for us! Documentation? Help us write some!
  • 06-19-2008 8:46 AM In reply to

    Re: Installation problems

    Thanks man,

     

    I'll try that later

  • 06-19-2008 12:49 PM In reply to

    Re: Installation problems

     

    Hey that worked!!! Thanks man.

    Now, a new error!

    I'm getting a 404 when I try and run the install.aspx file. I'm Running this on ISS. The URL is http://localhost/SwimShop/install/install.aspx. The dash files are saved to F:/WEB_ROOT/SwimShop and then the install.aspx file is saved in F:/WEB_ROOT/SwimShop/install/install.aspx

    Out put is as below:

    404 error

     

    Obviously, i know what the error means but i can't make sense of it because the paths look good to me. Could this again be an IIS config issue? 

  • 06-19-2008 1:21 PM In reply to

    Re: Installation problems

    Have you set SwimShop up as a virtual directory?

    --
    Support dashCommerce - Buy Our Stuff!!


    Find a bug? Create a Work Item for a fast response.. Want to help? Create a patch for us! Documentation? Help us write some!
  • 06-19-2008 1:33 PM In reply to

    Re: Installation problems

     I did.

     

    SwimShop is listed under wedsite in IIS manager.

     

    Here's a screenshot of IIS Manager and the properties of SwimShop:

     


  • 06-19-2008 1:42 PM In reply to

    Re: Installation problems

    K,

     

    fixed that. Might have a new error though.

    Let me try and fix it first...Big Smile 

  • 06-19-2008 1:59 PM In reply to

    Re: Installation problems

    Hey,

     

    I'm not getting this error:

     




    After a bit of googling, It was suggested that I remove line 18 from the web.config file. When I do this, i get another error saying something like the connection string doesn't exist or that its blank.

    Any thoughts?

  • 06-19-2008 2:16 PM In reply to

    Re: Installation problems

    I don't see the images, but don't remove the connectionString.config stuff - you need that.

    --
    Support dashCommerce - Buy Our Stuff!!


    Find a bug? Create a Work Item for a fast response.. Want to help? Create a patch for us! Documentation? Help us write some!
  • 06-19-2008 7:09 PM In reply to

    Re: Installation problems

    Yeah, i know they're need.

    The output is:

    Server Error in '/SwimShop' Application.

    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 configSource file 'connectionString.config' is also used in a parent, this is not allowed.

    Source Error:

    Line 16:     <section name="rewriter" type="Intelligencia.UrlRewriter.Configuration.RewriterConfigurationSectionHandler, Intelligencia.UrlRewriter" requirePermission="false" />
    Line 17: </configSections>
    Line 18: <connectionStrings configSource="connectionString.config" />
    Line 19: <appSettings>
    Line 20: <add key="defaultNewsFeedUrl" value="http://www.dashcommerce.org/blogs/MainFeed.aspx"/>

    Source File: F:\WEB_ROOT\SwimShop\web.config    Line: 18


    Version Information: Microsoft .NET Framework Version:2.0.50727.1433; ASP.NET Version:2.0.50727.1433
     

  • 06-19-2008 7:41 PM In reply to

    Re: Installation problems

     Hey all,

     

    Just got fed up and wrote the connection string myself and we seem to be in business.

     

    Thank you SOOOOO much for your help Admin.

    You're a star dude     

  • 06-19-2008 8:50 PM In reply to

    Re: Installation problems

     right, so i got install.aspx to run.

     

    but now i'm getting an error connecting to the db. Error is:

    A critical error has occurred: An error has occurred while establishing a connection to the server. When connecting to SQL Server 2005, this failure may be caused by the fact that under the default settings SQL Server does not allow remote connections. (provider: Named Pipes Provider, error: 40 - Could not open a connection to SQL Server)

     

    Now, i've come across the error before but the last time it was due to named pipes not being enabled. I have NP, TCP, Shared Mem enabled in SQL Config Mngr, SQLBrowser service started and my firewall turned off.

     

    This is wrecking my head. Here is my connection string from web.config:

      <connectionStrings>
      <add name="dashCommerce" connectionString="Data Source=.\SQLEXPRESS;AttachDbFilename=|DataDirectory|\localswimshop.mdf;Integrated Security=True;User Instance=True" providerName="System.Data.SqlClient" />
      </connectionStrings>

     

    Thoughts? 

  • 07-07-2008 7:17 PM In reply to

    Re: Installation problems

     Finally Finally Finall,

     

    Got past my first pipes error. However, here is my latest error:

     

     

    I went to the directory, deleted the MDF file, tried again but got the same error.

     

    Anyone have any thoughts?         

  • 07-08-2008 12:25 AM In reply to

    Re: Installation problems

    geez...

    DC just doesn't like you...

     Wink

    I hope you get this situated.

    ~Paul
Page 1 of 2 (29 items) 1 2 Next >