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.
Il y a 12 ans
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
Il y a 12 ans
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
Il y a 12 ans
@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.