Thursday, July 22, 2010

Reset the IIS After updating the DLL for event receiver

Hi ,
Today, when I was working with Event Receivers for Sharepoint Lists. I got lots of troubles in debugging the code.
Actually, I had writen the code and installed DLL in to GAC. And, added the w3p process to debug the event receiver.
When I changed the code, I forgot to reset the IIS. That did not show me the debigging in a wrong way. Because it is still using the old code.

So, better reset the IIS when you make a new DLL.

NOTE:- Everyone know that we should reset when we install a new DLL we should reset IIS. But some people like me may forget or neglect it. So, Remember my case and don't forget to reset the IIS.

No comments:

Post a Comment