trying to write vb script for use on rPi troller.
despite having line in settings:
ScriptingReferences=PluginSdk;bin\homeseer\PluginSdk.dll,New tonsoft.Json;bin\homeseer\Newtonsoft.Json.dll,Newtonsoft.Jso n.Schema;bin\homeseer\Newtonsoft.Json.Schema.dll,MadMilkman. Ini;MadMilkman.Ini.dll,tenGlobalMethods;tenGlobalMethods.dll
the script cant compile. In log: Compiling...... 'JsonConvert' is not declared. It may be inaccessible due to its protection level.
JsonConvert is part of newtonsoft
despite having line in settings:
ScriptingReferences=PluginSdk;bin\homeseer\PluginSdk.dll,New tonsoft.Json;bin\homeseer\Newtonsoft.Json.dll,Newtonsoft.Jso n.Schema;bin\homeseer\Newtonsoft.Json.Schema.dll,MadMilkman. Ini;MadMilkman.Ini.dll,tenGlobalMethods;tenGlobalMethods.dll
the script cant compile. In log: Compiling...... 'JsonConvert' is not declared. It may be inaccessible due to its protection level.
JsonConvert is part of newtonsoft
Comment