nooogle / CDS.CSharpScripting

Drop-in user control for C# editing with intellisense and compilation. Script compilation and execution classes for GUI and console applications.
MIT License
9 stars 3 forks source link

Exception finding immutable #33

Open AlirezaAhmadiRad opened 1 year ago

AlirezaAhmadiRad commented 1 year ago

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