Wrox Home  
Search P2P Archive for: Go

  Return to Index  

aspx_beginners thread: Method not found: Void System.EventHandler..ctor(System.Object, UIntPtr)


Message #1 by "Dan Vanderboom" <dvanderboom@h...> on Fri, 12 Jul 2002 19:43:47
I'm setting up my first ASP.NET website, and using the beta 2 version 
of .NET to develop it.  My webhost (setupsite.com) is using Microsoft .NET 
Framework Version:1.0.3705.209; ASP.NET Version:1.0.3705.0.

I'm getting an error that says...

Method not found: Void System.EventHandler..ctor(System.Object, UIntPtr).

My webhost is saying that I'm getting this error due to the version 
incompatibilities.  They say I need to buy the full .NET version.

Is this true?  I thought aspx code was all compiled on the server.  Since 
I'm not calling system.eventhandler directly from anywhere in my code, is 
there somehow I can get this to work with the tools I have?

Please help.  Thanks in advance!

Dan

  Return to Index