I am getting the following error on connect using the latest cvs sources. Can
anybody help me?
Here is my connect string:
Database=/tmp/testie.gdb;User=SYSDBA;Password=masterkey;Server=cdonges-test3;Port=3050;Dialect=3;Charset=NONE;Role=;Connection
Lifetime=15;Pooling=true
Here is the source code:
Dim scon As New
String("Database=/tmp/testie.gdb;User=SYSDBA;Password=masterkey;Server=cdonges-test3;Port=3050;Dialect=3;Charset=NONE;Role=;Connection
Lifetime=15;Pooling=true")
Dim con As New FbConnection(scon)
con.Open()
con.Close()
Here is the error:
---- DEBUG ASSERTION FAILED ----
---- Assert Short Message ----
Log4CSharp: You need to indicate a Class Type.
---- Assert Long Message ----
at Log4CSharp..ctor(Type type, String fileName, Mode mode)
C:\cvs_files\Net-Provider\source\Logger\Log4CSharp.cs(170)
at Encodings.Init() C:\cvs_files\Net-Provider\source\GDSImpl\Encodings.cs(54)
at Encodings.GetFromFirebirdEncoding(String fbencoding)
C:\cvs_files\Net-Provider\source\GDSImpl\Encodings.cs(82)
at FbConnection.Open() C:\cvs_files\Net-Provider\source\FbConnection.cs(367)
at Form1.Button1_Click(Object sender, EventArgs e) C:\Documents and
Settings\cdonges.THIESS\My Documents\Visual Studio
Projects\net-provider-test\Form1.vb(65)
at Control.OnClick(EventArgs e)
at Button.OnClick(EventArgs e)
at Button.OnMouseUp(MouseEventArgs mevent)
at Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
at Control.WndProc(Message& m)
at ButtonBase.WndProc(Message& m)
at Button.WndProc(Message& m)
at ControlNativeWindow.OnMessage(Message& m)
at ControlNativeWindow.WndProc(Message& m)
at NativeWindow.DebuggableCallback(IntPtr hWnd, Int32 msg, IntPtr wparam,
IntPtr lparam)
at UnsafeNativeMethods.DispatchMessageW(MSG& msg)
at
ComponentManager.System.Windows.Forms.UnsafeNativeMethods+IMsoComponentManager.FPushMessageLoop(Int32
dwComponentID, Int32 reason, Int32 pvLoopData)
at ThreadContext.RunMessageLoop(Int32 reason, ApplicationContext context)
at Application.Run(Form mainForm)
at Form1.Main() C:\Documents and Settings\cdonges.THIESS\My
Documents\Visual Studio Projects\net-provider-test\Form1.vb(2)
The program '[508] net-provider-test.exe' has exited with code 0 (0x0).
-------------------------------------------------
This mail sent through IMP: http://horde.org/imp/
|