Open BlackZork opened 10 years ago
Solution was dead simple:
diff --git a/Rhino.Licensing.AdminTool/Views/ShellView.xaml b/Rhino.Licensing.AdminTool/Views/ShellView.xaml
index 98ad20d..fc7fc93 100644
--- a/Rhino.Licensing.AdminTool/Views/ShellView.xaml
+++ b/Rhino.Licensing.AdminTool/Views/ShellView.xaml
@@ -17,7 +17,7 @@
<Menu.Items>
<MenuItem Header="_File">
<MenuItem Header="_New Project" InputGestureText="Ctrl+N" cal:Message.Attach="[Gesture MouseAction: LeftClick]=[Action CreateNewProject];[Gesture Key:N, Modifiers:Control]=[Action CreateNewProject]" />
- <MenuItem Header="_Open Project" InputGestureText="Ctrl+O" cal:Message.Attach="[Gesture MouseAction: LeftClick]" />
+ <MenuItem Header="_Open Project" InputGestureText="Ctrl+O" cal:Message.Attach="[Gesture MouseAction: LeftClick]=[Action OpenProject];[Gesture Key:O, Modifiers:Control]=[Action OpenProject]" />
<Separator />
<MenuItem Header="E_xit" InputGestureText="Ctrl+X" cal:Message.Attach="[Gesture MouseAction: LeftClick]=[Action TryClose]" />
</MenuItem>
Can you send a PR for this?
It looks like it is already there: pullrequest https://github.com/ayende/rhino-licensing/pull/6
Sorry, I am not git-guy :-)
1.git clone project 2.create assembiles with psake:
(I think that it went ok and psake complains about missing msbuild.exe, I do not have msvcvarsXX env set by default)
3.Open visual studio express 2013 4.Build all 5.Run admin tool 6.File -> Open generates following exception:
Git master, rev 55960afd4c6380a727687a7ebb74bdf4a267caac