Skip to content

Commit 45bf0f6

Browse files
authored
attenpt to fix issue 1056 (#1057)
1 parent 74390e3 commit 45bf0f6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/GUI/SqlCe35Toolbox/SqlCeToolboxPackage.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ namespace ErikEJ.SqlCeToolbox
1616
[InstalledProductRegistration("#110", "#112", "4.8", IconResourceID = 400)]
1717
[SqlCe40ProviderRegistration]
1818
[SqliteProviderRegistration]
19+
[ProvideBindingPath]
1920
[ProvideMenuResource("Menus.ctmenu", 1)]
2021
[ProvideToolWindow(typeof(ExplorerToolWindow), Style = VsDockStyle.Tabbed, Orientation = ToolWindowOrientation.Left, Window = EnvDTE.Constants.vsWindowKindServerExplorer)]
2122
[ProvideToolWindow(typeof(SqlEditorWindow), Style = VsDockStyle.MDI, MultiInstances = true, Transient = true)]

0 commit comments

Comments
 (0)