MS has put a nasty Easter-Egg into XP/SP3 installations of the latest
generation.

If - during installation of XP-VM - you chose to have the firewall
turned off, the GUI displays the firewall indeed as being off, but
that is _not_ the case.

Turn it on, reboot, turn it off again, and see if you can connect.
We had this issue on several machines in the last weeks.

  
  
mit freundlichen Grüßen,

André Knappstein
EDV und Controlling
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
beta Eigenheim- und Grundstücksverwertungsgesellschaft mbH
Hafenweg 4
59192 Bergkamen-Rünthe

Telefon: +49 2389 9240 140
Telefax: +49 2389 9240 150
e-mail:  i...@beta-eigenheim.de

Amtsgericht Hamm Nr. B 420
Geschäftsführer: Achim Krähling, Dirk Salewski und Matthias Steinhaus

USt-IDNr.: DE 125215402


~~~Ihre Nachricht~~~


k> I am using the connection builder as follows:

k>       FbConnectionStringBuilder csb = new FbConnectionStringBuilder();
k>       csb.Charset = "UTF8";
k>       csb.DataSource = "localhost";
k>       csb.Database = "myTestDb";//Defined in aliases.conf
k>       csb.UserID = "xxxxx";
k>       csb.Password = "xxxxx";
k>       FbConnection db = new FbConnection(csb.ToString());
k>       db.Open();
k>       //Exception happens here.

---

------------------------------------------------------------------------------
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs 
proactively, and fine-tune applications for parallel performance. 
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
Firebird-net-provider mailing list
Firebird-net-provider@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/firebird-net-provider

Reply via email to