<?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: DDEX for Firebird and Visual Studio 2010</title>
	<atom:link href="http://blog.cincura.net/228661-ddex-for-firebird-and-visual-studio-2010/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.cincura.net/228661-ddex-for-firebird-and-visual-studio-2010/</link>
	<description>Taking something that can&#039;t be done, and then doing it.</description>
	<lastBuildDate>Wed, 08 Feb 2012 15:02:30 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Paco Vela</title>
		<link>http://blog.cincura.net/228661-ddex-for-firebird-and-visual-studio-2010/#comment-4203</link>
		<dc:creator>Paco Vela</dc:creator>
		<pubDate>Wed, 20 Oct 2010 10:04:09 +0000</pubDate>
		<guid isPermaLink="false">http://blog.cincura.net/228661-ddex-for-firebird-and-visual-studio-2010/#comment-4203</guid>
		<description>Solved... just remember to edit the two machine.config (in Framework and in Framework64) because visual studio is a 32bits app...

This error is documented in this post:
http://basaratali.blogspot.com/2010/02/setting-up-firebird-development-with-vs.html</description>
		<content:encoded><![CDATA[<p>Solved&#8230; just remember to edit the two machine.config (in Framework and in Framework64) because visual studio is a 32bits app&#8230;</p>
<p>This error is documented in this post:<br />
<a href="http://basaratali.blogspot.com/2010/02/setting-up-firebird-development-with-vs.html" rel="nofollow" target="_blank">http://basaratali.blogspot.com/2010/02/setting-up-firebird-development-with-vs.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: cincura.net</title>
		<link>http://blog.cincura.net/228661-ddex-for-firebird-and-visual-studio-2010/#comment-4201</link>
		<dc:creator>cincura.net</dc:creator>
		<pubDate>Wed, 20 Oct 2010 07:46:29 +0000</pubDate>
		<guid isPermaLink="false">http://blog.cincura.net/228661-ddex-for-firebird-and-visual-studio-2010/#comment-4201</guid>
		<description>Mismatch between GAC and machine.config. Follow *exactly* the readme and you&#039;ll be fine.</description>
		<content:encoded><![CDATA[<p>Mismatch between GAC and machine.config. Follow *exactly* the readme and you&#8217;ll be fine.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paco</title>
		<link>http://blog.cincura.net/228661-ddex-for-firebird-and-visual-studio-2010/#comment-4200</link>
		<dc:creator>Paco</dc:creator>
		<pubDate>Wed, 20 Oct 2010 06:56:38 +0000</pubDate>
		<guid isPermaLink="false">http://blog.cincura.net/228661-ddex-for-firebird-and-visual-studio-2010/#comment-4200</guid>
		<description>Same as Matt... after a key press in the connection dialog it disappears. I&#039;m using windows 7 x64.</description>
		<content:encoded><![CDATA[<p>Same as Matt&#8230; after a key press in the connection dialog it disappears. I&#8217;m using windows 7 x64.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matt</title>
		<link>http://blog.cincura.net/228661-ddex-for-firebird-and-visual-studio-2010/#comment-4068</link>
		<dc:creator>Matt</dc:creator>
		<pubDate>Mon, 30 Aug 2010 21:24:39 +0000</pubDate>
		<guid isPermaLink="false">http://blog.cincura.net/228661-ddex-for-firebird-and-visual-studio-2010/#comment-4068</guid>
		<description>I&#039;m also getting the operation not supported error on FirebirdSql.VisualStudio.DataTools.dll. If I install it to the GAC myself, the connection dialog disappears whenever I try to enter anything. I replaced &quot;%Path%&quot; in the .reg using double backslashes and added everything to the .NET 2 Machine.conf. That should work for VS2010, right? Is there any log to check why it isn&#039;t working?</description>
		<content:encoded><![CDATA[<p>I&#8217;m also getting the operation not supported error on FirebirdSql.VisualStudio.DataTools.dll. If I install it to the GAC myself, the connection dialog disappears whenever I try to enter anything. I replaced &#8220;%Path%&#8221; in the .reg using double backslashes and added everything to the .NET 2 Machine.conf. That should work for VS2010, right? Is there any log to check why it isn&#8217;t working?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: uli</title>
		<link>http://blog.cincura.net/228661-ddex-for-firebird-and-visual-studio-2010/#comment-2817</link>
		<dc:creator>uli</dc:creator>
		<pubDate>Fri, 28 May 2010 10:55:12 +0000</pubDate>
		<guid isPermaLink="false">http://blog.cincura.net/228661-ddex-for-firebird-and-visual-studio-2010/#comment-2817</guid>
		<description>If I drop tables to a Dataset and the Tables have a foreign Key- I always get an Error Message  (I translate it here from German, so it may be in english ot exactly the same):
Error merging Objects
Objectlink was not on an Objectinstance

If I remove the Foreign Key everything seems to work!
What todo? Is it a known bug ??</description>
		<content:encoded><![CDATA[<p>If I drop tables to a Dataset and the Tables have a foreign Key- I always get an Error Message  (I translate it here from German, so it may be in english ot exactly the same):<br />
Error merging Objects<br />
Objectlink was not on an Objectinstance</p>
<p>If I remove the Foreign Key everything seems to work!<br />
What todo? Is it a known bug ??</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: cincura.net</title>
		<link>http://blog.cincura.net/228661-ddex-for-firebird-and-visual-studio-2010/#comment-2782</link>
		<dc:creator>cincura.net</dc:creator>
		<pubDate>Thu, 20 May 2010 20:24:14 +0000</pubDate>
		<guid isPermaLink="false">http://blog.cincura.net/228661-ddex-for-firebird-and-visual-studio-2010/#comment-2782</guid>
		<description>Altough it&#039;s not DDEX, but EF, related, you&#039;re using too old FB server.</description>
		<content:encoded><![CDATA[<p>Altough it&#8217;s not DDEX, but EF, related, you&#8217;re using too old FB server.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bruno</title>
		<link>http://blog.cincura.net/228661-ddex-for-firebird-and-visual-studio-2010/#comment-2781</link>
		<dc:creator>Bruno</dc:creator>
		<pubDate>Thu, 20 May 2010 15:07:20 +0000</pubDate>
		<guid isPermaLink="false">http://blog.cincura.net/228661-ddex-for-firebird-and-visual-studio-2010/#comment-2781</guid>
		<description>Unable to generate the model because of the following exception: &#039;An error occurred while executing the command definition. See the inner exception for details.
	Dynamic SQL Error
SQL error code = -104
Token unknown - line 104, column 17
POSITION
		Dynamic SQL Error
SQL error code = -104
Token unknown - line 104, column 17
POSITION
&#039;.</description>
		<content:encoded><![CDATA[<p>Unable to generate the model because of the following exception: &#8216;An error occurred while executing the command definition. See the inner exception for details.<br />
	Dynamic SQL Error<br />
SQL error code = -104<br />
Token unknown &#8211; line 104, column 17<br />
POSITION<br />
		Dynamic SQL Error<br />
SQL error code = -104<br />
Token unknown &#8211; line 104, column 17<br />
POSITION<br />
&#8216;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike</title>
		<link>http://blog.cincura.net/228661-ddex-for-firebird-and-visual-studio-2010/#comment-2738</link>
		<dc:creator>Mike</dc:creator>
		<pubDate>Tue, 11 May 2010 17:00:23 +0000</pubDate>
		<guid isPermaLink="false">http://blog.cincura.net/228661-ddex-for-firebird-and-visual-studio-2010/#comment-2738</guid>
		<description>I&#039;ve been doing these for years, and I get get it to work until I too installed the &quot;FirebirdSql.VisualStudio.DataTools.dll&quot; into the gac. It worked in VS 2008 fine, but got the could not load file or assembly message in VS 2010.  It works like a charm after that installing into the gac.  ???</description>
		<content:encoded><![CDATA[<p>I&#8217;ve been doing these for years, and I get get it to work until I too installed the &#8220;FirebirdSql.VisualStudio.DataTools.dll&#8221; into the gac. It worked in VS 2008 fine, but got the could not load file or assembly message in VS 2010.  It works like a charm after that installing into the gac.  ???</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jacob</title>
		<link>http://blog.cincura.net/228661-ddex-for-firebird-and-visual-studio-2010/#comment-2709</link>
		<dc:creator>Jacob</dc:creator>
		<pubDate>Thu, 06 May 2010 08:59:13 +0000</pubDate>
		<guid isPermaLink="false">http://blog.cincura.net/228661-ddex-for-firebird-and-visual-studio-2010/#comment-2709</guid>
		<description>@Oliver:

I understood form post #24 from cincura.net  that I didn&#039;t need to do that. But after I installed the assembly in the GAC ...it worked as in VS2005/2008. Problem solved. Thanks!</description>
		<content:encoded><![CDATA[<p>@Oliver:</p>
<p>I understood form post #24 from cincura.net  that I didn&#8217;t need to do that. But after I installed the assembly in the GAC &#8230;it worked as in VS2005/2008. Problem solved. Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Oliver</title>
		<link>http://blog.cincura.net/228661-ddex-for-firebird-and-visual-studio-2010/#comment-2707</link>
		<dc:creator>Oliver</dc:creator>
		<pubDate>Wed, 05 May 2010 18:07:12 +0000</pubDate>
		<guid isPermaLink="false">http://blog.cincura.net/228661-ddex-for-firebird-and-visual-studio-2010/#comment-2707</guid>
		<description>@Jacob:

Did you try to register “FirebirdSql.VisualStudio.DataTools.dll” manually into the gac?

(see my post above)</description>
		<content:encoded><![CDATA[<p>@Jacob:</p>
<p>Did you try to register “FirebirdSql.VisualStudio.DataTools.dll” manually into the gac?</p>
<p>(see my post above)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jacob</title>
		<link>http://blog.cincura.net/228661-ddex-for-firebird-and-visual-studio-2010/#comment-2705</link>
		<dc:creator>Jacob</dc:creator>
		<pubDate>Wed, 05 May 2010 07:50:22 +0000</pubDate>
		<guid isPermaLink="false">http://blog.cincura.net/228661-ddex-for-firebird-and-visual-studio-2010/#comment-2705</guid>
		<description>Type your comment here&lt;blockquote&gt;
&lt;a href=&quot;#comment-2668&quot; rel=&quot;nofollow&quot;&gt;
&lt;strong&gt;&lt;em&gt;null:&lt;/em&gt;&lt;/strong&gt;
&lt;/a&gt;
 I installed the DDEX for Firebird for Visual Studio 2008 and it worked fine. I tried to install it for Visual Studio 2010 and I get the following error every time I try to connection in the server explorer:
Could not load file or assembly ‘[assembly location]‘ or one of it’s dependencies. Operation is not supported. (Exception from HRESULT: 0×80131515)&lt;/blockquote&gt;

Exactly the same error here. Works fine in VS2008 but not in VS2010 although the keys in the registry are both made for Visual Studio 9.0 and Visual Studio 10.</description>
		<content:encoded><![CDATA[<p>Type your comment here<br />
<blockquote>
<a href="#comment-2668" rel="nofollow"><br />
<strong><em>null:</em></strong><br />
</a><br />
 I installed the DDEX for Firebird for Visual Studio 2008 and it worked fine. I tried to install it for Visual Studio 2010 and I get the following error every time I try to connection in the server explorer:<br />
Could not load file or assembly ‘[assembly location]‘ or one of it’s dependencies. Operation is not supported. (Exception from HRESULT: 0×80131515)</p></blockquote>
<p>Exactly the same error here. Works fine in VS2008 but not in VS2010 although the keys in the registry are both made for Visual Studio 9.0 and Visual Studio 10.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: stevyn</title>
		<link>http://blog.cincura.net/228661-ddex-for-firebird-and-visual-studio-2010/#comment-2699</link>
		<dc:creator>stevyn</dc:creator>
		<pubDate>Tue, 04 May 2010 08:16:14 +0000</pubDate>
		<guid isPermaLink="false">http://blog.cincura.net/228661-ddex-for-firebird-and-visual-studio-2010/#comment-2699</guid>
		<description>Problem solved Re: 0x80131515 error.

VS2010RTM and DDEX 2.0.5 was re-installed on 2003SP2 server where VS2010B2 and DDEX 2.0.4 was previously.   2003SP2 security was blocking access to the DDEX 2.0.5 DLLs.  Once DDEX 2.0.5 DLLs were unblocked, VS2010 with DDEX worked the same as before.</description>
		<content:encoded><![CDATA[<p>Problem solved Re: 0&#215;80131515 error.</p>
<p>VS2010RTM and DDEX 2.0.5 was re-installed on 2003SP2 server where VS2010B2 and DDEX 2.0.4 was previously.   2003SP2 security was blocking access to the DDEX 2.0.5 DLLs.  Once DDEX 2.0.5 DLLs were unblocked, VS2010 with DDEX worked the same as before.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: cincura.net</title>
		<link>http://blog.cincura.net/228661-ddex-for-firebird-and-visual-studio-2010/#comment-2698</link>
		<dc:creator>cincura.net</dc:creator>
		<pubDate>Tue, 04 May 2010 06:45:37 +0000</pubDate>
		<guid isPermaLink="false">http://blog.cincura.net/228661-ddex-for-firebird-and-visual-studio-2010/#comment-2698</guid>
		<description>You&#039;re missing some file(s). Use Process Monitor to see which one(s).</description>
		<content:encoded><![CDATA[<p>You&#8217;re missing some file(s). Use Process Monitor to see which one(s).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: stevyn</title>
		<link>http://blog.cincura.net/228661-ddex-for-firebird-and-visual-studio-2010/#comment-2696</link>
		<dc:creator>stevyn</dc:creator>
		<pubDate>Tue, 04 May 2010 04:29:13 +0000</pubDate>
		<guid isPermaLink="false">http://blog.cincura.net/228661-ddex-for-firebird-and-visual-studio-2010/#comment-2696</guid>
		<description>I installed the DDEX for Firebird for Visual Studio 2010B2 and it worked fine.  When MS released the full version of VS2010, I tried to re-install the latest version DDEX for Visual Studio 2010RTM and I get the following error every time I try to connection in the server explorer:

Could not load file or assembly ‘C:\FirebirdDDEX\FirebirdSql.VisualStudio.DataTools.dll‘ or one of it’s dependencies. Operation is not supported. (Exception from HRESULT: 0×80131515)</description>
		<content:encoded><![CDATA[<p>I installed the DDEX for Firebird for Visual Studio 2010B2 and it worked fine.  When MS released the full version of VS2010, I tried to re-install the latest version DDEX for Visual Studio 2010RTM and I get the following error every time I try to connection in the server explorer:</p>
<p>Could not load file or assembly ‘C:\FirebirdDDEX\FirebirdSql.VisualStudio.DataTools.dll‘ or one of it’s dependencies. Operation is not supported. (Exception from HRESULT: 0×80131515)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: cincura.net</title>
		<link>http://blog.cincura.net/228661-ddex-for-firebird-and-visual-studio-2010/#comment-2692</link>
		<dc:creator>cincura.net</dc:creator>
		<pubDate>Sun, 02 May 2010 19:08:20 +0000</pubDate>
		<guid isPermaLink="false">http://blog.cincura.net/228661-ddex-for-firebird-and-visual-studio-2010/#comment-2692</guid>
		<description>This assembly doesn&#039;t need to be in GAC.</description>
		<content:encoded><![CDATA[<p>This assembly doesn&#8217;t need to be in GAC.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Oliver</title>
		<link>http://blog.cincura.net/228661-ddex-for-firebird-and-visual-studio-2010/#comment-2691</link>
		<dc:creator>Oliver</dc:creator>
		<pubDate>Sun, 02 May 2010 19:07:16 +0000</pubDate>
		<guid isPermaLink="false">http://blog.cincura.net/228661-ddex-for-firebird-and-visual-studio-2010/#comment-2691</guid>
		<description>I finally got it working. 
I simply forgot to install the assembly &quot;FirebirdSql.VisualStudio.DataTools.dll&quot; into the gac.
After that everything works fine now.</description>
		<content:encoded><![CDATA[<p>I finally got it working.<br />
I simply forgot to install the assembly &#8220;FirebirdSql.VisualStudio.DataTools.dll&#8221; into the gac.<br />
After that everything works fine now.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anatoly</title>
		<link>http://blog.cincura.net/228661-ddex-for-firebird-and-visual-studio-2010/#comment-2690</link>
		<dc:creator>Anatoly</dc:creator>
		<pubDate>Sun, 02 May 2010 17:45:18 +0000</pubDate>
		<guid isPermaLink="false">http://blog.cincura.net/228661-ddex-for-firebird-and-visual-studio-2010/#comment-2690</guid>
		<description>I’m using DDEX(2.0.5) and VS 2010 with Windows 7 too. Everything is working! Thanks, Jiri.</description>
		<content:encoded><![CDATA[<p>I’m using DDEX(2.0.5) and VS 2010 with Windows 7 too. Everything is working! Thanks, Jiri.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Oliver</title>
		<link>http://blog.cincura.net/228661-ddex-for-firebird-and-visual-studio-2010/#comment-2689</link>
		<dc:creator>Oliver</dc:creator>
		<pubDate>Sun, 02 May 2010 14:15:51 +0000</pubDate>
		<guid isPermaLink="false">http://blog.cincura.net/228661-ddex-for-firebird-and-visual-studio-2010/#comment-2689</guid>
		<description>Same exception (0×80131515) here.
I&#039;m running VS 2010 with Windows 7.

Any ideas?</description>
		<content:encoded><![CDATA[<p>Same exception (0×80131515) here.<br />
I&#8217;m running VS 2010 with Windows 7.</p>
<p>Any ideas?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vincent</title>
		<link>http://blog.cincura.net/228661-ddex-for-firebird-and-visual-studio-2010/#comment-2668</link>
		<dc:creator>Vincent</dc:creator>
		<pubDate>Mon, 26 Apr 2010 17:32:08 +0000</pubDate>
		<guid isPermaLink="false">http://blog.cincura.net/228661-ddex-for-firebird-and-visual-studio-2010/#comment-2668</guid>
		<description>I installed the DDEX for Firebird for Visual Studio 2008 and it worked fine. I tried to install it for Visual Studio 2010 and I get the following error every time I try to connection in the server explorer:

Could not load file or assembly &#039;[assembly location]&#039; or one of it&#039;s dependencies. Operation is not supported. (Exception from HRESULT: 0x80131515)</description>
		<content:encoded><![CDATA[<p>I installed the DDEX for Firebird for Visual Studio 2008 and it worked fine. I tried to install it for Visual Studio 2010 and I get the following error every time I try to connection in the server explorer:</p>
<p>Could not load file or assembly &#8216;[assembly location]&#8216; or one of it&#8217;s dependencies. Operation is not supported. (Exception from HRESULT: 0&#215;80131515)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: cincura.net</title>
		<link>http://blog.cincura.net/228661-ddex-for-firebird-and-visual-studio-2010/#comment-2629</link>
		<dc:creator>cincura.net</dc:creator>
		<pubDate>Sat, 17 Apr 2010 15:16:30 +0000</pubDate>
		<guid isPermaLink="false">http://blog.cincura.net/228661-ddex-for-firebird-and-visual-studio-2010/#comment-2629</guid>
		<description>If you use *.reg files in VS2010 directory, everything is simply working (as in VS2008/2005).</description>
		<content:encoded><![CDATA[<p>If you use *.reg files in VS2010 directory, everything is simply working (as in VS2008/2005).</p>
]]></content:encoded>
	</item>
</channel>
</rss>

