I added the attributes [assembly:AddinRoot ("HelloWorld", "1.0")] and
[TypeExtensionPoint("/Commands")] to the interface ICommand and also the
attributes [assembly:Addin], [assembly:AddinDependency ("HelloWorld",
"1.0")] and [Extension("/Commands")] to the class HelloCommand, but still
the same result. I get an exception saying InvalidOperationException was
unhandled: Extension node not found in path: /CommandsI'm new to Mono.Addins, is that the right way to describe an extension point? Am I missing anything? Please let me know. Joonu Sorry, i meant to write 'declare'. There's a full working example in that url which describes exactly what to do. Alan -- View this message in context: http://mono.1490590.n4.nabble.com/Problem-with-Mono-Addins-tp4515869p4518951.html Sent from the Mono - General mailing list archive at Nabble.com. _______________________________________________ Mono-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-list
