Monday, March 26, 2012

Void System.Web.UI.ScriptManager.RegisterHiddenField(System.Web.UI.Page, System.String, Sy

It code worked fine on my PC..but gettting following message on server...

'Void System.Web.UI.ScriptManager.RegisterHiddenField(System.Web.UI.Page, System.String, System.String)'

i checked this threadhttp://forums.asp.net/p/1123792/1869084.aspx#1869084

but it doesn't help me...

Updating global assembly cache of server, solved this error

Some how installation is not updating GAC..so you have to do it manually


Hi,

I have the exact same problem. Can you please tell me how you were able to clear out the GAC and update it with the latest DLL? Just like you everything works on my PC but when it gets published to servers i get that same error.

Thanks,
Kam


just copy the following DLL's fromC:\Program Files\Microsoft ASP.NET\ASP.NET 2.0 AJAX Extensions\v1.0.61025 and paste it in folderc:\windows\assembly on server

System.Web.Extensions

System.Web.Extensions.Design

Hope it solves your problem, if not let me know


Hi,

Yup that fixed it perfectly. Thanks so much for the quick and accurate reply.

Kam

No comments:

Post a Comment