<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Solution: Invalid FORMATETC structure</title>
	<atom:link href="http://codeforfuture.com/2009/02/04/solution-invalid-formatetc-structure/feed/" rel="self" type="application/rss+xml" />
	<link>http://codeforfuture.com/2009/02/04/solution-invalid-formatetc-structure/</link>
	<description>Share as you code.</description>
	<lastBuildDate>Tue, 09 Mar 2010 04:48:57 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: MyViewState.NET &#124; “The operation could not be completed. Invalid FORMATETC structure.”</title>
		<link>http://codeforfuture.com/2009/02/04/solution-invalid-formatetc-structure/comment-page-1/#comment-1819</link>
		<dc:creator>MyViewState.NET &#124; “The operation could not be completed. Invalid FORMATETC structure.”</dc:creator>
		<pubDate>Thu, 07 Jan 2010 03:26:27 +0000</pubDate>
		<guid isPermaLink="false">http://codeforfuture.com/2009/02/04/solution-invalid-formatetc-structure/#comment-1819</guid>
		<description>[...] point or another. This error has popped up in numerous blogs and forum posts and there&#8217;s a list of solutions (and possible causes) which seems to work for most folks. Well, the bug still rears its ugly head [...]</description>
		<content:encoded><![CDATA[<p>[...] point or another. This error has popped up in numerous blogs and forum posts and there&rsquo;s a list of solutions (and possible causes) which seems to work for most folks. Well, the bug still rears its ugly head [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Damien</title>
		<link>http://codeforfuture.com/2009/02/04/solution-invalid-formatetc-structure/comment-page-1/#comment-1813</link>
		<dc:creator>Damien</dc:creator>
		<pubDate>Wed, 06 Jan 2010 16:29:45 +0000</pubDate>
		<guid isPermaLink="false">http://codeforfuture.com/2009/02/04/solution-invalid-formatetc-structure/#comment-1813</guid>
		<description>Hi there,

For me it was the read-only attribute of my web.config file which was checked!

It appears too when trying to add a user control from a non-standard library with a bad structured web.config (close tag not present for instance).

The designer add automatically assembly dependancies in web.config and add the close tag  on the same line after the last dependance. When deleting all dependances, I delete the  close tag too... Oups! When I tried to add the user control (non-standard one) on my page, the error has thrown.

Best wishes...

Ciao</description>
		<content:encoded><![CDATA[<p>Hi there,</p>
<p>For me it was the read-only attribute of my web.config file which was checked!</p>
<p>It appears too when trying to add a user control from a non-standard library with a bad structured web.config (close tag not present for instance).</p>
<p>The designer add automatically assembly dependancies in web.config and add the close tag  on the same line after the last dependance. When deleting all dependances, I delete the  close tag too&#8230; Oups! When I tried to add the user control (non-standard one) on my page, the error has thrown.</p>
<p>Best wishes&#8230;</p>
<p>Ciao</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Oliver</title>
		<link>http://codeforfuture.com/2009/02/04/solution-invalid-formatetc-structure/comment-page-1/#comment-1556</link>
		<dc:creator>Oliver</dc:creator>
		<pubDate>Tue, 22 Dec 2009 18:37:22 +0000</pubDate>
		<guid isPermaLink="false">http://codeforfuture.com/2009/02/04/solution-invalid-formatetc-structure/#comment-1556</guid>
		<description>1. Right click on your project, Select &quot;Clean&quot;
2. Right click on your project, Select &quot;Build&quot;

Cheers.</description>
		<content:encoded><![CDATA[<p>1. Right click on your project, Select &#8220;Clean&#8221;<br />
2. Right click on your project, Select &#8220;Build&#8221;</p>
<p>Cheers.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Basem</title>
		<link>http://codeforfuture.com/2009/02/04/solution-invalid-formatetc-structure/comment-page-1/#comment-1275</link>
		<dc:creator>Basem</dc:creator>
		<pubDate>Tue, 08 Dec 2009 14:49:25 +0000</pubDate>
		<guid isPermaLink="false">http://codeforfuture.com/2009/02/04/solution-invalid-formatetc-structure/#comment-1275</guid>
		<description>In Team system 2008 looks like the VS can not somehow overwrite the web.config file .. so you need to manually add a couple of lines to your web.config ... what are they ????
simply do the following:
1- create new local website.
2-add report viewer component to the default page
3- see the changes on the web.config file and add them to your original non-working website.

PEACE ..</description>
		<content:encoded><![CDATA[<p>In Team system 2008 looks like the VS can not somehow overwrite the web.config file .. so you need to manually add a couple of lines to your web.config &#8230; what are they ????<br />
simply do the following:<br />
1- create new local website.<br />
2-add report viewer component to the default page<br />
3- see the changes on the web.config file and add them to your original non-working website.</p>
<p>PEACE ..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ruan</title>
		<link>http://codeforfuture.com/2009/02/04/solution-invalid-formatetc-structure/comment-page-1/#comment-1273</link>
		<dc:creator>Ruan</dc:creator>
		<pubDate>Tue, 08 Dec 2009 11:24:20 +0000</pubDate>
		<guid isPermaLink="false">http://codeforfuture.com/2009/02/04/solution-invalid-formatetc-structure/#comment-1273</guid>
		<description>Thank you very much. Resetting the toolbox worked.</description>
		<content:encoded><![CDATA[<p>Thank you very much. Resetting the toolbox worked.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Corse</title>
		<link>http://codeforfuture.com/2009/02/04/solution-invalid-formatetc-structure/comment-page-1/#comment-1239</link>
		<dc:creator>Corse</dc:creator>
		<pubDate>Sun, 06 Dec 2009 14:57:32 +0000</pubDate>
		<guid isPermaLink="false">http://codeforfuture.com/2009/02/04/solution-invalid-formatetc-structure/#comment-1239</guid>
		<description>thank you! reset of toolbox solved this issue.</description>
		<content:encoded><![CDATA[<p>thank you! reset of toolbox solved this issue.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: alex clarke</title>
		<link>http://codeforfuture.com/2009/02/04/solution-invalid-formatetc-structure/comment-page-1/#comment-1045</link>
		<dc:creator>alex clarke</dc:creator>
		<pubDate>Tue, 24 Nov 2009 16:24:53 +0000</pubDate>
		<guid isPermaLink="false">http://codeforfuture.com/2009/02/04/solution-invalid-formatetc-structure/#comment-1045</guid>
		<description>This line is wrong
[ToolboxData( &quot;&quot; )]

This line is correct
[ToolboxData( &quot;&quot; )]

&#039;server&#039; element in &quot;runat=server&quot; directive must be surrouned with quotation marks</description>
		<content:encoded><![CDATA[<p>This line is wrong<br />
[ToolboxData( "" )]</p>
<p>This line is correct<br />
[ToolboxData( "" )]</p>
<p>&#8217;server&#8217; element in &#8220;runat=server&#8221; directive must be surrouned with quotation marks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rahul</title>
		<link>http://codeforfuture.com/2009/02/04/solution-invalid-formatetc-structure/comment-page-1/#comment-808</link>
		<dc:creator>Rahul</dc:creator>
		<pubDate>Fri, 13 Nov 2009 07:42:47 +0000</pubDate>
		<guid isPermaLink="false">http://codeforfuture.com/2009/02/04/solution-invalid-formatetc-structure/#comment-808</guid>
		<description>Thank u very much
it worked


Rahul</description>
		<content:encoded><![CDATA[<p>Thank u very much<br />
it worked</p>
<p>Rahul</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Daniel</title>
		<link>http://codeforfuture.com/2009/02/04/solution-invalid-formatetc-structure/comment-page-1/#comment-699</link>
		<dc:creator>Daniel</dc:creator>
		<pubDate>Tue, 03 Nov 2009 20:02:34 +0000</pubDate>
		<guid isPermaLink="false">http://codeforfuture.com/2009/02/04/solution-invalid-formatetc-structure/#comment-699</guid>
		<description>Reset tool box = WIN!  Thanks, bud!</description>
		<content:encoded><![CDATA[<p>Reset tool box = WIN!  Thanks, bud!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Claudio Friederich</title>
		<link>http://codeforfuture.com/2009/02/04/solution-invalid-formatetc-structure/comment-page-1/#comment-659</link>
		<dc:creator>Claudio Friederich</dc:creator>
		<pubDate>Thu, 29 Oct 2009 00:06:58 +0000</pubDate>
		<guid isPermaLink="false">http://codeforfuture.com/2009/02/04/solution-invalid-formatetc-structure/#comment-659</guid>
		<description>In WebControls that are derived from others, no control in the inheritance chain is permitted 1) to have ToolBoxItem(False), or 2) be without a valid ToolBoxData attribute, otherwise the error occurs.  This applies even to MustInherit/abstract controls.  That last point is important.  Note that abstract controls, due to their abstract nature, are automatically excluded from toolbox.</description>
		<content:encoded><![CDATA[<p>In WebControls that are derived from others, no control in the inheritance chain is permitted 1) to have ToolBoxItem(False), or 2) be without a valid ToolBoxData attribute, otherwise the error occurs.  This applies even to MustInherit/abstract controls.  That last point is important.  Note that abstract controls, due to their abstract nature, are automatically excluded from toolbox.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
