Hey, I'm planning on using a simple implementation of rhino-licensing in a project so I was testing it out.
I checked out rhino-licensing from git (https://github.com/ayende/rhino-licensing), compiled, and ran the AdminTool project. It ran fine, but when I clicked File->Open it threw an exception from the Caliburn? library. It seems the Gesture defined for the MenuItem in ShellView.xaml had no action. I added "=[Action OpenProject];[Gesture Key:O, Modifiers:Control]=[Action OpenProject]" (based off the New entry) and it fixed the exception. Also, I tried running the unit tests with xUnit (both gui and console runner), and the tests for the library run fine but the tests for the AdminTool get partway through (~27) and then just hang. Anyway, the git seems old so I don't know if this project is still in use but it's very helpful for people (like me) who need to do simple licensing schemes. Thanks for creating it. B -- You received this message because you are subscribed to the Google Groups "Rhino Tools Dev" group. To view this discussion on the web visit https://groups.google.com/d/msg/rhino-tools-dev/-/LRN2MGrVUDQJ. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/rhino-tools-dev?hl=en.
