hey all,
we’re in the process of converting Elementa widgets to a new architecture. when creating a widget node (from nodebrowser) that still uses the old architecture, Gamma throws this exception :
VL.Lang.Platforms.Roslyn.EmitException: D:\Documents\vvvv\gamma-preview\Sketches\callmenames-2020-04-01.vl.cs(76,62): error CS0012: The type ‘IElementum_I’ is defined in an assembly that is not referenced. You must add a reference to assembly ‘Elementa.Core.vl.TUt8c8ITGwgMcdDB3xWdFa, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null’.
Full log here. Creating those creates a red node since stuff they used from the old architecture are now gone.
Then if you click Continue, this exception will pop every now and then.
But, if you create a widget that’s already been converted, no exception is thrown, and after that you can create old-architecture widgets, they don’t throw the aforementioned exception.