Andreas Kaech
Top achievements
Rank 1
Andreas Kaech
asked on 20 Aug 2008, 07:35 AM
Hi Telerik,
I "refactored" my code and now - when using "Configure Ajax Manager" - the generated code contains <telerik.web.ui.ajaxsetting> instead of <telerik:AjaxSetting>.
Whats wrong here?
Best regards,
Andreas
I "refactored" my code and now - when using "Configure Ajax Manager" - the generated code contains <telerik.web.ui.ajaxsetting> instead of <telerik:AjaxSetting>.
Whats wrong here?
Best regards,
Andreas
5 Answers, 1 is accepted
0
Accepted
Hi Andreas,
I have to admit we have been contacted with a similar reports before but unfortunately this is a problem with the Visual Studio 2008 itself. You can however install the SP1 of Visual Studio 2008 and give it a go. There are numerous bug fixes some affecting the third-party controls as well.
http://blogs.msdn.com/webdevtools/archive/2008/08/11/web-development-updates-in-visual-studio-2008-sp1.aspx
Regards,
Konstantin Petkov
the Telerik team
Check out Telerik Trainer, the state of the art learning tool for Telerik products.
I have to admit we have been contacted with a similar reports before but unfortunately this is a problem with the Visual Studio 2008 itself. You can however install the SP1 of Visual Studio 2008 and give it a go. There are numerous bug fixes some affecting the third-party controls as well.
http://blogs.msdn.com/webdevtools/archive/2008/08/11/web-development-updates-in-visual-studio-2008-sp1.aspx
Regards,
Konstantin Petkov
the Telerik team
Check out Telerik Trainer, the state of the art learning tool for Telerik products.
0
Andreas Kaech
Top achievements
Rank 1
answered on 20 Aug 2008, 08:23 AM
Hi Konstantin,
thanks for this hint. I think, this problem starts after installing SP1.
I can live with this issue in the moment .
Perhaps, waiting will be a solution ;-)
Regards,
Andreas
thanks for this hint. I think, this problem starts after installing SP1.
I can live with this issue in the moment .
Perhaps, waiting will be a solution ;-)
Regards,
Andreas
0
Hello Andreas,
Unfortunately this is an old issue. I've however tested the AJAX Manager configurator with the Service Pack of Visual Studio 2008, but it works just fine. If you notice anything else which might be related to this problem, please let us know.
Best wishes,
Konstantin Petkov
the Telerik team
Check out Telerik Trainer, the state of the art learning tool for Telerik products.
Unfortunately this is an old issue. I've however tested the AJAX Manager configurator with the Service Pack of Visual Studio 2008, but it works just fine. If you notice anything else which might be related to this problem, please let us know.
Best wishes,
Konstantin Petkov
the Telerik team
Check out Telerik Trainer, the state of the art learning tool for Telerik products.
0
Nicolas
Top achievements
Rank 1
answered on 09 Sep 2008, 07:50 AM
Hi all,
I've got the same problem, and here is what I've done :
1) First of all, I was creating a website with Telerik.web.ui.dll in
the bin directory and everything was working just fine.
2) Then, I've registered Telerik.Web.UI.dll into the GAC and
removed the dll from the bin directory, and I was having this trouble.
The manager put telerik.web.ui.ajaxsetting instead of telerik:AjaxSetting.
3) I figured it was because I've registered the dll in the GAC, so I removed it from there and everything returns to normal.
Perhaps this could help someone to debug this issue.
Cheer, Nicolas.
I've got the same problem, and here is what I've done :
1) First of all, I was creating a website with Telerik.web.ui.dll in
the bin directory and everything was working just fine.
2) Then, I've registered Telerik.Web.UI.dll into the GAC and
removed the dll from the bin directory, and I was having this trouble.
The manager put telerik.web.ui.ajaxsetting instead of telerik:AjaxSetting.
3) I figured it was because I've registered the dll in the GAC, so I removed it from there and everything returns to normal.
Perhaps this could help someone to debug this issue.
Cheer, Nicolas.
0
Daniel Sim
Top achievements
Rank 1
answered on 01 May 2009, 05:03 PM
Thanks Nicolas, that solved my problem.
Dan
Dan