Cannot insert new fields for new address in database

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
14 years ago
Hello everyone,

When i am trying to insert new address in database for which the form is CheckoutShippingaddress.aspx page, I am getting error as Method not found for AddressCollection.Findaddress(12 parameters), whereas i added more 3 new fields and made changes in all Findaddress methods.Now my Findaddress method contains 15 parameters.I even made changes in the InsertAddress storedprocedure.But the NopCommerceStore.dll file is not getting the new reference.
And when i delete NopCommerceStore.dll and pdb files it doesnt give me option to add reference again.
How do i solve this problem??
14 years ago
well, you will need to download full source version, make neccessary changes to source and rebuild the application using Visual Studio.
14 years ago
Hello Mike,

Thanks for replying. I already tried rebuilding the solution.I even tried cleaning the solution and then rebuilded it but of no use.As i mentioned before, when deleting NopCommerceStore.dll and pdb files and when i build the solution and try to add it through 'Add reference' option it doesn't provide me the option to add it.Why so???
And i even tried changing the method Findaddress to another name Searchaddress but it still gives me error that 'Method not Found for Findaddress'.
Please help me out!!!!
14 years ago
Why delete the dll?


Just make changes and rebuild and you're done.
14 years ago
When I am making even small changes, I make it a point to rebuild the entire solution..Its still giving me the same problem..
I am not able to proceed in my project..
Please help!!!!!
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.