Message 1 of 2
PM plugin / PluginInstallPath is empty
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
We wrote a plugin and want to store some files under the same directory.
While executing the
public partial class MyPluginPane : UserControl
{
...........
public MyPluginPane(IPluginCommunicationsInterface comms)
{
m_comms = comms;
...
myInfo.Text = m_comms.PluginInstallPath;
.....
it looks like the PluginInstallPath is always empty. Other properties such as .PluginAssemblyName, .ConnectedToPowerMILL are correctly populated
any idea?