Announcement

Collapse
No announcement yet.

Newtonsoft json 'JsonConvert' is not declared.

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Newtonsoft json 'JsonConvert' is not declared.

    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

    #2
    If we had an example of your code, we might be able to help you.
    tenholde

    Comment

    Working...
    X