30
System.MissingMethodException: metodo non trovato?
Quello che una volta funzionava nella mia app webforms asp.net ora genera questo errore: System.MissingMethodException: metodo non trovato Il DoThismetodo è sulla stessa classe e dovrebbe funzionare. Ho un gestore generico come tale: public class MyHandler: IHttpHandler { public void Processrequest(HttpContext context) { // throws error now System.MissingMethodException: Method not …
245
c#
asp.net
dll
nuget
httphandler