Does mono support Microsoft's "ASP .NET AJAX" framework?

 

I tried to run a simple AJAX application, but I got this error message:

 

System.ArgumentNullException: Argument cannot be null. 
Parameter name: browscaps.ini does not contain a definition for capability
supportscallback for userAgent IE 
  at System.Web.Configuration.HttpCapabilitiesBase.ReadBoolean
(System.String key) [0x00000]  
  at System.Web.Configuration.HttpCapabilitiesBase.get_SupportsCallback ()
[0x00000]  
  at
System.Web.UI.HttpBrowserCapabilitiesWrapper.System.Web.UI.IHttpBrowserC
apabilities.get_SupportsCallback () [0x00000]  
  at System.Web.UI.PageRequestManager.OnInit () [0x00000]  
  at System.Web.UI.ScriptManager.OnInit (System.EventArgs e) [0x00000]  
  at System.Web.UI.Control.InitRecursive (System.Web.UI.Control
namingContainer) [0x00000]  
  at System.Web.UI.Control.InitRecursive (System.Web.UI.Control
namingContainer) [0x00000]  
  at System.Web.UI.Control.InitRecursive (System.Web.UI.Control
namingContainer) [0x00000]  
  at System.Web.UI.Page.InternalProcessRequest () [0x00000]  
  at System.Web.UI.Page.ProcessRequest (System.Web.HttpContext context)
[0x00000]  

 

Maybe this attempt was useless? If this does not work with mono, are there
any plans to support it? In the current SVN branch

I found a folder named "MicrosoftAjaxLibrary".

 

Regards

Jens

_______________________________________________
Mono-list maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-list

Reply via email to