C#C
C#3y ago
xnc

✅ Could not load type 'Veylib.CLIUI.Core' from assembly 'Veylib, Version=2.5.93.0, Culture=neutral,

i m getting this error
Unhandled Exception: System.TypeInitializationException: The type initializer for 'v3framework.Channels' threw an exception. ---> System.TypeLoadException: Could not load type 'Veylib.CLIUI.Core' from assembly 'Veylib, Version=2.5.93.0, Culture=neutral, PublicKeyToken=null'.
   at v3framework.Channels..cctor()
   --- End of inner exception stack trace ---
   at v3framework.Channels..ctor(String tok, Int64 gid, Int32 threadCount)
   at phantomv3.Picker.Choose() in C:\Users\ionutz\Desktop\phantomv3\phantomv3\Picker.cs:line 159
   at phantomv3.Entry.Main(String[] args) in C:\Users\ionutz\Desktop\phantomv3\phantomv3\Entry.cs:line 160

the problem is that i didn t use Veylib.CLIUI.Core, i mean i used, veylib is an open source ui reference for c# app, but i updated to the latest version and now im getting this
Was this page helpful?