"NOPCommercestore.dll" and "NopCommercestore.pdb" is not Modified after make changes in Module /Chec

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
14 years ago
Helllo Everyone !

I have add one field "Website" in CheckOutShippingAddress.aspx page, make changes in following Pages

NOPCommercestore/Modules/AddressDisplay.apcx and Modules/AddressDisplay.ascx.cs (Add Literal for Website)
NOPCommercestore/Modules/AddressDisplay.ascx and Modules/AddressEdit.ascx.cs(Add textbox for Website )

Update in  Libraries --> NOP.BusinessLogic/Customer Folder Page Name are as follows (Add "Website" Property Method)
1) Customer.cs
2) Address.cs
3) CustomerManager.cs (Update InsertAddress(17)-->Add 1 more parameter for Website)

Also Update in Libraries --> (a)NOP.BusinessLogic/DataAcess/Customer and  Libraries --> (b) NOP.BusinessLogic/DataAcess.SqlServer /Customer

a.1) DBAddress.cs
a.2) DBCustomerProvider.cs

b.1) SQLCustomerProvider.cs


Changes in Database
and Make Add 'website' field in its table and   in NOP_AddressInsert Procedure.

When I Run my Applications its giving error

Method Not Found:NOPSolutions.NOPCommerce.....BusinessLogic.CustomerManagement.Address  
NOPSolutions.NOPCommerce.....BusinessLogig.CustomerManagement.CustomerManager.InsertAddress(16 Param)


I have rebuild and build my project again and again, but when I checked NOPCommerce.dll ,NopCommercestore.pdb's
Modified Date its showing old date, which is not Modifed yet .

So What should I do for it ???? or Tell me solution for this problem

So Please for help me for out for Problem!!!
14 years ago
are you rebuilding the solution
or just
rebuilding nopcommercestore

note, when you have eg CustomerManager.cs open , you will see in the build menu option to rebuild businesslogic - this is useful because as you make small changes, you do not have to rebuild the whole solution, just the business logic

you are using VS, not VWD ?
14 years ago
I have followed your instructions  

are you rebuilding the solution   --  YES

you are using VS, not VWD ? --  VS..

Still I am  getting the same problem .

What could be other solution for this ??????

Please help me out for this !!!!!!
14 years ago
and when you open the project in VS, you open it by going to

file-->open project-->

then select

NopCommerce.sln
14 years ago
Hello haydie,

I opened my solution as you said but still I am getting the same problem.
Also, I placed comment on the line where I was getting error but while debugging it stills goes to that line and gives the same error..
14 years ago
i guess you have to go back to the changes you made in th c# code, it must be there that the problem lies
14 years ago
Hello haydie,

I have reverted my changes in my solutuin.

I have to customize the CheckoutShippingAddress.aspx page where I have to add one field 'Website' and insert the same into database.


Please tell me the steps to add a field in nopcommerce application (say 'website' in CheckoutShippingAddress.aspx page).


Lets see if it works for me..
14 years ago
Hello Haydie,

    I have rebuild the solution as per discussion with you and also downloaded fresh copy of NopCommerce 1.50(Source code) but still it's giving the same problem as i told earlier in previous post.

Can you do a favor for me,  download fresh copy of nopcommerce & add new field (i.e Website) in Checkoutshippingaddress.aspx page.  If you get success for related this issue then please tell me the steps how you done it, otherwise forward your code on my email id [email protected]  .

Please do the needful. Looking for your positive reply.

Thanks in advance,
14 years ago
from reading your post, the error message seems to come from the way you have created / implemented the code in business logic
14 years ago
Hi Haydie,

  I have added only one field in Checkoutshippingadress form. & also added the parameter in Insertaddress() method and Findadress() method of both Shipping & billing.

I have changed following classes in business logic.

address.cs
customer.cs
addresscollection.cs
customermanager.cs

and rebuild the business logic and whole solution also but it still gives error and does not take new reference of NopCommerceStore.dll.

Haydie can you please give me your Skype or yahoo Id then i will talk with you directly.

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