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) Then, when I fill out the dialog and hit OK, it throws an exception in msvcr80.dll. The call trace shows that last place in your code as: FirebirdSql.VisualStudio.DataTools.dll!FirebirdSql.VisualStudio.DataTools.FbDataConnectionProperties.Parse(string s = "Port Number=3050;Charset=NONE;Dialect=3;Server Type=0;Data Source=10.10.10.1;Database=xxxxx;User ID=xxxxx;Password=xxxxxx") Line 69 C# Does that help? - Neal On Tue, 6 Dec 2005, Carlos Guzmán Álvarez wrote: > 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 Visual Studio. > > > -- > Carlos Guzmán Álvarez > Vigo-Spain > > http://carlosga.blogspot.com/ > > > > ------------------------------------------------------- > This SF.net email is sponsored by: Splunk Inc. Do you grep through log files > for problems? Stop! Download the new AJAX search engine that makes > searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! > http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click > _______________________________________________ > Firebird-net-provider mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/firebird-net-provider > ------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! http://ads.osdn.com/?ad_idv37&alloc_id865&op=click _______________________________________________ Firebird-net-provider mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/firebird-net-provider
