in

dashCommerce

An ASP.NET Open Source e-Commerce Application

MettleSystems error

Last post 05-02-2008 1:54 PM by yitzchok. 26 replies.
Page 1 of 2 (27 items) 1 2 Next >
Sort Posts: Previous Next
  • 03-20-2008 9:29 PM

    MettleSystems error

    Does any know what assembly i am missing here? 

     Error 102 The type or namespace name 'MettleSystems' could not be found (are you missing a using directive or an assembly reference?) c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\web\40132d7c\538a58f0\App_Code.iowxzbpy.0.cs 19 

  • 03-21-2008 3:32 AM In reply to

    Re: MettleSystems error

    Help!! I getting the same thing.

    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:

    Line 17: public class ProfileCommon : System.Web.Profile.ProfileBase {
    Line 18:     
    Line 19:     public virtual MettleSystems.dashCommerce.Store.AddressCollection AddressCollection {
    Line 20:         get {
    Line 21:             return ((MettleSystems.dashCommerce.Store.AddressCollection)(this.GetPropertyValue("AddressCollection")));

    Source File: c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\pay\eb1182a9\9624ee34\App_Code.d26igqqk.0.cs    Line: 19

  • 03-21-2008 8:56 AM In reply to

    Re: MettleSystems error

    Make sure you have all of the prerequisites installed: http://dashcommerce.org/dashCommerce/technology.aspx

    --
    Support dashCommerce - Buy Our Stuff!!


    Find a bug? Create a Work Item for a fast response.. Want to help? Create a patch for us!
  • 03-24-2008 3:46 PM In reply to

    Re: MettleSystems error

    i am getting the same error. anyone has the solution for this ?

    i am doing the installation on xp pro sp2, .net 2.0, ajax 1.0, sql 2005 with advance options.

  • 03-24-2008 5:14 PM In reply to

    Re: MettleSystems error

    Did you install the WebProfile generator?

    --
    Support dashCommerce - Buy Our Stuff!!


    Find a bug? Create a Work Item for a fast response.. Want to help? Create a patch for us!
  • 03-25-2008 8:22 AM In reply to

    Re: MettleSystems error

    no I don't have that installed. How can I get it?
  • 03-25-2008 9:25 AM In reply to

    Re: MettleSystems error

    ok i downloaded and installed

  • but no luck getting the same error.

  • 03-25-2008 9:41 AM In reply to

    • yocuteem
    • Top 10 Contributor
    • Joined on 03-17-2008
    • Philadelphia Area
    • Posts 57

    Re: MettleSystems error

    I am getting this error too, but only when I try to access the Admin portion of the site.  Everything else in my site works well without error.  Is there some sort of IIS configuration thing that I am missing?  Is this where the rest of you are getting this error?

    Tim
  • 03-27-2008 8:56 PM In reply to

    Re: MettleSystems error

    @yocuteem

    Did you find out the probelm?
    And can you give information on how to recreate this error - thanks

    Find a bug? Create a Work Item for a fast response.. Want to help? Create a patch for us!
  • 03-28-2008 9:54 AM In reply to

    Re: MettleSystems error

    Answer

    i got dashcommerce 3.0 working on xp and win 2k server.

    install all requirements. (AJAX, MS.NET 2.0 Framework, SQLExpress2005)

    install sql2005 express. create db.

    Install visual studio (i tested it with 2008 (download the trial version if you dont have) run the .sln once you open in Build solution.

    in IIS create new site or virtual dir point it to Web folder in the dashcommerce folder.

    open browser goto http://localhost/install/install.aspx

    when it ask for db setup for server put "localhost\instance_name" ex. your server name is ECOM and your sql express instance is default then it would be "ECOM\SQLExpress" server name.

    you should not experience problems with this setup. The reason i wrote this cause i kinda went nuts trying to run the app but at the end got it working. I got the metal system error too but this solved my problems.  

    you can download the .zip file extract it pont your iis virtual dir and start the install. Good Luck.

     

  • 04-01-2008 7:32 AM In reply to

    Re: MettleSystems error

    I am tring to run this open ecommerce project .I installed all the following component needed but still this is giving error
    1. ASP.NET WebProfile Generator
    2. SubSonic 2.0.3

    Error 1 The type or namespace name 'MettleSystems' could not be found (are you missing a using directive or an assembly reference?) c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\web\e4064287\b19dbfb7\App_Code.geiyh2bn.0.cs 19 

    Pease help me

  • 04-08-2008 1:09 PM In reply to

    Re: MettleSystems error

    I have the same error with version 3. Any ideas? I would imagine a developer would know what it is exactly looking for and what we have to do to help it find it.

  • 04-09-2008 1:00 PM In reply to

    • yocuteem
    • Top 10 Contributor
    • Joined on 03-17-2008
    • Philadelphia Area
    • Posts 57

    Re: MettleSystems error

    Hi, yes I was able to resolve this, my problem was that the admin folder was not a virtual directory and therefore could not access the dll's in the bin folder at the root of my website.  Sorry for not updating this post sooner.

     Tim

    Tim
  • 04-12-2008 5:34 AM In reply to

    • giggss
    • Top 500 Contributor
    • Joined on 04-10-2008
    • Posts 2

    Re: MettleSystems error

    yes i got the error when i am in the admin folder too. other part of the site is fine. can anyone help? i have set virtual directory for the admin folder already..
  • 04-13-2008 1:34 PM In reply to

    Re: MettleSystems error

    @giggss The admin folder shouldn't be in a virtual directory the whole site should.
    Find a bug? Create a Work Item for a fast response.. Want to help? Create a patch for us!
Page 1 of 2 (27 items) 1 2 Next >