#At file:///C:/work/bzr-connector-net/6.1/ based on revid:reggie.burnett@stripped
821 Reggie Burnett 2010-06-30
- fixed bug that caused the web site config wizard to not appear when working with web applications
as opposed to websites (bug #54571).
modified:
CHANGES
MySql.VisualStudio/VsPkg.cs
=== modified file 'CHANGES'
=== modified file 'CHANGES'
--- a/CHANGES 2010-06-25 21:35:58 +0000
+++ b/CHANGES 2010-06-30 20:04:13 +0000
@@ -8,6 +8,8 @@
- added public MySqlHelper.ExecuteDataReader method that takes an external connection (bug #54570)
- applied patch from 5.x series that reset the connection to the base encoding when doing a
connection reset (bug #47153)
+- fixed bug that caused the web site config wizard to not appear when working with web applications
+ as opposed to websites (bug #54571)
Version 6.1.4
- SessionProvider : Avoid SQLNullValueException if lockId returned by select is
=== modified file 'MySql.VisualStudio/VsPkg.cs'
--- a/MySql.VisualStudio/VsPkg.cs 2009-08-17 16:33:40 +0000
+++ b/MySql.VisualStudio/VsPkg.cs 2010-06-30 20:04:13 +0000
@@ -126,7 +126,7 @@
configButton.Visible = false;
foreach (Property prop in p.Properties)
{
- if (prop.Name == "WebSiteType")
+ if (prop.Name == "WebSiteType" || prop.Name.StartsWith("WebApplication"))
{
configButton.Visible = true;
break;
Attachment: [text/bzr-bundle] bzr/reggie.burnett@oracle.com-20100630200413-lp2diifg82kudnbe.bundle
| Thread |
|---|
| • bzr commit into connector-net-6.1 branch (reggie.burnett:821) Bug#54571 | Reggie Burnett | 30 Jun |