Hi all,
i am trying to write a new plugin. And want it to look nice as well as work....
Problem is, i cannot for the life in me specify a different plugin icon for the configuration screen.
Ive seen code include such lines as:
But i cannot seem to do this, even if i copy all of their code exactly.
I get the following error:
What references am i missing (baring in mind i copied the entirity of apparantly working code and got the same error).....
Thanks
i am trying to write a new plugin. And want it to look nice as well as work....
Problem is, i cannot for the life in me specify a different plugin icon for the configuration screen.
Ive seen code include such lines as:
Code:
[PluginIcons("somepluginicon", "someothericon")]
But i cannot seem to do this, even if i copy all of their code exactly.
I get the following error:
Code:
The type or namespace name 'PluginIcons' could not be found (are you missing a using directive or an assembly reference
What references am i missing (baring in mind i copied the entirity of apparantly working code and got the same error).....
Thanks