Custom plugin installation issue

Hello everyone, I encountered this problem. How should this issue be resolved?
Thanks in advance!

Are you using RhinoCommon? Your AssemblyInfo.cs should contain the following:

[assembly: PlugInDescription(DescriptionType.Address, "")]
[assembly: PlugInDescription(DescriptionType.Country, "")]
[assembly: PlugInDescription(DescriptionType.Email, "")]
[assembly: PlugInDescription(DescriptionType.Phone, "")]
[assembly: PlugInDescription(DescriptionType.Organization, "")]
[assembly: PlugInDescription(DescriptionType.UpdateUrl, "")]
[assembly: PlugInDescription(DescriptionType.WebSite, "")]

You should fill out all fields.

Thank you your help my friend! I don’t have a fax, so I commented out that line, which caused the plugin to fail to import.

1 Like