Ok, I figured it out. The 'Build Action' property of the xml manifests (*.addin.xml files) was set to 'Content'. They should be set to 'Embedded Resource'. For this, what you do is right click the xml manifests, click on properties, and in the properties box that comes up, select the 'Embedded Resource' option. Then remove the reference to the HelloWorld executable in the HelloWorldAddin project and add it back again.
Addditionally, the taget framework for both the HelloWorld and HelloWorldAddin projects should be .NET 3.5, not 4.0 Joonu -- View this message in context: http://mono.1490590.n4.nabble.com/Problem-with-Mono-Addins-tp4515869p4534114.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
