Skip to content
This repository has been archived by the owner on May 21, 2020. It is now read-only.

current nuget version doesn't work on Windows XP #25

Closed
DanWBR opened this issue Apr 7, 2017 · 2 comments
Closed

current nuget version doesn't work on Windows XP #25

DanWBR opened this issue Apr 7, 2017 · 2 comments

Comments

@DanWBR
Copy link

DanWBR commented Apr 7, 2017

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()

@FlorianRappl
Copy link
Owner

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.

@DanWBR
Copy link
Author

DanWBR commented Apr 7, 2017

I believe that this is the same problem as related on Live-Charts/Live-Charts#212

Nevermind, I 've removed YAMP from my project. Thanks.

@DanWBR DanWBR closed this as completed Apr 7, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants