I am having same issue with incompataibility between ajax script module and my custom HTTP Handler. Each works independently when the other is commented out of web.config, but when both loading I get the sys undefined error which I assume indicates that
the scripting module did not load.
I am also facing same issue.I cant use both my custom module and scriptmodule together, its shows error,
sys is undifined.That means unable to load ajax client script when using custom module. I am using .net framework 3.5. Your answer do not solve the issue.
Please help me to solve the issue..
Thankx
Custom module and Ajax ScriptModule-sys undifined error
danyelleon
None
0 Points
2 Posts
Re: Problem Adding Custom HTTP Module with Ajax(System.Web.Handlers.ScriptModule)
Sep 08, 2009 03:31 PM|LINK
Any good solution for this isue please???
I need resolve this and i need use a custom httpmodule.
?What modification to do on httpmodule? or another solution?
Thanks in advance !
Danyel.
lmeyers123
Member
2 Points
1 Post
Re: Problem Adding Custom HTTP Module with Ajax(System.Web.Handlers.ScriptModule)
Dec 15, 2009 04:07 AM|LINK
I am having same issue with incompataibility between ajax script module and my custom HTTP Handler. Each works independently when the other is commented out of web.config, but when both loading I get the sys undefined error which I assume indicates that the scripting module did not load.
<httpModules> <add name="ScriptModule" type="System.Web.Handlers.ScriptModule, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" /> <add name="HTTPHandler" type="MyWidgets.HTTPHandler, MyWidgets"/> </httpModules>kunalkamboj
Member
12 Points
12 Posts
Re: Problem Adding Custom HTTP Module with Ajax(System.Web.Handlers.ScriptModule)
Jan 08, 2010 03:49 AM|LINK
Hi,
See my post above and see if it works for you.
Cheers!
Kunal
kunalkamboj
Member
12 Points
12 Posts
Re: Problem Adding Custom HTTP Module with Ajax(System.Web.Handlers.ScriptModule)
Jan 08, 2010 03:50 AM|LINK
Hi,
see my post above marked as an answer and try if it works for you.
Cheers!!
Kunal
pksulaiman
Member
2 Points
1 Post
Re: Problem Adding Custom HTTP Module with Ajax(System.Web.Handlers.ScriptModule)
Nov 25, 2010 12:29 PM|LINK
I am also facing same issue.I cant use both my custom module and scriptmodule together, its shows error, sys is undifined.That means unable to load ajax client script when using custom module. I am using .net framework 3.5. Your answer do not solve the issue.
Please help me to solve the issue..
Thankx
Custom module and Ajax ScriptModule-sys undifined error
domenico.ner...
Member
2 Points
1 Post
Re: Problem Adding Custom HTTP Module with Ajax(System.Web.Handlers.ScriptModule)
Nov 29, 2010 03:44 PM|LINK
Hello,
I've the same problem of the thread subject.
I've develop a custom module that attach a custom header on the top of all the pages (aspx, asp, htm or html) within a web application.
On the page without Ajax control all is ok, but on the pages with Ajax controls I've this error:
Sys.WebForms.PageRequestManagerServerErrorException: Viewstate is invalid for this page
Maybe someone can help me?
Thanks!