SLAB, out-of-process: changing the signature of an event source method causes incorrect event logging
问题 I implemented an event source class for logging events. After repeatedly changing the signature (parameters names and parameters types) of one method that logs events, the events are no longer correctly logged. For instance when an event is logged, instead of setting the Payload with the current parameters name, the events are logged using the parameters used for the previous version of the method. Eg: Version n of the method: [Event(5, Message = "Action: {0}", Task = Tasks.PAGE, Keywords =