why it is not working in IIS...missing a using directive or an assembly reference...

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
12 Jahre weitere
Hi..
i've modified checkoutconfirm model ...
its working perfectly in  debug mode...
when i publish in IIS ....throw compilation error



Compiler Error Message: CS1061: 'Nop.Web.Models.Checkout.CheckoutConfirmModel' does not contain a definition for 'orno' and no extension method 'orno' accepting a first argument of type 'Nop.Web.Models.Checkout.CheckoutConfirmModel' could be found (are you missing a using directive or an assembly reference?)

Source Error:

Line 92:     
Line 93:             Reference No
Line 94:         <input name="reference_no" type="text" value="@Model.orno" />
Line 95:
Line 96:


Source File: c:\inetpub\wwwroot\nc\Views\Checkout\Confirm.cshtml    Line: 94
12 Jahre weitere
It seems that you published an old Nop.Web.dll assembly from /bin/Release folder. There was an issue in deploy.bat file. Please find an update here
12 Jahre weitere
@a.m:

Thank You very much....

I've deployed manually and its working fine....

Thank You....
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.