<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="http://www.codeplex.com/rss.xsl"?><rss version="2.0"><channel><title>NHibernateVistaDB Forum Rss Feed</title><link>http://www.codeplex.com/NHibernateVistaDB/Thread/List.aspx</link><description>NHibernateVistaDB Forum Rss Description</description><item><title>New Post: Progress?</title><link>http://nhibernatevistadb.codeplex.com/Thread/View.aspx?ThreadId=23814</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;I'm just about to start work updating this for the latest NHibernate 2.1 and the new VistaDB 4.0&lt;/p&gt;&lt;/div&gt;</description><author>intesoft</author><pubDate>Mon, 07 Sep 2009 03:08:45 GMT</pubDate><guid isPermaLink="false">New Post: Progress? 20090907030845A</guid></item><item><title>NEW POST: Could not instantiate dialect class NHibernate.Dialect.VistaDBDialect</title><link>http://www.codeplex.com/NHibernateVistaDB/Thread/View.aspx?ThreadId=27086</link><description>&lt;div class="wikidoc"&gt;
I've solved my problem.&lt;br /&gt; &lt;br /&gt;The right appconfig.xml content for VistaDB looks like the following rows...&lt;br /&gt; &lt;br /&gt;  &amp;lt;config&amp;gt;&lt;br /&gt;  &amp;lt;add&lt;br /&gt;    key=&amp;quot;hibernate.dialect&amp;quot;&lt;br /&gt;    value=&amp;quot;NHibernate.Dialect.VistaDBDialect,NHibernate.VistaDBDriver&amp;quot;&lt;br /&gt;		/&amp;gt;&lt;br /&gt;  &amp;lt;add&lt;br /&gt;    key=&amp;quot;hibernate.connection.driver_class&amp;quot;&lt;br /&gt;    value=&amp;quot;NHibernate.Driver.VistaDBDriver,NHibernate.VistaDBDriver&amp;quot;&lt;br /&gt;		/&amp;gt;&lt;br /&gt;  &amp;lt;add&lt;br /&gt;    key=&amp;quot;hibernate.connection.connection_string&amp;quot;&lt;br /&gt;    value=&amp;quot;Data Source=C:\test.vdb3;Open Mode=NonExclusiveReadWrite&amp;quot;&lt;br /&gt;		/&amp;gt;&lt;br /&gt;  &amp;lt;/config&amp;gt;&lt;br /&gt;
&lt;/div&gt;</description><author>dannyyy</author><pubDate>Mon, 05 May 2008 11:00:18 GMT</pubDate><guid isPermaLink="false">NEW POST: Could not instantiate dialect class NHibernate.Dialect.VistaDBDialect 20080505110018A</guid></item><item><title>NEW POST: Could not instantiate dialect class NHibernate.Dialect.VistaDBDialect</title><link>http://www.codeplex.com/NHibernateVistaDB/Thread/View.aspx?ThreadId=27086</link><description>&lt;div class="wikidoc"&gt;
Hello,&lt;br /&gt; &lt;br /&gt;I wanna use ActiveRecord with VistaDB. I've seen there is no official driver or dialect for VistaDB.&lt;br /&gt;Therefore I tried this one from CodePlex. But every time I get this NHibernate-Exception: Could not instantiate dialect class NHibernate.Dialect.VistaDBDialect&lt;br /&gt; &lt;br /&gt;I've built the assambly from the source. After I've added the NHibernate.VistaDBDriver to my project and linked it in my appconfig.xml&lt;br /&gt; &lt;br /&gt;&amp;lt;?xml version=&amp;quot;1.0&amp;quot; encoding=&amp;quot;utf-8&amp;quot; ?&amp;gt;&lt;br /&gt; &lt;br /&gt;&amp;lt;activerecord&amp;gt;&lt;br /&gt; &lt;br /&gt;  &amp;lt;config&amp;gt;&lt;br /&gt;    &amp;lt;add&lt;br /&gt;        key=&amp;quot;hibernate.connection.driver_class&amp;quot;&lt;br /&gt;        value=&amp;quot;NHibernate.Driver.VistaDBDriver&amp;quot; /&amp;gt;&lt;br /&gt;    &amp;lt;add&lt;br /&gt;        key=&amp;quot;hibernate.dialect&amp;quot;&lt;br /&gt;        value=&amp;quot;NHibernate.Dialect.VistaDBDialect&amp;quot; /&amp;gt;&lt;br /&gt;    &amp;lt;add&lt;br /&gt;        key=&amp;quot;hibernate.connection.provider&amp;quot;&lt;br /&gt;        value=&amp;quot;NHibernate.Connection.DriverConnectionProvider&amp;quot; /&amp;gt;&lt;br /&gt;    &amp;lt;add&lt;br /&gt;        key=&amp;quot;hibernate.connection.connection_string&amp;quot;&lt;br /&gt;        value=&amp;quot;Data Source=data/AccountingManager.vdb3&amp;quot; /&amp;gt;&lt;br /&gt;  &amp;lt;/config&amp;gt;&lt;br /&gt; &lt;br /&gt;&amp;lt;/activerecord&amp;gt;&lt;br /&gt; &lt;br /&gt;What I did wrong? Can anyone send me a working project including all the assemblys and sources?&lt;br /&gt; &lt;br /&gt;Thank you in advance.&lt;br /&gt;Kindly regards,&lt;br /&gt;Danny&lt;br /&gt;
&lt;/div&gt;</description><author>dannyyy</author><pubDate>Sun, 04 May 2008 13:48:20 GMT</pubDate><guid isPermaLink="false">NEW POST: Could not instantiate dialect class NHibernate.Dialect.VistaDBDialect 20080504014820P</guid></item><item><title>NEW POST: Progress?</title><link>http://www.codeplex.com/NHibernateVistaDB/Thread/View.aspx?ThreadId=23814</link><description>&lt;div class="wikidoc"&gt;
I'm not the coordinator for this project, but ...&lt;br /&gt; &lt;br /&gt;Based on the unit tests passed, its pretty close to a feature-complete (if not tuned &amp;amp; optimized) release.&lt;br /&gt; &lt;br /&gt;Based on a quick look, this would be usable in many projects now, in a typical hibernate usage ... but this is just based on a quick look.&lt;br /&gt; &lt;br /&gt;I cant speak for the coordinator of this project, but I'm planning on using this later in the year for one of our projects, and intend to at least try to polish off the rest of the unit test coverage.  If VistaDB works out well for us, then we'll be involved for quite a while, and will almost certainly be involved. &lt;br /&gt; &lt;br /&gt;This will also need continued updating to port the code to newer versions of NHibernate as they are released.&lt;br /&gt; &lt;br /&gt;I wouldnt give up on this project yet ... I think we're just starting to see a real surge in the use of things like Spring.NET and NHibernate in new .net projects.  And VistaDB occupies a fairly unique and compelling position between Jet/SQLite/etc and SQLServer2005/MySQL/Oracle/etc.  That'll make projects like this quite interesting.&lt;br /&gt;
&lt;/div&gt;</description><author>andrewh</author><pubDate>Thu, 27 Mar 2008 07:09:41 GMT</pubDate><guid isPermaLink="false">NEW POST: Progress? 20080327070941A</guid></item><item><title>NEW POST: Progress?</title><link>http://www.codeplex.com/NHibernateVistaDB/Thread/View.aspx?ThreadId=23814</link><description>&lt;div class="wikidoc"&gt;
I have been watching this project for some time now hoping for a follow up release. A vistadb driver would be perfect for automated unit testing, any further dev planned? &lt;br /&gt;What kind of effort do you think is required to get this project moving and can I help?&lt;br /&gt;
&lt;/div&gt;</description><author>stuartc</author><pubDate>Tue, 11 Mar 2008 20:58:10 GMT</pubDate><guid isPermaLink="false">NEW POST: Progress? 20080311085810P</guid></item></channel></rss>