in

dashCommerce

An ASP.NET Open Source e-Commerce Application

Problem in Installing of DashCommerce 3.0

Last post 04-30-2008 10:51 AM by admin. 9 replies.
Page 1 of 1 (10 items)
Sort Posts: Previous Next
  • 03-01-2008 12:45 AM

    • Jaimin
    • Top 500 Contributor
    • Joined on 03-01-2008
    • Posts 1

    Problem in Installing of DashCommerce 3.0

    I have download DashCommerce 3.0 and follows the steps described in Readme.txt. But When I open the .sln  file it says that Web.csproj cannot be opened.

    The type of project is not supported by this installation.

    And whenever I tried to open Open Web > Web Site > Web  that shows me  conversion wizard. Which also failed to convert. with log "Unable to parse project file Web.csproj."

     I am using Visual Studio 2005.

      Any help will help me a lot.

  • 03-05-2008 1:30 AM In reply to

    Re: Problem in Installing of DashCommerce 3.0

    Opening the project file in notepad i find that removing this section changes the error, maybe this will give you a jump start... ill post more if i find the resolution 

      <ProjectTypeGuids>{349c5851-65df-11da-9384-00065b846f21};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids>
        <OutputType>Library</OutputType>

  • 03-05-2008 10:47 PM In reply to

    Re: Problem in Installing of DashCommerce 3.0

    http://www.update.microsoft.com/microsoftupdate/v6/default.aspx?ln=en-us

     

    Make sure visual studio is completely up to date, you can hack around the problem by creating a new ajax enabled website and readding the files and dependencies. Main problem is that vs 2005 sp1 is missing from your machine if you do the updates at the above link it should resolve your issue.

  • 04-11-2008 9:46 PM In reply to

    Re: Problem in Installing of DashCommerce 3.0

    I tried upgrading to vs 2005 SP1 (Update to support web applications)
    http://www.microsoft.com/downloads/thankyou.aspx?familyId=8b05ee00-9554-4733-8725-3ca89dd9bfca&displayLang=en#
    but it didnt make any difference.

     I also tried removing the <ProjectTypeGuids> from the web.csproj file and that didnt work either. I got the following error...
    Could not find "Microsoft.WebApplication.targets".  Check the imports.

    So I searched for Imports in the web.csproj file and removed the following tag and IT WORKS!!!
      <Import Project="$(MSBuildExtensionsPath)\Microsoft\VisualStudio\v8.0\WebApplications\Microsoft.WebApplication.targets" />

     

  • 04-16-2008 1:16 AM In reply to

    Re: Problem in Installing of DashCommerce 3.0

    I was having that error as well.  After googling around a bit I found that VS 2005 Express is not sufficient to open web applications, it is only good for web sites.  After installing VS2005 Standard the solution opened and I am up and running.
  • 04-18-2008 9:40 AM In reply to

    Re: Problem in Installing of DashCommerce 3.0

    Hello all

    I have the same problem

    Has anyone solve this problem?

     I have Visual studio 2005 proffesional edition  version 8.0.50727.42

  • 04-21-2008 9:39 AM In reply to

    Re: Problem in Installing of DashCommerce 3.0

    I have Visual studio 2005 proffesional edition  version 8.0.50727.42

     

    Strange... 

    with the VS2005 Prof version it should work. Have you installed the service pack?

     

     

     

  • 04-30-2008 8:40 AM In reply to

    Problem in Installing of DashCommerce 3.0

    i have installed visual studio 2005 Trial version,can i install dash commerce 3.0

  • 04-30-2008 9:53 AM In reply to

    • bibber
    • Top 25 Contributor
    • Joined on 03-12-2008
    • Ottawa
    • Posts 23

    Re: Problem in Installing of DashCommerce 3.0

    I just resolved that issue... installing the VS80sp1-KB926601-X86-ENU.exe fixed the issue...

     hope this helps

  • 04-30-2008 10:51 AM In reply to

    Re: Problem in Installing of DashCommerce 3.0

    Lavanya,

    There is a ReadMe.txt in the Web folder. That explains what you need to do to install it. In addition, there is am Installation document, put together by community member Joe.Davis that is more detailed - you'll find it in the Documentation section of the Downloads section. Based on the other thread, the big thing you have to do is build the solution (in addition to installing the prerequisites). HTH.

    Chris

    --
    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!
Page 1 of 1 (10 items)