Hello!
I'm using Visual Studio 2005 SP1 US, Firbird Client 2.0.1.0 and I'm 
programming in C#.net.
After setting up a new VM Box following strange error occured:

After editing a form in the designer the Designer.cs file is rebuild. By 
rebuilding this file every entry for a FirebirdDataAdapter was changes from

this.fbCommand.Parameters.Add(...);

to

this.fbCommand.Parameters.AddRange(new 
FirebirdSql.Data.FirebirdClient.FbParameter[] { ... });

This caused a crash of VisualStudio each time I tried to access the 
designer of this form. Also I'm not able to compile.
I tried deinstalling/installing the firebird client (in different 
versions) but nothing worked.

I hope someone can give me a solution or at last some hint.

The same problem is with newer versions of Firebird.net provider also.

Best Martin

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
Firebird-net-provider mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/firebird-net-provider

Reply via email to