You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 21, 2020. It is now read-only.
Although YAMP can be added to a .NET 4.0 project, it doesn't work on Windows XP because it cannot find "System.Core" version 2.0.5.0:
System.InvalidOperationException: An error occurred creating the form. See Exception.InnerException for details. The error is: The type initializer for 'YAMP.ParseContext' threw an exception. ---> System.TypeInitializationException: The type initializer for 'YAMP.ParseContext' threw an exception. ---> System.IO.FileLoadException: Could not load file or assembly 'System.Core, Version=2.0.5.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e, Retargetable=Yes' or one of its dependencies. The given assembly name or codebase was invalid. (Exception from HRESULT: 0x80131047)
at YAMP.Plugin.Instantiate[T](Elements elements, Type type, Type[] interfaces)
at YAMP.Plugin.Install()
at YAMP.Elements.RegisterAssembly(ParseContext context, Assembly assembly)
at YAMP.ParseContext..ctor(IDictionary`2 shadowVariables)
at YAMP.ParseContext..cctor()
--- End of inner exception stack trace ---
at YAMP.ParseContext..ctor()
at YAMP.Parser..ctor()
The text was updated successfully, but these errors were encountered:
YAMP is not maintained any more. Unless you can show that this is in fact an actual problem with YAMP (which I doubt, sounds more like the respective .NET version is not installed) I believe that going for MAGES is a better choice.
Although YAMP can be added to a .NET 4.0 project, it doesn't work on Windows XP because it cannot find "System.Core" version 2.0.5.0:
System.InvalidOperationException: An error occurred creating the form. See Exception.InnerException for details. The error is: The type initializer for 'YAMP.ParseContext' threw an exception. ---> System.TypeInitializationException: The type initializer for 'YAMP.ParseContext' threw an exception. ---> System.IO.FileLoadException: Could not load file or assembly 'System.Core, Version=2.0.5.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e, Retargetable=Yes' or one of its dependencies. The given assembly name or codebase was invalid. (Exception from HRESULT: 0x80131047)
at YAMP.Plugin.Instantiate[T](Elements elements, Type type, Type[] interfaces)
at YAMP.Plugin.Install()
at YAMP.Elements.RegisterAssembly(ParseContext context, Assembly assembly)
at YAMP.ParseContext..ctor(IDictionary`2 shadowVariables)
at YAMP.ParseContext..cctor()
--- End of inner exception stack trace ---
at YAMP.ParseContext..ctor()
at YAMP.Parser..ctor()
The text was updated successfully, but these errors were encountered: