Copied to clipboard

Flag this post as spam?

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


  • Nguyen Dung Tri 106 posts 606 karma points
    Aug 26, 2016 @ 04:06
    Nguyen Dung Tri
    1

    Type or namespace of Ui does not exist in Merchello.FastTrack

    Hello,

    I have try to deploy my project, but it has an error from file PaymentForm.cshtml at line 3:

    A sample code:

    @model Merchello.Web.Store.Models.BraintreePaymentModel
    @using System.Web.Mvc.Html
    @using Merchello.FastTrack.Ui
    @using Merchello.Web.Models.Ui
    
    <h3>PayPal Payment</h3>
    <div id="paypal-container"></div>
    <form data-muiscript="braintree">
        @Html.HiddenFor(x => x.Token, new { data_muivalue = "btpaypalnonce" })
        <a href="@ExampleUiHelper.CheckoutWorkflow.GetPageForStage(CheckoutStage.PaymentMethod).Url" class="btn btn-default">Back</a>
        @Html.Partial("_RequireJsSubmitBtn", Model)
        <div>
            <input type="hidden" id="braintree-successurl" value="@ExampleUiHelper.Content.GetReceipt().Url" />
        </div>
    </form>
    

    It said that Type or namespace of Ui does not exist in Merchello.FastTrack. But I have installed package Merchello.FastTrack.

    The issue is why it say the type or namespace of Ui does not exist in Merchello.FastTrack? What did I miss from my project library?

  • BJ Patel 84 posts 210 karma points
    Sep 01, 2016 @ 05:51
    BJ Patel
    0

    Hi,

    So did you got the solution , if so kindly share it .

    Thanks BJ

  • BJ Patel 84 posts 210 karma points
    Sep 01, 2016 @ 05:57
    BJ Patel
    101

    Hi,

    Got the solution,

    Have uploaded "Merchello.FastTrack.Ui.dll" from source bin folder to deployed site. bin folder.

    And site started working :)

    BJ

  • This forum is in read-only mode while we transition to the new forum.

    You can continue this topic on the new forum by tapping the "Continue discussion" link below.

Please Sign in or register to post replies