Deplyoment
I created a project on developer PC and then deployed it on production server works fine. but, after few days I added new file into develper PC and then copied that file to production PC. when I try to run that file from prodcution PC it gives me below error Could not load type 'Namespace.PageName'.
How can I fix this error?
Do I need recomplie and do the deployment everytime I make some changes?
|