[MonoDevelop] [Database Browser] cannot connect to existing database

Luciano _ lnc19 at hotmail.com
Fri Nov 14 07:30:49 EST 2008


I have bug report on this [1] and I have a patch (With similar change that you suggest) but i haven't test it, i will try to test it, and send the patch to the list, but probably i can't send it until next week.
 
[1] https://bugzilla.novell.com/show_bug.cgi?id=437426
 
Lucian0> Date: Fri, 14 Nov 2008 04:21:03 -0800> From: SimonMoscrop at hotmail.com> To: monodevelop-list at lists.ximian.com> Subject: [MonoDevelop] [Database Browser] cannot connect to existing database> > > Folks, > > RE: Database Browser - MonoDevelop 2.0 alpha 2 > > It is not possible to a add a new database connection in MonoDevelop 2.0 -> doing so always results in an error. > > If you apply the following tweaks to> monodevelop/extras/MonoDevelop.Database/MonoDevelop.Database.Components/Widgets/ConnectionSettingsWidgets.cs> the error is fixed. > > 1. Remove the line "protected DatabaseConnnectionSettings settings;" > > 2. Alter the get implementation for the ConnectionSettings property thus > > public DatabaseConnectionSettings ConnectionSettings { > get { > DatabaseConnectionSettings settings => CreateDatabaseConnectionSettings(); //<-- New Line > FillDatabaseConnectionSettings (settings); > return settings; > } > } > > > Can someone please take this detail and apply it as a patch? > > Cheers > > Simon Moscrop > > > -- > View this message in context: http://www.nabble.com/-Database-Browser--cannot-connect-to-existing-database-tp20499446p20499446.html> Sent from the Mono - MonoDevelop IDE mailing list archive at Nabble.com.> > _______________________________________________> Monodevelop-list mailing list> Monodevelop-list at lists.ximian.com> http://lists.ximian.com/mailman/listinfo/monodevelop-list
_________________________________________________________________
Windows Live Hotmail now works up to 70% faster.
http://windowslive.com/Explore/Hotmail?ocid=TXT_TAGLM_WL_hotmail_acq_faster_112008
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.ximian.com/pipermail/monodevelop-list/attachments/20081114/2f81a113/attachment.html 


More information about the Monodevelop-list mailing list