db4o Developer Community

db4o open source object database, native to Java and .NET
Welcome to db4o Developer Community Sign in | Join
in Search
More Search Options

Browse by Tags

All Tags » .NET C# » Client/Server   (RSS)
  • isalive() hang

    Hi, I have  a problem with isalive() method. When i killed the server, Isalive never return, and this exeptions throwing continually in the background when debugging in VS. i use db4o 7.2, and c# server:public static void Main(string[] args)  {  Console.WriteLine(''star'');  IExtObjectServer server = ...
    Posted to db4o User Forum (Forum) by jack_oneill on August 13, 2008
  • bug: .NET 2.0 Native Queries returns 0 objects at client using client/server architecture

    I used db4o client/server features and added objects at the server end and committed them. When I try to get those objects in a client program using Native Queries the IList<> always returns 0 objects. Using Query by example I get the desired result.I know my query is right because I tested it on the server program and it works but somehow ...
    Posted to db4o User Forum (Forum) by agentshark on July 28, 2008
  • Problems with storing enums in a network database.

    Hi Db4o, I have problems with enums in a network database, c# environment, version Continues Build july 9th, 2008.     public enum GroupEnum { First, Second, Third }    public class Student2    {        public GroupEnum ...
    Posted to db4o User Forum (Forum) by martin.bos on July 14, 2008
  • DatabaseClosedException

    Hi  I regulary get this exception:Db4objects.Db4o.DatabaseClosedException was unhandled  Message=''Une exception de type 'Db4objects.Db4o.DatabaseClosedException' a été levée.''  Source=''Db4objects.Db4o''  StackTrace:       à ...
    Posted to db4o User Forum (Forum) by Promeneur on November 18, 2007
  • Connecting from WPF (Windows Presentation Foundation) running in Internet Explorer

    Now that Rich Internet Applications are becoming increasingly popular, it would be interesting to hear if there are plans to allow a client application in a WPF session running in Internet Explorer (XBAP) connect to a central DB4O database. I guess there are several obstacles to such a solution; among them I would expect NAT traversal to be the ...
    Posted to db4o User Forum (Forum) by Runar Jordahl on October 9, 2007