I have build a webpart as a .dll file. It is already installed in my production environment, but I’ve made small changes to it. Would it suffice to uninstall the old .dll from the GAC and install the new one?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
If your web part does not require any other resources that have been changed, then you can simple copy the updated assembly in the GAC. Which is not the “nice” way of course, but it works.
Things to keep in mind:
Why don’t you go the SharePoint way and create a solution file (WSP)? This way you get a clean install and you don’t have to bother with multiple servers, etc.