Handling list event.
-
I want to handle the event of my Document Library. I use the "SPEventReceiverDefinition" class to test the event of the list. It is worked. Then i deleted the assembly that i tested in previous. I create my new event class and update this assembly to eventreceivers of sharepoint. But it is still worked with the first assembly. I don't know why it is happened. Pls point me.
-
I want to handle the event of my Document Library. I use the "SPEventReceiverDefinition" class to test the event of the list. It is worked. Then i deleted the assembly that i tested in previous. I create my new event class and update this assembly to eventreceivers of sharepoint. But it is still worked with the first assembly. I don't know why it is happened. Pls point me.
You can't just delete the assembly. You must delete the feature.
I know the language. I've read a book. - _Madmatt
-
You can't just delete the assembly. You must delete the feature.
I know the language. I've read a book. - _Madmatt
-
I want to handle the event of my Document Library. I use the "SPEventReceiverDefinition" class to test the event of the list. It is worked. Then i deleted the assembly that i tested in previous. I create my new event class and update this assembly to eventreceivers of sharepoint. But it is still worked with the first assembly. I don't know why it is happened. Pls point me.