newly added property not found.

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
8 years ago
The reason is exactly referencing one of the plugins on Nop.web
7 years ago
I have the same issue.
First couple of times application works fine. And after some time it leads to "Method not found".

Anyone with solution..??
6 years ago
The same error in 3.90

I followed the documentation (http://docs.nopcommerce.com/pages/viewpage.action?pageId=1442499) step-by-step. When I am debugging the source code it works fine. But in the deployed version does not work in any way. I have just added a property in Customers and since then I can only edit/create customers from debug.

Any solutions?
6 years ago
kosday wrote:
The same error in 3.90

I followed the documentation (http://docs.nopcommerce.com/pages/viewpage.action?pageId=1442499) step-by-step. When I am debugging the source code it works fine. But in the deployed version does not work in any way. I have just added a property in Customers and since then I can only edit/create customers from debug.

Any solutions?


Make sure your iss used new dll. It may caused for used old dll from cache.
6 years ago
I compare the DLLs dates in deploy bin folder and the debug bin folder and are the same. Also try clean the iss cache following these methods (https://forums.asp.net/t/1738209.aspx?Clearing+cache+on+IIS) but the issue is not corrected.

The first time when i deploy the nop.web project (in release mode) work fine but later starts to give the error
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.