Copied to clipboard

Flag this post as spam?

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


  • JamesBoom 7 posts 97 karma points
    Aug 13, 2018 @ 11:22
    JamesBoom
    0

    Using AppData as ModelsBuilder with Merchello

    Hi

    I've updated the web.config to use AppData as the ModelsBuilder and gone into the backend and generated the models.

    When I then try and build the application I get the error message:

    'The type or namespace name 'Merchello' could not be found (are you missing a using directive or an assembly reference?)'

    for each of the models that references Merchello e.g:

    [ImplementPropertyType("featuredProducts")]
    public Merchello.Web.Models.Ui.Rendering.ProductContentListView FeaturedProducts
    {
        get { return this.GetPropertyValue<Merchello.Web.Models.Ui.Rendering.ProductContentListView>("featuredProducts"); }
    }
    

    Any ideas why this would be?

Please Sign in or register to post replies

Write your reply to:

Draft