Welcome Guest Search | Active Topics | Sign In | Register

Controls don't drag and drop Options
Alistair Gillanders
Posted: Tuesday, August 7, 2012 6:40:21 PM
Rank: Member
Groups: Member

Joined: 9/23/2010
Posts: 15
I recently upgraded to EO.Web 2012 suite as part of upgrading my development platform (now on VWD 2010 vs VWD 2008 and .Net 4 vs .Net 3.5). The install seemed to go fine and existing sites using your components all seem to compile and execute fine (I haven't deployed the new suite yet - still testing).

However when I create a new page and drag and drop a control from the toolbox onto the page (in design or source mode) I do NOT get the normal control code - instead I get a bunch of SOAP code; see below for what I get when I try drop a tabstrip onto the page.

Now, if I manually add the <eo:TabStrip runat="server"></eo:TabStrip> in Source and then jump back to design mode I get the design surface and I can access the builder as normal.

What gives? What do I need to do to get drag and drop of controls onto the page working properly?

Alistair

PS: Below is the TEXT currently dropped on the page when I try drop a TabStrip:

<SOAP-ENV:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/" xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:clr="http://schemas.microsoft.com/soap/encoding/clr/1.0" SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
<SOAP-ENV:Body>
<a1:WebControlToolboxItem id="ref-1" xmlns:a1="http://schemas.microsoft.com/clr/nsassem/System.Web.UI.Design/System.Design%2C%20Version%3D4.0.0.0%2C%20Culture%3Dneutral%2C%20PublicKeyToken%3Db03f5f7f11d50a3a">
<Locked>true</Locked>
<Filter href="#ref-5"/>
<Bitmap href="#ref-6"/>
<Description id="ref-7">TabStrip offers multi-tab functionality to navigate ASP.NET Web pages.</Description>
<AssemblyName href="#ref-8"/>
<DisplayName id="ref-9">TabStrip</DisplayName>
<DependentAssemblies href="#ref-10"/>
<TypeName id="ref-11">EO.Web.TabStrip</TypeName>
<Company id="ref-12">Essential Objects, Inc.</Company>
<PropertyNames href="#ref-13"/>
<ToolData id="ref-14">&#60;{0}:TabStrip runat=&#34;server&#34; Width=&#34;350px&#34;&#62;&#60;/{0}:TabStrip&#62;</ToolData>
<PersistChildren>0</PersistChildren>
</a1:WebControlToolboxItem>
<SOAP-ENC:Array id="ref-5" SOAP-ENC:arrayType="a2:ToolboxItemFilterAttribute[2]" xmlns:a2="http://schemas.microsoft.com/clr/nsassem/System.ComponentModel/System%2C%20Version%3D4.0.0.0%2C%20Culture%3Dneutral%2C%20PublicKeyToken%3Db77a5c561934e089">
<item href="#ref-15"/>
<item href="#ref-16"/>
</SOAP-ENC:Array>
<a3:Bitmap id="ref-6" xmlns:a3="http://schemas.microsoft.com/clr/nsassem/System.Drawing/System.Drawing%2C%20Version%3D4.0.0.0%2C%20Culture%3Dneutral%2C%20PublicKeyToken%3Db03f5f7f11d50a3a">
<Data href="#ref-17"/>
</a3:Bitmap>
<a4:AssemblyName id="ref-8" xmlns:a4="http://schemas.microsoft.com/clr/ns/System.Reflection">
<_Name id="ref-18">EO.Web</_Name>
<_PublicKey href="#ref-19"/>
<_PublicKeyToken xsi:null="1"/>
<_CultureInfo>127</_CultureInfo>
<_CodeBase id="ref-20">file:///C:/Users/agillanders/Documents/Visual Studio 2010/Controls/EO.Web/EO.Web.dll</_CodeBase>
<_Version href="#ref-21"/>
<_HashAlgorithm xsi:type="a6:AssemblyHashAlgorithm" xmlns:a6="http://schemas.microsoft.com/clr/ns/System.Configuration.Assemblies">SHA1</_HashAlgorithm>
<_HashAlgorithmForControl xsi:type="a6:AssemblyHashAlgorithm" xmlns:a6="http://schemas.microsoft.com/clr/ns/System.Configuration.Assemblies">None</_HashAlgorithmForControl>
<_StrongNameKeyPair xsi:null="1"/>
<_VersionCompatibility xsi:type="a6:AssemblyVersionCompatibility" xmlns:a6="http://schemas.microsoft.com/clr/ns/System.Configuration.Assemblies">SameMachine</_VersionCompatibility>
<_Flags xsi:type="a4:AssemblyNameFlags" xmlns:a4="http://schemas.microsoft.com/clr/ns/System.Reflection">17</_Flags>
<_HashForControl xsi:null="1"/>
</a4:AssemblyName>
<SOAP-ENC:Array id="ref-10" SOAP-ENC:arrayType="a4:AssemblyName[3]" xmlns:a4="http://schemas.microsoft.com/clr/ns/System.Reflection">
<item href="#ref-22"/>
<item href="#ref-23"/>
<item href="#ref-24"/>
</SOAP-ENC:Array>
<SOAP-ENC:Array id="ref-13" SOAP-ENC:arrayType="xsd:string[8]">
<item id="ref-25">Filter</item>
<item id="ref-26">Bitmap</item>
<item id="ref-27">Description</item>
<item id="ref-28">AssemblyName</item>
<item id="ref-29">DisplayName</item>
<item id="ref-30">DependentAssemblies</item>
<item id="ref-31">TypeName</item>
<item id="ref-32">Company</item>
</SOAP-ENC:Array>
<a2:ToolboxItemFilterAttribute id="ref-15" xmlns:a2="http://schemas.microsoft.com/clr/nsassem/System.ComponentModel/System%2C%20Version%3D4.0.0.0%2C%20Culture%3Dneutral%2C%20PublicKeyToken%3Db77a5c561934e089">
<filterType>Require</filterType>
<filterString id="ref-33">System.Web.UI</filterString>
<typeId id="ref-34">System.ComponentModel.ToolboxItemFilterAttributeSystem.Web.UI</typeId>
</a2:ToolboxItemFilterAttribute>
<a2:ToolboxItemFilterAttribute id="ref-16" xmlns:a2="http://schemas.microsoft.com/clr/nsassem/System.ComponentModel/System%2C%20Version%3D4.0.0.0%2C%20Culture%3Dneutral%2C%20PublicKeyToken%3Db77a5c561934e089">
<filterType>Allow</filterType>
<filterString href="#ref-11"/>
<typeId xsi:null="1"/>
</a2:ToolboxItemFilterAttribute>
<SOAP-ENC:Array id="ref-17" xsi:type="SOAP-ENC:base64">iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAAEnQAABJ0Ad5mH3gAAAFgSURBVDhPzZO/S8NAFMf7F7ZDXXTRyU0nIzrEQfDHEhcRtFQs1Yg/WhpEsYKVZLC20AZBCU6ZKh2jLhm/vneXS5MoWnDxwpe7S+593+dy73K5f9Ea9hPObh9xeN1D+aKLndo9jGMHY8OxQbZtkcFapQW91IS2fYk5w8LsRg3TqyeY0o9QXK6OEjScZxHffHiB07lDv7sLw3Tw8fZKGgjNk4EavweDtIHlSAI2sNmgQwZEsE4EK3uSgA2YYIYIJnUTxaUqCtqBpFAEX/bxy4vYwLLlFsZtYShX5mOChIF55aJO+qlng4CU1yrRFjIEvICTxIrmHMTfhoFUYUH9g8QxqiCxmEySPY850B9KjX5igkDg19vfqmy2wHL9EJ6fNKBjZHeVQWXJ9pyVg10KbnthmiAdHMaYElfOvSgzB7uk1CmcirvQx766C1SJXEh66QaLqpQ3z+NCmqBSFgb8/KV9Anm0eJ5Fj/NBAAAAAElFTkSuQmCC</SOAP-ENC:Array>
<SOAP-ENC:Array id="ref-19" xsi:type="SOAP-ENC:base64">ACQAAASAAACUAAAABgIAAAAkAABSU0ExAAQAAAEAAQAXm4reXjgurH7gu11FpUrDAvCtQX753+Q+XzqpDoSdWkSgGcXFyllb7rpYwAXp+AiJI9E1lpg8q7t4H36GsM8+fpj5ol0+l84bYWy+aa5vQ5XlxdyeDxsA2NZodsFhausBo5M5O+zGfiT5GpKwbgnpzwIGXVoIKvCposyUWy0I4Q==</SOAP-ENC:Array>
<a5:Version id="ref-21" xmlns:a5="http://schemas.microsoft.com/clr/ns/System">
<_Major>10</_Major>
<_Minor>0</_Minor>
<_Build>31</_Build>
<_Revision>2</_Revision>
</a5:Version>
<a4:AssemblyName id="ref-22" xmlns:a4="http://schemas.microsoft.com/clr/ns/System.Reflection">
<_Name id="ref-35">EO.Web</_Name>
<_PublicKey href="#ref-36"/>
<_PublicKeyToken xsi:null="1"/>
<_CultureInfo>127</_CultureInfo>
<_CodeBase id="ref-37">file:///C:/Users/agillanders/Documents/Visual Studio 2010/Controls/EO.Web/EO.Web.dll</_CodeBase>
<_Version href="#ref-38"/>
<_HashAlgorithm xsi:type="a6:AssemblyHashAlgorithm" xmlns:a6="http://schemas.microsoft.com/clr/ns/System.Configuration.Assemblies">SHA1</_HashAlgorithm>
<_HashAlgorithmForControl xsi:type="a6:AssemblyHashAlgorithm" xmlns:a6="http://schemas.microsoft.com/clr/ns/System.Configuration.Assemblies">None</_HashAlgorithmForControl>
<_StrongNameKeyPair xsi:null="1"/>
<_VersionCompatibility xsi:type="a6:AssemblyVersionCompatibility" xmlns:a6="http://schemas.microsoft.com/clr/ns/System.Configuration.Assemblies">SameMachine</_VersionCompatibility>
<_Flags xsi:type="a4:AssemblyNameFlags" xmlns:a4="http://schemas.microsoft.com/clr/ns/System.Reflection">17</_Flags>
<_HashForControl xsi:null="1"/>
</a4:AssemblyName>
<a4:AssemblyName id="ref-23" xmlns:a4="http://schemas.microsoft.com/clr/ns/System.Reflection">
<_Name id="ref-39">System.Web</_Name>
<_PublicKey xsi:null="1"/>
<_PublicKeyToken href="#ref-40"/>
<_CultureInfo>127</_CultureInfo>
<_CodeBase xsi:type="xsd:anyType" xsi:null="1"/>
<_Version href="#ref-41"/>
<_HashAlgorithm xsi:type="a6:AssemblyHashAlgorithm" xmlns:a6="http://schemas.microsoft.com/clr/ns/System.Configuration.Assemblies">None</_HashAlgorithm>
<_HashAlgorithmForControl xsi:type="a6:AssemblyHashAlgorithm" xmlns:a6="http://schemas.microsoft.com/clr/ns/System.Configuration.Assemblies">None</_HashAlgorithmForControl>
<_StrongNameKeyPair xsi:null="1"/>
<_VersionCompatibility xsi:type="a6:AssemblyVersionCompatibility" xmlns:a6="http://schemas.microsoft.com/clr/ns/System.Configuration.Assemblies">SameMachine</_VersionCompatibility>
<_Flags xsi:type="a4:AssemblyNameFlags" xmlns:a4="http://schemas.microsoft.com/clr/ns/System.Reflection">None</_Flags>
<_HashForControl xsi:null="1"/>
</a4:AssemblyName>
<a4:AssemblyName id="ref-24" xmlns:a4="http://schemas.microsoft.com/clr/ns/System.Reflection">
<_Name id="ref-42">mscorlib</_Name>
<_PublicKey xsi:null="1"/>
<_PublicKeyToken href="#ref-43"/>
<_CultureInfo>127</_CultureInfo>
<_CodeBase xsi:type="xsd:anyType" xsi:null="1"/>
<_Version href="#ref-44"/>
<_HashAlgorithm xsi:type="a6:AssemblyHashAlgorithm" xmlns:a6="http://schemas.microsoft.com/clr/ns/System.Configuration.Assemblies">None</_HashAlgorithm>
<_HashAlgorithmForControl xsi:type="a6:AssemblyHashAlgorithm" xmlns:a6="http://schemas.microsoft.com/clr/ns/System.Configuration.Assemblies">None</_HashAlgorithmForControl>
<_StrongNameKeyPair xsi:null="1"/>
<_VersionCompatibility xsi:type="a6:AssemblyVersionCompatibility" xmlns:a6="http://schemas.microsoft.com/clr/ns/System.Configuration.Assemblies">SameMachine</_VersionCompatibility>
<_Flags xsi:type="a4:AssemblyNameFlags" xmlns:a4="http://schemas.microsoft.com/clr/ns/System.Reflection">None</_Flags>
<_HashForControl xsi:null="1"/>
</a4:AssemblyName>
<SOAP-ENC:Array id="ref-36" xsi:type="SOAP-ENC:base64">ACQAAASAAACUAAAABgIAAAAkAABSU0ExAAQAAAEAAQAXm4reXjgurH7gu11FpUrDAvCtQX753+Q+XzqpDoSdWkSgGcXFyllb7rpYwAXp+AiJI9E1lpg8q7t4H36GsM8+fpj5ol0+l84bYWy+aa5vQ5XlxdyeDxsA2NZodsFhausBo5M5O+zGfiT5GpKwbgnpzwIGXVoIKvCposyUWy0I4Q==</SOAP-ENC:Array>
<a5:Version id="ref-38" xmlns:a5="http://schemas.microsoft.com/clr/ns/System">
<_Major>10</_Major>
<_Minor>0</_Minor>
<_Build>31</_Build>
<_Revision>2</_Revision>
</a5:Version>
<SOAP-ENC:Array id="ref-40" xsi:type="SOAP-ENC:base64">sD9ffxHVCjo=</SOAP-ENC:Array>
<a5:Version id="ref-41" xmlns:a5="http://schemas.microsoft.com/clr/ns/System">
<_Major>2</_Major>
<_Minor>0</_Minor>
<_Build>0</_Build>
<_Revision>0</_Revision>
</a5:Version>
<SOAP-ENC:Array id="ref-43" xsi:type="SOAP-ENC:base64">t3pcVhk04Ik=</SOAP-ENC:Array>
<a5:Version id="ref-44" xmlns:a5="http://schemas.microsoft.com/clr/ns/System">
<_Major>2</_Major>
<_Minor>0</_Minor>
<_Build>0</_Build>
<_Revision>0</_Revision>
</a5:Version>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>


You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.