Topic: BeforeRPC event not firing (MCFileManager.NET)
i'm working with the .NET version of MCFileManager (version 3.1.0.4) and noticed that rpc/rpc.aspx is not dispatching the BeforeRPC event; as a result, the OnBeforeRPC event in my custom plugin is not firing.
I've fixed this in my local copy by adding to following line (immediately after the Init event is dispatched):
man.DispatchEvent(EventType.BeforeRPC, method, args);