Hi all,
We current have a large web project in visual studio 2008 using the ASP.NET Q1 2009 rad tools (ie the non-ajax version). We want to move to the AJAX version (we have ASP.NET AJAX Q2 2009 installed), but not all at once.
As our first page, we have a multi tabbed page (using rad multipageview and 14 pageviews, each with a radgrid and radchart on it) that we wanted to convert to using the new AJAX tab control on this page while leaving all the other controls using the old version. (The plan was to use the AJAX tabstrip to load each pageview on demand.)
Sadly, after dragging and dropping the new tab onto the page and setting its properties, the page and project would not compile. It complains about telerik charting existing in 2 dlls. A quick look at the forums found this:
http://www.telerik.com/community/forums/aspnet-ajax/chart/important-build-errors-when-upgrading-from-radchart-to-prometheus.aspx
So I'd like to choose option 1. However, no where in my web.config does it mention telerik.charting.dll, thus making it hard for me to follow the directions in option one to "remove the reference to the Telerik.Charting.dll from your Web.config file."
Considering the large amount of other telerik controls on the page, I obviously dont want to have to convert them all over at once. I just want to convert the tab.
So any ideas how I can remove the reference to the telerik.charting in the ajax version so I can continue to use the old stuff?
We current have a large web project in visual studio 2008 using the ASP.NET Q1 2009 rad tools (ie the non-ajax version). We want to move to the AJAX version (we have ASP.NET AJAX Q2 2009 installed), but not all at once.
As our first page, we have a multi tabbed page (using rad multipageview and 14 pageviews, each with a radgrid and radchart on it) that we wanted to convert to using the new AJAX tab control on this page while leaving all the other controls using the old version. (The plan was to use the AJAX tabstrip to load each pageview on demand.)
Sadly, after dragging and dropping the new tab onto the page and setting its properties, the page and project would not compile. It complains about telerik charting existing in 2 dlls. A quick look at the forums found this:
http://www.telerik.com/community/forums/aspnet-ajax/chart/important-build-errors-when-upgrading-from-radchart-to-prometheus.aspx
So I'd like to choose option 1. However, no where in my web.config does it mention telerik.charting.dll, thus making it hard for me to follow the directions in option one to "remove the reference to the Telerik.Charting.dll from your Web.config file."
Considering the large amount of other telerik controls on the page, I obviously dont want to have to convert them all over at once. I just want to convert the tab.
So any ideas how I can remove the reference to the telerik.charting in the ajax version so I can continue to use the old stuff?