OK, read the docs, (looked at the plugin development - still old), nicked someone else's plugin - that was good, trouble was it was C# - oh well!
So in my VS 2008 VB project [HomeSeer plugin] I -
added reference to MP's Common.Utils dll
added the Imports directive (like C#,s using) in AssemblyInfo.vb
added
<Assembly: CompatibleVersion("1.2")>
<Assembly: UsesSubsystem("MP.Config")>
It compiles OK, did whinge about wanting a later version of .NET, stuff it down into the MP plugin directory and fire up a [new install] of MP 1.2 and it comes up as disabled.
What am I missing?
It has GOT to be stupidly simple , pre answer thanks to anyone with the answer
So in my VS 2008 VB project [HomeSeer plugin] I -
added reference to MP's Common.Utils dll
added the Imports directive (like C#,s using) in AssemblyInfo.vb
added
<Assembly: CompatibleVersion("1.2")>
<Assembly: UsesSubsystem("MP.Config")>
It compiles OK, did whinge about wanting a later version of .NET, stuff it down into the MP plugin directory and fire up a [new install] of MP 1.2 and it comes up as disabled.
What am I missing?
It has GOT to be stupidly simple , pre answer thanks to anyone with the answer