After installing an assembly into the GAC using ‘gacutil /i {0}’ can I remove the orignal assembly, ie the assembly at path ‘{0}’?
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.
actually you dont need to……in the assembly settings youhave to remove the “copy to local” property. Once you compile the code the local copy of assembly in the project debug folder will be removed.But if you have a assembly from a anonymous location then u can delete the assembly after installing in th GAC.