Thank you very much for your feedback. But I have already this code statement in my web config; it dont work...it looks for AjaxControlToolkit 2.0.
My projects are built for 3.5.
The problem is that the AjaxControlToolkit look for 2.0
When I install AjaxControlToolkit 3.5; it has dependencies problem&
In VS you can select the .NET framework and it change the web config file. You can open the web config file and then change the framework; you will see the config file change.
I do not understand why the AjaxControlToolkit looks for .NET 2.0; when everything else in the web config is specified to .NET 3.5
Any suggestion?
Looks I have a DLL Hell problem...
Thank you,
Rune
Main Topics
Browse All Topics





by: Juan_BarreraPosted on 2008-11-26 at 17:50:44ID: 23047298
Hi there, you don't need the strong naming bits, you can declare it like this:
Select allOpen in new window