Hi,
I am writing a Telerik asp.net web site and having a problem I haven't seen before.
Start VS2008, open first aspx file. I can add Telerik controls. Switch to another aspx document attempt to add a Telerik control and a huge amount of mark up is inserted rather than the control (and does not function). Doesn't matter which aspx file I start with, when I switch to another one, I get the gibberish if I insert a control.
Could be unrelated: I recently "moved" my Documents folder to another drive.
This is a snippet of the load of text inserted rather than a valid control.
<soap-env:envelope soap-env:encodingstyle="http://schemas.xmlsoap.org/soap/encoding/" xmlns:clr="http://schemas.microsoft.com/soap/encoding/clr/1.0" xmlns:soap-enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:soap-env="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> |
<soap-env:body> |
<a1:webcontroltoolboxitem id="ref-1" xmlns:a1="http://schemas.microsoft.com/clr/nsassem/System.Web.UI.Design/System.Design%2C%20Version%3D2.0.0.0%2C%20Culture%3Dneutral%2C%20PublicKeyToken%3Db03f5f7f11d50a3a"> |
<locked>true</locked> |
<filter href="#ref-5"> |
</filter> |
<bitmap href="#ref-6"> |
</bitmap> |
<assemblyname href="#ref-7"> |
</assemblyname> |
<displayname id="ref-8">RadTextBox</displayname> |
<dependentassemblies href="#ref-9"> |
</dependentassemblies> |
<description id="ref-10">Telerik RadInput</description> |
<typename id="ref-11">Telerik.Web.UI.RadTextBox</typename> |
<company id="ref-12">Telerik</company> |
<propertynames href="#ref-13"> |
</propertynames> |