Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
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?
Hi,
So did you got the solution , if so kindly share it .
Thanks BJ
Got the solution,
Have uploaded "Merchello.FastTrack.Ui.dll" from source bin folder to deployed site. bin folder.
And site started working :)
BJ
is working on a reply...
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.
Continue discussion
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:
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?
Hi,
So did you got the solution , if so kindly share it .
Thanks BJ
Hi,
Got the solution,
Have uploaded "Merchello.FastTrack.Ui.dll" from source bin folder to deployed site. bin folder.
And site started working :)
BJ
is working on a reply...
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.