Re: [Firebird-net-provider] Problems with visual parts of provider

2007-08-16 Thread Jiri Cincura
The .Designer.cs file is AFAIK handled by VS only. FirebirdClient has
no change to change something in it.

And the AddRange method in provider works (should) without problem, it's trival.

BTW are you using FBCommand etc. directly on form? The old design time
support will be (is) removed. Maybe you have some problem here.

-- 
Jiri {x2} Cincura (Microsoft Student Partner)
http://blog.vyvojar.cz/jirka/ | http://www.ID3renamer.com

-
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
Firebird-net-provider@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/firebird-net-provider


[Firebird-net-provider] Problems with visual parts of provider

2007-08-15 Thread Martin Schmid
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
Firebird-net-provider@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/firebird-net-provider