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 2 of 2 (29 items) < Previous 1 2
Sort Posts: Previous Next
  • 07-08-2008 5:41 AM In reply to

    Re: Installation problems

    It really doesn't like me at all!

     

    But I like to think the community does!!!

    Any help is greatly appreciated!

  • 07-18-2008 7:22 AM In reply to

    Re: Installation problems

    I am getting the same error as stated above.

    please help us as we are new.

    Oops! An error has occurred. This error has been logged. If the problem persists, please

    contact us!

    Sad 

  • 07-18-2008 11:57 AM In reply to

    Re: Installation problems

    You must turn custom errrors off in the web.config so we can see the error.

    <customerrors mode="off" />

    ~Paul
  • 07-18-2008 9:58 PM In reply to

    Re: Installation problems

    hi there, i got the similar issue on installation after i turn webconfig.. off

    compliation error

    Server Error in '/' Application.

    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 'MettleSystems' could not be found (are you missing a using directive or an assembly reference?)

    Source Error:

    [No relevant source lines]

    Source File: c:\windows\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\6528aece\6baa4bca\App_Code.wbqrhxcq.0.cs    Line: 19



    c:\windows\system32\inetsrv> "C:\Windows\Microsoft.NET\Framework\v2.0.50727\csc.exe" /t:library /utf8output /R:"C:\Windows\assembly\GAC_MSIL\System.Configuration\2.0.0.0__b03f5f7f11d50a3a\System.Configuration.dll" /R:"C:\Windows\assembly\GAC_32\System.Data\2.0.0.0__b77a5c561934e089\System.Data.dll" /R:"C:\Windows\assembly\GAC_MSIL\System.Web.Mobile\2.0.0.0__b03f5f7f11d50a3a\System.Web.Mobile.dll" /R:"C:\Windows\assembly\GAC_MSIL\System.Design\2.0.0.0__b03f5f7f11d50a3a\System.Design.dll" /R:"C:\Windows\assembly\GAC_32\System.EnterpriseServices\2.0.0.0__b03f5f7f11d50a3a\System.EnterpriseServices.dll" /R:"C:\Windows\Microsoft.NET\Framework\v2.0.50727\mscorlib.dll" /R:"C:\Windows\assembly\GAC_MSIL\System\2.0.0.0__b77a5c561934e089\System.dll" /R:"C:\Windows\assembly\GAC_MSIL\System.Web.Extensions.Design\1.0.61025.0__31bf3856ad364e35\System.Web.Extensions.Design.dll" /R:"C:\Windows\assembly\GAC_32\System.Web\2.0.0.0__b03f5f7f11d50a3a\System.Web.dll" /R:"C:\Windows\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\6528aece\6baa4bca\App_GlobalResources.qfsvmkb-.dll" /R:"C:\Windows\assembly\GAC_MSIL\System.Web.Services\2.0.0.0__b03f5f7f11d50a3a\System.Web.Services.dll" /R:"C:\Windows\assembly\GAC_MSIL\System.Xml\2.0.0.0__b77a5c561934e089\System.Xml.dll" /R:"C:\Windows\assembly\GAC_MSIL\System.Web.Extensions\1.0.61025.0__31bf3856ad364e35\System.Web.Extensions.dll" /R:"C:\Windows\assembly\GAC_MSIL\System.Windows.Forms\2.0.0.0__b77a5c561934e089\System.Windows.Forms.dll" /R:"C:\Windows\assembly\GAC_MSIL\System.Drawing\2.0.0.0__b03f5f7f11d50a3a\System.Drawing.dll" /out:"C:\Windows\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\6528aece\6baa4bca\App_Code.wbqrhxcq.dll" /debug- /optimize+ /w:4 /nowarn:1659;1699;1701  "C:\Windows\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\6528aece\6baa4bca\App_Code.wbqrhxcq.0.cs" "C:\Windows\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\6528aece\6baa4bca\App_Code.wbqrhxcq.1.cs"
    
    
    Microsoft (R) Visual C# 2005 Compiler version 8.00.50727.1434
    for Microsoft (R) Windows (R) 2005 Framework version 2.0.50727
    Copyright (C) Microsoft Corporation 2001-2005. All rights reserved.
    
    c:\windows\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\6528aece\6baa4bca\App_Code.wbqrhxcq.0.cs(19,20): error CS0246: The type or namespace name 'MettleSystems' 

    Thanks,

    Amon

  • 07-18-2008 10:46 PM In reply to

    Re: Installation problems

    Check to make sure that the MettleSystems's dlls are in the /bin.

    ~Paul
  • 07-18-2008 10:54 PM In reply to

    Re: Installation problems

    sorry, i am a newbie, where is the /bin?     by the way, my url is : http://www.fitnessbook.com.au

    do i have to copy all the  contents(Content,Core,Dependencies,Localization,Store,Web,Build.bat,Clean.Bat.CleanBuild3.5.bat,dashCommerece.sln,License.txt) into Virtual Directory?

    or I just copy all the contents in Web into Virtual Directory?

     Thank You

     

  • 07-18-2008 11:20 PM In reply to

    Re: Installation problems

    msn: theonlylawislove@yahoo.com

    yahoo: theonlylawislove

    ill help you out

    ~Paul
  • 07-25-2008 10:01 AM In reply to

    Re: Installation problems

    I seem to be getting the same error. I changed the setting to "Off"

    What would be the path for "iisrest" in cmd ?

  • 07-25-2008 11:02 AM In reply to

    Re: Installation problems

    It's iisreset - sorry - typo on my part.

    --
    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!
  • 07-25-2008 11:17 AM In reply to

    Re: Installation problems

    Did that. New error now

     

    Server Error in '/' Application.

    The resource cannot be found.

    Description: HTTP 404. The resource you are looking for (or one of its dependencies) could have been removed, had its name changed, or is temporarily unavailable.  Please review the following URL and make sure that it is spelled correctly.

    Requested URL: /dshcommerce/install.install.aspx


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

  • 07-25-2008 12:21 PM In reply to

    Re: Installation problems

    Perhaps you might be better served with our Ready-To-Run package?

    --
    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!
  • 07-25-2008 12:37 PM In reply to

    Re: Installation problems

    I am only trying to learn aspnet from a book which requires me to download the PayPal CSK. Is there a trial period for the Ready to Run Package ?

    Haven't you come across users having similar installation problems ?

    Could you recommend any other way.

  • 07-25-2008 12:43 PM In reply to

    Re: Installation problems

    Hello,

    I am new to dashcommerce. Reviewing your posts, you seem to get the same error message as I did while installing

    Below is the error. Can you please let me know what did you do to overcome the error.

    Server Error in '/Dashcommerce' Application.

    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 'MettleSystems' could not be found (are you missing a using directive or an assembly reference?)

    Source Error:

    [No relevant source lines]

    Source File: c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\dashcommerce\1ac6676b\32868301\App_Code.84a6kcav.0.cs    Line: 19

  • 07-25-2008 12:49 PM In reply to

    Re: Installation problems

    No, there is no trial period for the Ready-To-Run packages.

    aditya:
    Haven't you come across users having similar installation problems ?

    Not like this Smile, but if you are new to .NET in general, you may want to try something a little less involved.

     

     

    --
    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 2 of 2 (29 items) < Previous 1 2