I am working on an application that uses an assembly that must be in the GAC. My problem is that when I update the assembly in the GAC I have to reboot the machine to get my service to pick up the new assembly. Is there some way to force services that are using a GAC'd assembly to start using the new one?

The service using the GAC'd assembly is SharePoint Timer Services. I've tried stopping and starting that service as well as stopping and starting IIS...

link|improve this question

feedback

1 Answer

Try stopping the service before installing the new assembly.

link|improve this answer
Gave it a shot but no dice. – Abe Miessler Jan 11 '11 at 0:35
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.