1-10 of 44 < Previous Next >
Discussions for Karvonite - Agile Persistence Framework
Latest post:
Oct 27
7:51 PM
6 Posts
First post: Klinge wrote: Hi I wanted to try my game on the xbox today but I ran into a problem with karvonite on the xbox. In my kvtmodel I have added the Xna.Framework.dll because I need to persist its Point st...
Latest post: DiegoHernanCanepa wrote: Hi, This is something we are willing to resolve but it is not easy. Anyway, we'll found a solution ;-)
Jump to: First Post    |Latest Post
Latest post:
Oct 23
3:19 AM
7 Posts
First post: jdsmith2816 wrote: Greetings again! I'm trying to serialize my level structure. Currently my Level class contains a private SerializableDictionary<int, LevelSquare> _tiles; this is failing to serialize/de...
Latest post: DiegoHernanCanepa wrote: Hi, Workaround, try this: private Dictionary<int, string> testDict = new Dictionary<int, string>(); public Dictionary<int, string> TestDict { get { return testDict; } set { test...
Jump to: First Post    |Latest Post
Latest post:
Oct 8
5:35 PM
6 Posts
First post: jdsmith2816 wrote: As far as typical usage goes... I have a large library of classes used in my game. Armors, Weapons, Entities, Skills, Spells, Levels, etc... would you suggest just having one DataStore.d...
Latest post: DiegoHernanCanepa wrote: Multidimensional arrays are not supported. All supported types are explained in the Karvonite Overview documentation document.
Jump to: First Post    |Latest Post
Latest post:
Oct 8
12:29 AM
3 Posts
First post: jdsmith2816 wrote: Greetings: I am evaluating Karvonite for use in my XNA project. I currently have an XNA 3.0 Game project, an XNA 3.0 Game Library project, and a Windows Form project for my editor. In ...
Latest post: jdsmith2816 wrote: I have applied that fix and the exact same problem happens. I did find a way to add a reference patch which, when pointed at the xna x86 folder in program files, solves the main xna fram...
Jump to: First Post    |Latest Post
Latest post:
Oct 2
4:46 PM
2 Posts
First post: DiegoHernanCanepa wrote: Some users have been asking this question since Karvonite has been created. The main problem with interfaces is that the persistence model designer has no way to validate them. Instead,...
Latest post: YossiDM wrote: I know this doesn't completely solve the problem, but have you thought about adding some interface support similar to the service serialization requirements for interfaces in WCF? Specifi...
Jump to: First Post    |Latest Post
Latest post:
Aug 9
4:46 PM
5 Posts
First post: Klinge wrote: Hi For some strange reason the persistance model designer fails to find the references to the Microsoft.Xna.Framework.dll and the Microsoft.Xna.Framework.Content.Pipeline.dll, but it does...
Latest post: Klinge wrote: Ok I found the new assemblymapper.dll in this thread http://code.msdn.microsoft.com/karvonite/WorkItem/View.aspx?WorkItemId=49 and now everything works.
Jump to: First Post    |Latest Post
Latest post:
Jul 30
6:14 PM
12 Posts
First post: JeReT wrote: Hi Diego, i tried to add some classes and values to my persistence model. but the editor says, some of my used types are not supported. The Types are: - Actions (not so bad... i think i...
Latest post: DiegoHernanCanepa wrote: Fixed!
Jump to: First Post    |Latest Post
Latest post:
Jul 25
12:53 PM
2 Posts
First post: smithimage wrote: Hi all! I donwloaded teh latest release yesterday and unfortunately the upadtre caused my code to break. The following exception is thrown: --------------------------------- System.TypeL...
Latest post: smithimage wrote: Hi again! I found a solution here http://karvonite.blogspot.com/2007/12/announcing-december-2007-karvonite-ctp.html In short one needs to reference the right .dll compiled for CF ;). Be...
Jump to: First Post    |Latest Post
Latest post:
Jul 16
3:25 PM
2 Posts
First post: Klinge wrote: Hi Since the karvonite framework saves the informations in a xml file I thought I could edit it by hand to quickly change some values arround. After examening the file I thought that the...
Latest post: DiegoCanepa wrote: Hi, This file is not intended to be edited by hand. Regards
Jump to: First Post    |Latest Post
Latest post:
Jun 23
2:07 PM
17 Posts
First post: kasmeltz wrote: Has anyone actually made the model designer work? I add my assemblies to the Persistence Model View and then sit there staring blankly at the screen as I can do nothing more at this poi...
Latest post: kasmeltz wrote: Karvonite is working great! 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 ...
Jump to: First Post    |Latest Post

Configure View

Sorted by Latest post
Search
Filter
(by tag)
All tags
1-10 of 44 < Previous 1 2 3 4 5 Next >
Updating...
Page view tracker