<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="http://code.msdn.microsoft.com/rss.xsl"?><rss version="2.0"><channel><title>Karvonite - Agile Persistence Framework</title><link>http://code.msdn.microsoft.com/karvonite/Project/ProjectRss.aspx</link><description>Karvonite is an object persistence framework for the .NET platform. Karvonite&amp;#39;s goal is to relieve the developer from all serialization related programming tasks in a non-invasive way. It can save ...</description><item><title>CREATED FEATURE: Improved Object Library Format</title><link>http://code.msdn.microsoft.com/karvonite/WorkItem/View.aspx?WorkItemId=48</link><description>The internal format of the object library storage has been updated providing better performance and reduced memory use.&lt;br /&gt;</description><author>DiegoCanepa</author><pubDate>Wed, 24 Jun 2009 19:04:01 GMT</pubDate><guid isPermaLink="false">CREATED FEATURE: Improved Object Library Format 20090624P</guid></item><item><title>CLOSED ISSUE: Namespaces not being added (Multidimensional arrays bug)</title><link>http://code.msdn.microsoft.com/karvonite/WorkItem/View.aspx?WorkItemId=44</link><description>Multidimensional arrays cause an error when the persistence model designer performs reflection on added assemblies.&lt;br /&gt;Please. &lt;br /&gt;&lt;br /&gt;Just download and overwrite the AssemblyMapper.dll file.&lt;br /&gt;</description><author>DiegoCanepa</author><pubDate>Tue, 23 Jun 2009 15:44:25 GMT</pubDate><guid isPermaLink="false">CLOSED ISSUE: Namespaces not being added (Multidimensional arrays bug) 20090623P</guid></item><item><title>EDITED ISSUE: Namespaces not being added (Multidimensional arrays bug)</title><link>http://code.msdn.microsoft.com/karvonite/WorkItem/View.aspx?WorkItemId=44</link><description>Multidimensional arrays cause an error when the persistence model designer performs reflection on added assemblies.&lt;br /&gt;Please. &lt;br /&gt;&lt;br /&gt;Just download and overwrite the AssemblyMapper.dll file.&lt;br /&gt;</description><author>DiegoCanepa</author><pubDate>Tue, 23 Jun 2009 15:44:04 GMT</pubDate><guid isPermaLink="false">EDITED ISSUE: Namespaces not being added (Multidimensional arrays bug) 20090623P</guid></item><item><title>EDITED ISSUE: Namespaces not being added</title><link>http://code.msdn.microsoft.com/karvonite/WorkItem/View.aspx?WorkItemId=44</link><description>Multidimensional arrays cause an error when the persistence model designer performs reflection on added assemblies.&lt;br /&gt;Please. &lt;br /&gt;&lt;br /&gt;Just download and overwrite the AssemblyMapper.dll file.&lt;br /&gt;</description><author>DiegoCanepa</author><pubDate>Tue, 23 Jun 2009 15:43:43 GMT</pubDate><guid isPermaLink="false">EDITED ISSUE: Namespaces not being added 20090623P</guid></item><item><title>UPDATED RELEASE: April (CTP 2009) SP2 (Jun 02, 2009)</title><link>http://code.msdn.microsoft.com/karvonite/Release/ProjectReleases.aspx?ReleaseId=2640</link><description></description><author></author><pubDate>Tue, 23 Jun 2009 15:41:30 GMT</pubDate><guid isPermaLink="false">UPDATED RELEASE: April (CTP 2009) SP2 (Jun 02, 2009) 20090623P</guid></item><item><title>NEW POST: How does model designer work?</title><link>http://code.msdn.microsoft.com/karvonite/Thread/View.aspx?ThreadId=1894</link><description>&lt;div class="wikidoc"&gt;
Karvonite is working great!&lt;br /&gt; &lt;br /&gt;I have yet to test perfomance with some of my larger data structures, but as of last night I can save and load a Dictionary of tweakable variables used in my game on the XBOX 360.&lt;br /&gt; &lt;br /&gt;Thank you for all of your help.&lt;br /&gt; &lt;br /&gt;Kevin&lt;br /&gt;
&lt;/div&gt;</description><author>kasmeltz</author><pubDate>Tue, 23 Jun 2009 14:07:28 GMT</pubDate><guid isPermaLink="false">NEW POST: How does model designer work? 20090623P</guid></item><item><title>NEW POST: How does model designer work?</title><link>http://code.msdn.microsoft.com/karvonite/Thread/View.aspx?ThreadId=1894</link><description>&lt;div class="wikidoc"&gt;
Great!&lt;br /&gt;I'll post the patched dll tomorrow.&lt;br /&gt; &lt;br /&gt;Regards&lt;br /&gt;
&lt;/div&gt;</description><author>DiegoCanepa</author><pubDate>Tue, 23 Jun 2009 01:12:35 GMT</pubDate><guid isPermaLink="false">NEW POST: How does model designer work? 20090623A</guid></item><item><title>NEW POST: How does model designer work?</title><link>http://code.msdn.microsoft.com/karvonite/Thread/View.aspx?ThreadId=1894</link><description>&lt;div class="wikidoc"&gt;
Nevermind I figured it out. I was trying to persiste just the field which was the driver list. I needed to add the whole object to the object space.&lt;br /&gt; &lt;br /&gt;This was just a test and so I wanted to just try something quickly and so I got confuselled ;-)&lt;br /&gt; &lt;br /&gt;It seems to work fine for saving! Now to try loading it back! :-)&lt;br /&gt; &lt;br /&gt;
&lt;/div&gt;</description><author>kasmeltz</author><pubDate>Tue, 23 Jun 2009 00:06:33 GMT</pubDate><guid isPermaLink="false">NEW POST: How does model designer work? 20090623A</guid></item><item><title>NEW POST: How does model designer work?</title><link>http://code.msdn.microsoft.com/karvonite/Thread/View.aspx?ThreadId=1894</link><description>&lt;div class="wikidoc"&gt;
Thank you very much, the model designer is working now.&lt;br /&gt; &lt;br /&gt;I guess I won't be persisting 2D arrays then! :-)  I was more concerned about just being able to have them in my classes. &lt;br /&gt; &lt;br /&gt;Also, my assemblies aren't giving me any trouble, neither when I compile nor (anymore) when I load them into the model designer, so I'm not sure what the problem is with my references.&lt;br /&gt; &lt;br /&gt;And.... persisting a generic List and/or a 1D array isn't working! :-) D-oh!&lt;br /&gt; &lt;br /&gt;Here is the error message:&lt;br /&gt;The type of the supplied object is not defined as a persistent class in the persistence model.&lt;br /&gt;Parameter name: item&lt;br /&gt; &lt;br /&gt;I have a class called Driver. When I save one Driver object there is no problem. I have another class which contains a List of Drivers (or array neither work). When I try to save the member field which is the List of Drivers it gives me this error message. The member driverList has been set up in the persitence model.&lt;br /&gt; &lt;br /&gt;Any ideas? &lt;br /&gt; &lt;br /&gt;Thanks again!&lt;br /&gt;Kevin&lt;br /&gt; &lt;br /&gt; &lt;br /&gt; &lt;br /&gt;
&lt;/div&gt;</description><author>kasmeltz</author><pubDate>Mon, 22 Jun 2009 23:53:39 GMT</pubDate><guid isPermaLink="false">NEW POST: How does model designer work? 20090622P</guid></item><item><title>NEW POST: How does model designer work?</title><link>http://code.msdn.microsoft.com/karvonite/Thread/View.aspx?ThreadId=1894</link><description>&lt;div class="wikidoc"&gt;
Hi, &lt;br /&gt;Please check the following link to ensure that I'm using the correct assemblies:&lt;br /&gt; &lt;br /&gt;http://social.msdn.microsoft.com/Forums/en-US/clr/thread/55770fdb-9946-459e-98d3-eca93102671c&lt;br /&gt; &lt;br /&gt;Regards&lt;br /&gt;
&lt;/div&gt;</description><author>DiegoCanepa</author><pubDate>Mon, 22 Jun 2009 22:29:19 GMT</pubDate><guid isPermaLink="false">NEW POST: How does model designer work? 20090622P</guid></item><item><title>NEW POST: How does model designer work?</title><link>http://code.msdn.microsoft.com/karvonite/Thread/View.aspx?ThreadId=1894</link><description>&lt;div class="wikidoc"&gt;
Hi,&lt;br /&gt;Single dimensional arrays are fully supported. &lt;br /&gt; &lt;br /&gt;&lt;i&gt;Karvonite can automatically save any field or property whose type implements System.Collections.IList and System.Collections.Generic.ICollection(T) generic interface where T must be an enumeration type, a predefined type or any class or structure defined in the persistence model. This also includes single-dimensional arrays.&lt;/i&gt;&lt;br /&gt; &lt;br /&gt;Jagged arrays are not supported as they do not comply with the above persistence rules. But it no means that you cannot use jagged arrays or multidimensional arrays in your code. They cannot be persisted only. Actually, you are not seeing other classes due to the persistence model bug. I'll post a single dll with the bug fix. &lt;br /&gt;
&lt;/div&gt;</description><author>DiegoCanepa</author><pubDate>Mon, 22 Jun 2009 21:16:47 GMT</pubDate><guid isPermaLink="false">NEW POST: How does model designer work? 20090622P</guid></item><item><title>NEW POST: How does model designer work?</title><link>http://code.msdn.microsoft.com/karvonite/Thread/View.aspx?ThreadId=1894</link><description>&lt;div class="wikidoc"&gt;
Although before I spend any more time trying to convert my code... are you unable to have multidimensional arrays anywhere in any class in your code? None of my classes show up in the model designer, but not all of them have 2D arrays...  If you can`t even have one multidimensional array in your entire assembly then this really isn`t going to be useful for me.&lt;br /&gt;
&lt;/div&gt;</description><author>kasmeltz</author><pubDate>Mon, 22 Jun 2009 20:24:27 GMT</pubDate><guid isPermaLink="false">NEW POST: How does model designer work? 20090622P</guid></item><item><title>NEW POST: How does model designer work?</title><link>http://code.msdn.microsoft.com/karvonite/Thread/View.aspx?ThreadId=1894</link><description>&lt;div class="wikidoc"&gt;
The 2D arrays could be recreated when the object loads, although it will make the persistance interface a lot less simple.&lt;br /&gt; &lt;br /&gt;Does the bug apply to jagged arrays as well or strictly to &amp;quot;multi-dimensional&amp;quot; arrays in the strict C# sense?&lt;br /&gt; &lt;br /&gt;I am going to try and see what happens if I get rid of the 2D arrays. Converting all of my 2D arrays to single dimensional arrays is probably not worth the effort.  Converting to jagged arrays I can do!&lt;br /&gt;
&lt;/div&gt;</description><author>kasmeltz</author><pubDate>Mon, 22 Jun 2009 20:19:42 GMT</pubDate><guid isPermaLink="false">NEW POST: How does model designer work? 20090622P</guid></item><item><title>REOPENED ISSUE: Namespaces not being added</title><link>http://code.msdn.microsoft.com/karvonite/WorkItem/View.aspx?WorkItemId=44</link><description>Multidimensional arrays cause an error while the persistence model designer performs reflection.&lt;br /&gt;</description><author>DiegoCanepa</author><pubDate>Mon, 22 Jun 2009 18:09:20 GMT</pubDate><guid isPermaLink="false">REOPENED ISSUE: Namespaces not being added 20090622P</guid></item><item><title>NEW POST: How does model designer work?</title><link>http://code.msdn.microsoft.com/karvonite/Thread/View.aspx?ThreadId=1894</link><description>&lt;div class="wikidoc"&gt;
Hi!&lt;br /&gt;Do you need to persist 2d arrays? Or you are just using them without the need to persist them?&lt;br /&gt;Ok, let me investigate a bit more. The 3 assembly files you sent are enough for creating a peristence model.&lt;br /&gt; &lt;br /&gt;Regards&lt;br /&gt; &lt;br /&gt;
&lt;/div&gt;</description><author>DiegoCanepa</author><pubDate>Mon, 22 Jun 2009 16:58:27 GMT</pubDate><guid isPermaLink="false">NEW POST: How does model designer work? 20090622P</guid></item><item><title>NEW POST: How does model designer work?</title><link>http://code.msdn.microsoft.com/karvonite/Thread/View.aspx?ThreadId=1894</link><description>&lt;div class="wikidoc"&gt;
Ok thank you! &lt;br /&gt; &lt;br /&gt;I read in the discussions that there was a problem with 2D arrays but then I thought I read that it was fixed.&lt;br /&gt; &lt;br /&gt;What about a jagged array is that also a problem? I really don't want to have to convert my 2D arrays to flat arrays because it will mean changing tested and stable code and possibly introducing bugs. But converting from a 2D array to a jagged array would be a little easier and hopefully safer.&lt;br /&gt; &lt;br /&gt;What do you mean by manifest version? I recompiled the entire project and sent you the .exe and .dll files exactly as they had been created. It compiles fine in VC# 2008 &lt;br /&gt;without any assembly warnings or etc. I can't send you ALL of the files being used by my app because there is 800+MB of content.&lt;br /&gt; &lt;br /&gt;Thanks again for your help I really hope I can get this to work.&lt;br /&gt;
&lt;/div&gt;</description><author>kasmeltz</author><pubDate>Mon, 22 Jun 2009 16:38:05 GMT</pubDate><guid isPermaLink="false">NEW POST: How does model designer work? 20090622P</guid></item><item><title>NEW POST: How does model designer work?</title><link>http://code.msdn.microsoft.com/karvonite/Thread/View.aspx?ThreadId=1894</link><description>&lt;div class="wikidoc"&gt;
Hi,&lt;br /&gt;There's still a bug in the persistence model designer when a type contains a two dimensional array. It's supposed to be fixed, but it is not.&lt;br /&gt;We'll post a SP3.&lt;br /&gt; &lt;br /&gt;On the other side, there is an additional problem as one of the assemblies has a different manifest version. Just be sure to send me all files being used by your app to test it again.&lt;br /&gt; &lt;br /&gt;Regards&lt;br /&gt;
&lt;/div&gt;</description><author>DiegoCanepa</author><pubDate>Mon, 22 Jun 2009 15:50:51 GMT</pubDate><guid isPermaLink="false">NEW POST: How does model designer work? 20090622P</guid></item><item><title>NEW POST: How does model designer work?</title><link>http://code.msdn.microsoft.com/karvonite/Thread/View.aspx?ThreadId=1894</link><description>&lt;div class="wikidoc"&gt;
Just rebuild your project and send me the compiled exe/dll files to create a model. Doesn't matter if your are using Karvonite. It is not a requisite.&lt;br /&gt; &lt;br /&gt;Regards&lt;br /&gt;
&lt;/div&gt;</description><author>DiegoCanepa</author><pubDate>Fri, 19 Jun 2009 15:55:39 GMT</pubDate><guid isPermaLink="false">NEW POST: How does model designer work? 20090619P</guid></item><item><title>NEW POST: How does model designer work?</title><link>http://code.msdn.microsoft.com/karvonite/Thread/View.aspx?ThreadId=1894</link><description>&lt;div class="wikidoc"&gt;
Ok thanks I wasn't sure. &lt;br /&gt; &lt;br /&gt;I will send this to you when I get home from work.&lt;br /&gt; &lt;br /&gt;I am using XNA Framework 3.1 do you think that would cause a problem? &lt;br /&gt; &lt;br /&gt;Also I wasn't entirely sure of what to configure everything (the documentation is pretty sparse) &lt;br /&gt; &lt;br /&gt;Do you need to reference the Karvonite.dll in your project and recompile before you use the assembly in the GUI?&lt;br /&gt;
&lt;/div&gt;</description><author>kasmeltz</author><pubDate>Fri, 19 Jun 2009 14:25:35 GMT</pubDate><guid isPermaLink="false">NEW POST: How does model designer work? 20090619P</guid></item><item><title>NEW POST: How does model designer work?</title><link>http://code.msdn.microsoft.com/karvonite/Thread/View.aspx?ThreadId=1894</link><description>&lt;div class="wikidoc"&gt;
Hi,&lt;br /&gt;I've received the attach. However, I need all referenced assemblies too. I still need the NewWorldLibrary31.dll i order to check the problems.&lt;br /&gt; &lt;br /&gt;Regards&lt;br /&gt;
&lt;/div&gt;</description><author>DiegoCanepa</author><pubDate>Fri, 19 Jun 2009 14:17:49 GMT</pubDate><guid isPermaLink="false">NEW POST: How does model designer work? 20090619P</guid></item></channel></rss>