Rank: Member Groups: Member
Joined: 8/5/2010 Posts: 16
|
When I drag an EO control onto my web-form (in design or Source view) I don't get the control iteself, I get the SOAP code instead, any ideas?
example: when I drag the Dialog control, this is what I see....
<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"
<snip>
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi,
This is a Visual studio issue and it usually indicates your Visual Studio settings are corrupt. You can search the message online and you should be able to find plenty of article/post asking about this issue, there are different suggestions as to how to fix this issue. So you may want to try them and see if it works for you.
Thanks
|
Rank: Member Groups: Member
Joined: 8/5/2010 Posts: 16
|
Actually it turned out to be a corrupt install of EO, I un-installed then re-installed and it works fine now
|