VL.Audio.VST error

Hello,

opening “Getting started” help patch on preview 7.0.466 I encountered this error:

ReflectionTypeLoadException: “Unable to load one or more of the requested types.
Method not found: ‘System.Object VL.Core.IVLPropertyInfo.GetValue(VL.Core.IVLObject)’.
Method not found: ‘System.Object VL.Core.IVLTypeInfo.CreateInstance(VL.Core.NodeContext)’.”
StackTrace:
System.Reflection.RuntimeModule { private static System.RuntimeType GetTypes(System.Reflection.RuntimeModule module) { … } }
System.Reflection.RuntimeModule { public virtual System.Type GetTypes() { … } }
VL.AppServices.VLTypeInfoFactory { private void ScanAssembly(System.Reflection.Assembly assembly) { … } }
VL.AppServices.VLTypeInfoFactory { private void ScanNewAssembliesIfNeeded() { … } }
VL.AppServices.VLTypeInfoFactory { public VL.AppServices.VLTypeInfo GetTypeInfo(System.Type type) { … } }
VL.AppServices.TypeRegistryImpl { public virtual VL.Core.IVLTypeInfo GetTypeInfo(System.Type type) { … } }
VL.AppServices.Serialization.SerializationContextV2 { protected virtual string GetSimpleName(System.Type type) { … } }
VL.AppServices.Serialization.SerializationContextInternal { internal string GetTagName(System.Type type) { … } }
VL.AppServices.Serialization.SerializationContextInternal { private object SerializeCore(string name, object value, System.Type staticType, bool forceElement) { … } }
VL.AppServices.Serialization.SerializationContextInternal { public virtual object Serialize(string name, object value, System.Type staticType, bool forceElement) { … } }
VL.AppServices.Serialization.SerializationServiceImpl { protected virtual object Serialize(VL.Core.NodeContext nodeContext, object value, System.Type staticType, bool throwOnError, bool includeDefaults, bool forceElement, bool pathsAreRelativeToDocument, System.Collections.Generic.IReadOnlyList<>& errorMessages) { … } }
VL.Core.SerializationService { public object Serialize(VL.Core.NodeContext nodeContext, object value, System.Type staticType, bool includeDefaults, bool forceElement, bool pathsAreRelativeToDocument) { … } }
VL.Core.Serialization { internal static System.Xml.Linq.XElement Serialize(VL.Core.NodeContext nodeContext, object value, System.Type staticType, bool includeDefaults) { … } }
VL.Core.Serialization { public static System.Xml.Linq.XElement Serialize(VL.Core.NodeContext nodeContext, T value, bool includeDefaults) { … } }
VL.HDE.WindowManager { public VL.HDE.IWindow CreateWindow(string name, object windowModel, System.Nullable<Stride.Core.Mathematics.RectangleF> bounds, bool show) { … } }
VL.HDE.PatchEditor.EditorControl { private VL.HDE.PatchEditor.CanvasWindow NewCanvas(VL.Model.Canvas canvas, bool show) { … } }
VL.HDE.PatchEditor.EditorControl { public VL.HDE.PatchEditor.CanvasWindow OpenCanvas(VL.Model.Canvas canvas, VL.Model.Element focusedElement, bool show) { … } }
VL.HDE.PatchEditor.EditorControl+<>c__DisplayClass39_0 { internal bool g__ShowAppPatch|0(System.Func<VL.Model.Canvas, bool> askagain) { … } }
VL.HDE.PatchEditor.EditorControl { public void ShowDocument(VL.Model.Document document, VL.HDE.PatchEditor.ShowSpecialPatch showSpecialPatch) { … } }
VL.HDE.PatchEditor.NavigationMenuProvider+d__49 { private virtual void MoveNext() { … } }
System.Runtime.ExceptionServices.ExceptionDispatchInfo { public void Throw() { … } }
System.Runtime.CompilerServices.TaskAwaiter { private static void ThrowForNonSuccess(System.Threading.Tasks.Task task) { … } }
System.Runtime.CompilerServices.TaskAwaiter { private static void HandleNonSuccessAndDebuggerNotification(System.Threading.Tasks.Task task, System.Threading.Tasks.ConfigureAwaitOptions options) { … } }
VL.Model.VLSession+<>c__DisplayClass166_0+<b__0>d { private virtual void MoveNext() { … } }

Was working on 7.0.305
cheers

Indeed, thanks. New version of that package (0.1.7-alpha) should be available soon on nuget.org

1 Like