Karvonite - Agile .NET Persistence Framework

Tuesday, December 04, 2007

Announcing December 2007 Karvonite CTP

The December 2007 CTP version for Karvonite will be available soon. This new version includes updated libraries for the .NET Framework 3.5, improved performance and decreased memory use.

BTW, what do you think about the following lines:

myObjectSpace.BeginUndo();
...
myObjectSpace.EndUndo();

myObjectSpace.Undo();

...
myObjectSpace.Redo();


Coming soon to a theater near you ;-)


The AdventurerLand Team.

7 Comments:

  • Hi Diego,

    Your product looks pretty cool. When do you expect to release the Decemeber CTP?

    I would like to use the compact framework 3.5 but currenty it is not possible with the Novemeber CTP as I receive typeload exception.

    Also, when you say the product is free do you mean while it is in CTP only?

    Kind Regards,
    Tarek

    By Anonymous Anonymous, at 7:16 PM  

  • Hi Tarek,
    The January CTP will be available in a few weeks.

    Karvonite is and will be 100% free CTPs and the retail version.

    BTW, could tell me about that typeload exception?

    Regards

    By Blogger Diego Hernán Cánepa, at 1:23 AM  

  • Hi Deigo,

    Thank you for your quick reply.

    Your product looks very interesting and I would like to explore it a little further so I look forward to the new CTP.

    I am using Visual Studio 2008 and the .net compact framework 3.5.

    I get typeloadexception when trying to create an objectspace more specifically the error is the following -

    The version of the assembly System.Xml, Version=2.0.0.0, Culture=neutral, PublicKeyToken=B77A5C561934E089 cannot be loaded by this version of the Microsoft .NET Compact Framework.

    Kind Regards,
    Tarek

    By Blogger Unknown, at 2:47 AM  

  • Hi Tarek,
    Be sure to add the right reference to your project. If you are working on a .NET Compact Framework 3.5 project the Karvonite reference is located in [InstallDir]\References\.NET Compact Framework 3.5

    Regards

    By Blogger Diego Hernán Cánepa, at 1:29 PM  

  • Hi Diego,

    I have removed all the references and added them from the compact framework directory. However, i still have the problem.

    Kind Regards,
    Tarek

    By Blogger Unknown, at 5:56 PM  

  • This comment has been removed by the author.

    By Blogger Diego Hernán Cánepa, at 4:38 PM  

  • Hi,
    Could you send a sample project to check the exception? We cannot reproduce the error.

    feedback@karvonite.com

    Regards

    By Blogger Diego Hernán Cánepa, at 4:42 PM  

Post a Comment

<< Home