Link to home
Start Free TrialLog in
Avatar of meetpd
meetpdFlag for India

asked on

Getting error: Microsoft JScript runtime error: Sys.InvalidOperationException: TypeSys.UI._Timer has already been registered.

Hi,

I have used AJAX toolkit to create an update panel along with a timer.

When I run the webapplication, I get below error:
Microsoft JScript runtime error: Sys.InvalidOperationException: TypeSys.UI._Timer has already been registered.

Any idea how to resolve this? I am using ASP.NET C#.
Avatar of Amandeep Singh Bhullar
Amandeep Singh Bhullar
Flag of India image

ASKER CERTIFIED SOLUTION
Avatar of raja_ind82
raja_ind82
Flag of India image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of meetpd

ASKER

Resolved the error by setting compilation debug = false in web.config file