During the development of my custom EventSource
I need to change the count and types of an event's parameters. Since I've used this EventSource
for a while, it had already registered its events dynamically.
Is it possible to change or delete this registration?
According to this question which was already asked here deleting the manifest from the cache under C:\Users\USERNAME\AppData\Local\Temp\7D2611AE-6432-4639-8B91-3E46EB56CADF
or using a different version for the Event, which was suggested on codeplex, should fix the issue.