Skip to main content

Hi All,


Can anyone tell why I am getting this error :


System.MissingMethodException: Method not found: 'Void A.B.Interfaces.IBusinessProcess.InsUpdRD(Int32, Int32, Int32, System.String, System.String, System.String, System.String)'.
   at K2Code49604.Main(ServerEventContext K2)


 


I got this error when I tried to call a function written in Business Layer from a Server Event.


It has become a show stopper for Testing.


Pls guide.


Thanks and Regards

It would appear to me that insider your server event there must be some kind of call to a method in the business layer it cannot find.  Simply put this exception is thrown when there is an attempt to dynamically access a method that does not exist.   Perhaps a typo or an attempt to access a method that is private?


 


 


Reply