Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Simon 692 posts 1068 karma points
    Aug 04, 2015 @ 12:07
    Simon
    0

    Installed Merchello and Merchello.Bazaar and now need source code.

    Hi All,

    I have installed Merhcello and Merchello.Bazaar, normally through the umbraco CMS, as a package.

    Now, I would like to to view the source code in order to check controllers and modify accordingly.

    How can I achieve this? I have download on my computer all merchello source code from github.

    thank you.

  • Rusty Swayne 1655 posts 4993 karma points c-trib
    Aug 04, 2015 @ 15:01
    Rusty Swayne
    0

    Hi Simon,

    In the Merchello source, you should see the

    /src/Merchello.Bazaar.sln

    This is the Bazaar project.

  • Daniel 6 posts 76 karma points
    Apr 02, 2016 @ 19:35
    Daniel
    0

    Hi Rusty,

    Quick question for you: I downloaded the code from GitHub, open Merchello.Bazaar.sln, fix the old reference of Merchello.Core nuget package and now I am getting this error:

    The type or namespace name 'Providers' does not exist in the namespace 'Merchello' (are you missing an assembly reference?)

    Do I need to add the Merchello.Providers project and reference it to the Bazaar? Is there any other better way so I don't need to include more source code?

    Thx

  • Thomsen 112 posts 335 karma points
    Apr 02, 2016 @ 22:11
    Thomsen
    0

    Hi Rusty

    I'm also a little bit confused :-)

    When I git-clone the source code and then run the

    /src/Merchello.Bazaar.sln

    I get a lot of reference errors when I build. - Even when I enable the "enable nuget package restore" feature, it comes with more missing references. Is it a wrong approach? Should I install Umbraco and the package prior to this?

    Best regards.

  • Rusty Swayne 1655 posts 4993 karma points c-trib
    Apr 05, 2016 @ 19:29
    Rusty Swayne
    0

    Hey there - You may have to build the Merchello.sln prior to building the Bazaar solution since the Merchello binaries may not be present. They all dump into the same bin folder via build events.

  • Thomsen 112 posts 335 karma points
    Apr 07, 2016 @ 18:24
    Thomsen
    0

    Hi - rusty, thank you. It solved it by building the other projects before building the Bazaar project.

    Best regards.

Please Sign in or register to post replies

Write your reply to:

Draft