Click here to Skip to main content
15,861,367 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi..

I'm developing web application where i have student,parent,admin and staff login.Now,i have written coding for parent login and then i did some modification in Business Layer and Data Access Layer.And then,while running my application i found that coding which i have modified in DL and BL was not updated in run time.

I found this through break point.Kindly help me to get rid from this issue.

thanks,
v.rakeshkrishnan
Posted
Comments
Prasad_Kulkarni 11-Jul-12 2:11am    
There is no need to add reference for such single change you make. A simple build is enough. Hope I am not misunderstanding your issue.

Have you added any class file or did anything else which you forgot to post? Because as you said just some modification you did, then this will not be an issue that should make difference or create problems.

I think you were successfully added the reference. its just that each tie you change the code you will have to do an update reference in your main project.

Just open the Bin folder. right click on the DLL of BL or DL and hit Update reference and it will reflect the changes.

I hope my understanding is correct. let me know If its not and I will try to refine my answer.
 
Share this answer
 
v2
Comments
AshishChaudha 11-Jul-12 6:32am    
my 5!
Rahul Rajat Singh 11-Jul-12 6:32am    
thanks.
go to bin folder and Update Reference of the BL and DL.
 
Share this answer
 
Either do a Rebuild
OR
Clean your solution and then Build.
 
Share this answer
 
ok if your is running in server and your modification is not updated because you did not re upload bin folder. please re upload your bin folder which has your dll file.i hove this your problem will solve .
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900