Re: [Firebird-net-provider] Error on Add a connection

2005-12-08 Thread Neal Tibrewala
I previously had the beta, but everything was uninstalled before installing the new VS and .NET. I found the error here: http://www.codecomments.com/archive357-2005-10-641190.html Does this help you figure out the problem? - Neal On Thu, 8 Dec 2005, Carlos Guzmán Álvarez wrote: > Hello: > >

Re: [Firebird-net-provider] Error on Add a connection

2005-12-08 Thread Carlos Guzmán Álvarez
Hello: I build a new one. The duplicate properties are gone, but the OK button still breaks with the same error. Also, when I hit 'tab' from the advanced screen, it also throws an exception. You can try sending me a set of DLLs, and I can test those in case it's the way I'm building the s

Re: [Firebird-net-provider] Error on Add a connection

2005-12-07 Thread Neal Tibrewala
Carlos, I build a new one. The duplicate properties are gone, but the OK button still breaks with the same error. Also, when I hit 'tab' from the advanced screen, it also throws an exception. You can try sending me a set of DLLs, and I can test those in case it's the way I'm building the s

Re: [Firebird-net-provider] Error on Add a connection

2005-12-07 Thread Carlos Guzmán Álvarez
Hello: One thing I noticed that may be related to this problem. If I hit advanced, there seems to be duplicate entries: "DataSource" & "Data Source" "Port" & "Port Number" "UserID" & "User ID" "ServerType" & "Server Type" Fixed in CVS, could you give a try with the new sources ?? ( there are

Re: [Firebird-net-provider] Error on Add a connection

2005-12-06 Thread Neal Tibrewala
That didn't help much either, but I downloaded the source and tried to debug with the .pdb enabled files I built myself. The first error, when I first load the add dialog: FbDataConnectionUIControl.cs (55): System.NullReferenceException (this happens 5 times, once for each LoadProperties call)

Re: [Firebird-net-provider] Error on Add a connection

2005-12-06 Thread Carlos Guzmán Álvarez
Hello: Yes, from the server explorer. I tried running "VsJITDebugger -p #" to attach the running VS with a new instance of VS, but I only get disassembly output. How can I find out what's causing the exception or get the information you'd like? Try using the Attach To Procees option in Vi

Re: [Firebird-net-provider] Error on Add a connection

2005-12-06 Thread Neal Tibrewala
Yes, from the server explorer. I tried running "VsJITDebugger -p #" to attach the running VS with a new instance of VS, but I only get disassembly output. How can I find out what's causing the exception or get the information you'd like? - Neal On Tue, 6 Dec 2005, Carlos Guzmán Álvarez wrote:

Re: [Firebird-net-provider] Error on Add a connection

2005-12-06 Thread Carlos Guzmán Álvarez
Hello: Field not found: 'System.Collection.GenericKeyValuePair`2.Value'. If I hit "Test Connection" it works. I'm using VS 2005 release and the RTM VS 2005 SDK. From the Server Explorer ?? CAn you try to debug it from a new VS ssession and try to look what field it's looking for, please ??

Re: [Firebird-net-provider] Error on Add a connection

2005-12-06 Thread Neal Tibrewala
One thing I noticed that may be related to this problem. If I hit advanced, there seems to be duplicate entries: "DataSource" & "Data Source" "Port" & "Port Number" "UserID" & "User ID" "ServerType" & "Server Type" Also the Isolation Level drop down gives choices, but upon selection do not sho

[Firebird-net-provider] Error on Add a connection

2005-12-06 Thread Neal Tibrewala
I have the Visual Studio extension working, but when I go to Add a new connection, and enter in the fileds (login, etc.) Hitting OK gives the error: Field not found: 'System.Collection.GenericKeyValuePair`2.Value'. If I hit "Test Connection" it works. I'm using VS 2005 release and the RTM VS 2