i recently downloaded the latest msi install and now i am unable to use any rad controls period. Used to be you dragged a rad control on the page and then hit the smart tag to add the web config settings - i don't get that at all - what has happened here? I've uninstalled older versions, reinstalled latest, went back one version, add reference manually, putt dll's from telerik samples into my new web site - nothing works.
how am i supposed to explain this on my time sheet? 8hrs of nothing! what to do?
when i click the convert to telerik web site web config shows this - where is the versioning?
<
httpHandlers>
<
remove verb="*" path="*.asmx" />
<
add path="ChartImage.axd" type="Telerik.Web.UI.ChartHttpHandler" verb="*" validate="false" />
<
add path="Telerik.Web.UI.SpellCheckHandler.axd" type="Telerik.Web.UI.SpellCheckHandler" verb="*" validate="false" />
<
add path="Telerik.Web.UI.DialogHandler.aspx" type="Telerik.Web.UI.DialogHandler" verb="*" validate="false" />
<
add path="Telerik.RadUploadProgressHandler.ashx" type="Telerik.Web.UI.RadUploadProgressHandler" verb="*" validate="false" />
<
add path="Telerik.Web.UI.WebResource.axd" type="Telerik.Web.UI.WebResource" verb="*" validate="false" /></httpHandlers>
<
httpModules>