Hello
On running
codeEditor1.CDSInitialize();
I receive
System.IO.FileNotFoundException
HResult=0x80070002
Message=Could not load file or assembly 'System.Collections.Immutable, Version=1.2.3.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. The system cannot find the file specified.
Source=CDS.CSharpScripting
StackTrace:
at CDS.CSharpScripting.CodeEditor.CDSInitialize(IEnumerable1 namespaceTypes, IEnumerable1 referenceTypes, Type globalsType)
at CDS.CSharpScripting.CodeEditor.CDSInitialize()
at .Forms.CodeEditor_2.CodeEditor_2_Load(Object sender, EventArgs e) in
Immutable is installed by nuget manager
Hello
On running
codeEditor1.CDSInitialize();I receive
System.IO.FileNotFoundException
HResult=0x80070002
Message=Could not load file or assembly 'System.Collections.Immutable, Version=1.2.3.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. The system cannot find the file specified.
Source=CDS.CSharpScripting
StackTrace:
at CDS.CSharpScripting.CodeEditor.CDSInitialize(IEnumerable
1 namespaceTypes, IEnumerable1 referenceTypes, Type globalsType)at CDS.CSharpScripting.CodeEditor.CDSInitialize()
at .Forms.CodeEditor_2.CodeEditor_2_Load(Object sender, EventArgs e) in
Immutable is installed by nuget manager