Skip to main content
Nintex Community Menu Bar

System.MissingMethodException: Method not found:

  • October 14, 2007
  • 1 reply
  • 39 views

Forum|alt.badge.img+9

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

1 reply

Forum|alt.badge.img+10
  • Nintex Partner
  • October 15, 2007

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?