Click here to Skip to main content
15,888,293 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have a dll containing webparts and user control. This dll is being referenced by another application. I have made some UI changes in the webpart. On making the change I added the reference again still I am not able to see the modified text on the UI. Please let me know if I need to copy the ascx file at some place.
Posted

1 solution

when you made changes in source you should update usercontrol dll, usercontrol ascx(don't need ascx.cs), application dll in the deployment location.
 
Share this answer
 

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

  Print Answers RSS


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