<?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: Request for feedback</title>
	<atom:link href="http://jasondentler.com/blog/2009/10/request-for-feedback/feed/" rel="self" type="application/rss+xml" />
	<link>http://jasondentler.com/blog/2009/10/request-for-feedback/</link>
	<description>I&#039;m just here for the code</description>
	<lastBuildDate>Mon, 06 Sep 2010 12:21:16 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Carl</title>
		<link>http://jasondentler.com/blog/2009/10/request-for-feedback/comment-page-1/#comment-842</link>
		<dc:creator>Carl</dc:creator>
		<pubDate>Tue, 20 Oct 2009 13:01:04 +0000</pubDate>
		<guid isPermaLink="false">http://jasondentler.com/blog/2009/10/request-for-feedback/#comment-842</guid>
		<description>@Bob: The only time I have seen the BadImageFormatException in the past has been on my x64 Windows7.

Are you deploy to your local IIS? If so, does using the Visual Studio Development Server make the problem go away?

If you are deploying to IIS 7 on a 64bit machine, there is a setting in the ApplicationPool called &#039;Enable 32-bit Applications&#039; that is set to false by default. Try setting this to true and seeing if that fixes the issue. I found that this fixed my issue so I created a new application pool that was specifically for web apps that relied on 32bit components.

I seem to remember that there was an issue some time ago where the x64 SQLite dll wasn&#039;t actually x64.... I can&#039;t find a link about it so it was potentially a dream...

If the SQLite dll that you are using is actually x86 then this coupled with the default IIS setting could be the cause of your issue.

Hope this helps you or somebody else that may be googling the BadImageFormatException.

C</description>
		<content:encoded><![CDATA[<p>@Bob: The only time I have seen the BadImageFormatException in the past has been on my x64 Windows7.</p>
<p>Are you deploy to your local IIS? If so, does using the Visual Studio Development Server make the problem go away?</p>
<p>If you are deploying to IIS 7 on a 64bit machine, there is a setting in the ApplicationPool called &#8216;Enable 32-bit Applications&#8217; that is set to false by default. Try setting this to true and seeing if that fixes the issue. I found that this fixed my issue so I created a new application pool that was specifically for web apps that relied on 32bit components.</p>
<p>I seem to remember that there was an issue some time ago where the x64 SQLite dll wasn&#8217;t actually x64&#8230;. I can&#8217;t find a link about it so it was potentially a dream&#8230;</p>
<p>If the SQLite dll that you are using is actually x86 then this coupled with the default IIS setting could be the cause of your issue.</p>
<p>Hope this helps you or somebody else that may be googling the BadImageFormatException.</p>
<p>C</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bob</title>
		<link>http://jasondentler.com/blog/2009/10/request-for-feedback/comment-page-1/#comment-834</link>
		<dc:creator>Bob</dc:creator>
		<pubDate>Tue, 13 Oct 2009 20:31:53 +0000</pubDate>
		<guid isPermaLink="false">http://jasondentler.com/blog/2009/10/request-for-feedback/#comment-834</guid>
		<description>I have been startign to work through the NH series and agree with the other poster that the level of detail seemed to shrink a bit. All in all, however, I&#039;ve found it to be very informative EXCEPT that something is missing or I&#039;ve made a mistake with Sqlite, and the articles really don&#039;t guide me very well in this regard. I&#039;m sure it&#039;s on me, but I even encountered this when I dl&#039;ed and installed the Example4 zip.

System.BadImageFormatException: Could not load file or assembly &#039;System.Data.SQLite, Version=1.0.60.0, Culture=neutral, PublicKeyToken=db937bc2d44ff139&#039; or one of its dependencies. An attempt was made to load a program with an incorrect format.
at NStackExample.Data.Tests.SQLiteDatabaseScope`1.BuildSchema(Configuration Cfg)
at FluentNHibernate.Cfg.FluentConfiguration.BuildConfiguration() 

I guess my feedback from this would be that it might be nice, as sweet as Sqlite seems, to provide a tutorial with less external dependencies, perhaps simply using SqlServer since we all have it working.</description>
		<content:encoded><![CDATA[<p>I have been startign to work through the NH series and agree with the other poster that the level of detail seemed to shrink a bit. All in all, however, I&#8217;ve found it to be very informative EXCEPT that something is missing or I&#8217;ve made a mistake with Sqlite, and the articles really don&#8217;t guide me very well in this regard. I&#8217;m sure it&#8217;s on me, but I even encountered this when I dl&#8217;ed and installed the Example4 zip.</p>
<p>System.BadImageFormatException: Could not load file or assembly &#8216;System.Data.SQLite, Version=1.0.60.0, Culture=neutral, PublicKeyToken=db937bc2d44ff139&#8242; or one of its dependencies. An attempt was made to load a program with an incorrect format.<br />
at NStackExample.Data.Tests.SQLiteDatabaseScope`1.BuildSchema(Configuration Cfg)<br />
at FluentNHibernate.Cfg.FluentConfiguration.BuildConfiguration() </p>
<p>I guess my feedback from this would be that it might be nice, as sweet as Sqlite seems, to provide a tutorial with less external dependencies, perhaps simply using SqlServer since we all have it working.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nick Kirkes</title>
		<link>http://jasondentler.com/blog/2009/10/request-for-feedback/comment-page-1/#comment-828</link>
		<dc:creator>Nick Kirkes</dc:creator>
		<pubDate>Sun, 11 Oct 2009 17:39:52 +0000</pubDate>
		<guid isPermaLink="false">http://jasondentler.com/blog/2009/10/request-for-feedback/#comment-828</guid>
		<description>I generally liked the earlier chapters of your NHib discussion more than the latter.  I think the earlier items were more detailed, and the further along you got, there seemed to be less detail as to why you made a particular decision and how you intended to implement certain pieces.  I&#039;m thinking of the Transactions article in particular, but since comments are closed on that post, I haven&#039;t bothered to send much in.

All that said, I thoroughly enjoyed the process you went through and especially appreciated the amount of external linking you supplied early on in the series.  I came into the project with a healthy amount of knowledge of Nhib but wanted a different perspective, which I got.  I can see the value though from possibly approaching it from a different direction, but I&#039;m not sure I would if it were my choice.

Hope that helps.

NK</description>
		<content:encoded><![CDATA[<p>I generally liked the earlier chapters of your NHib discussion more than the latter.  I think the earlier items were more detailed, and the further along you got, there seemed to be less detail as to why you made a particular decision and how you intended to implement certain pieces.  I&#8217;m thinking of the Transactions article in particular, but since comments are closed on that post, I haven&#8217;t bothered to send much in.</p>
<p>All that said, I thoroughly enjoyed the process you went through and especially appreciated the amount of external linking you supplied early on in the series.  I came into the project with a healthy amount of knowledge of Nhib but wanted a different perspective, which I got.  I can see the value though from possibly approaching it from a different direction, but I&#8217;m not sure I would if it were my choice.</p>
<p>Hope that helps.</p>
<p>NK</p>
]]></content:encoded>
	</item>
</channel>
</rss>
