Click here to Skip to main content
16,015,900 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi, first i had System.Web.Extensions of Version=1.0.0.0 and timer was working fine.it was firing for every 30 sec but later i changed System.Web.Extensions to Version=3.5.0.0. Also i changed it in web.config file. But Timer is not working.

Can anyone help me
Posted
Updated 7-Feb-11 3:34am
v3
Comments
Manas Bhardwaj 7-Feb-11 9:35am    
difficult w/o looking what and where is problem in the code.
Monjurul Habib 7-Feb-11 14:57pm    
Please check the assemblyBinding on web.config.

1 solution

You can't use the 3.5 version with .Net 2.0...

If you're converting from 2.0 to 3.5, be sure that your project's properties reflect the use of the correct version of the framework.
 
Share this answer
 
v2
Comments
fjdiewornncalwe 7-Feb-11 11:03am    
+5. Sounds familiar to me.
Sergey Alexandrovich Kryukov 7-Feb-11 20:11pm    
A 5.
Oh gosh, a version...
SA

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900