我想修复一个 OxyPlot 错误。使用 Visual Studio 2013 Express打开OxyPlot.sln
时,会出现以下问题。此支持链接表明我需要 Portable Library Tools 2,但该软件适用于 Visual Studio 2010。安装它对 Visual Studio 2013 Express 没有影响。我该如何解决这个问题?
第一个不会开放的项目OxyPlot.csproj
听起来很重要。我要修复的错误在热图中,可能对多个平台都很常见。我的目标是 WPF,我注意到它OxyPlot.Wpf.csproj
被列为在 VS 2013 中打开没有问题的项目之一。
Unsupported
This version of Visual Studio is unable to open the following projects. The project types may not be installed or this version of Visual Studio may not support them.
For more information on enabling these project types or otherwise migrating your assets, please see the details in the "Migration Report" displayed after clicking OK.
- OxyPlot, "C:\Users\nacl\Documents\GitHub\oxyplot\Source\OxyPlot\OxyPlot.csproj"
- ExampleLibrary, "C:\Users\nacl\Documents\GitHub\oxyplot\Source\Examples\ExampleLibrary\ExampleLibrary.csproj"
- OxyPlot.Silverlight, "C:\Users\nacl\Documents\GitHub\oxyplot\Source\OxyPlot.Silverlight\OxyPlot.Silverlight.csproj"
- SparklineDemo, "C:\Users\nacl\Documents\GitHub\oxyplot\Source\Examples\Silverlight\SparklineDemo\SparklineDemo.csproj"
- ExampleBrowser, "C:\Users\nacl\Documents\GitHub\oxyplot\Source\Examples\Silverlight\ExampleBrowser\ExampleBrowser.csproj"
- ExampleBrowser.Web, "C:\Users\nacl\Documents\GitHub\oxyplot\Source\Examples\Silverlight\ExampleBrowser.Web\ExampleBrowser.Web.csproj"
- ExportDemo, "C:\Users\nacl\Documents\GitHub\oxyplot\Source\Examples\Silverlight\ExportDemo\ExportDemo.csproj"
- SilverlightDemo, "C:\Users\nacl\Documents\GitHub\oxyplot\Source\Examples\Silverlight\SilverlightDemo\SilverlightDemo.csproj"
- ExampleBrowser, "C:\Users\nacl\Documents\GitHub\oxyplot\Source\Examples\XamarinAndroid\ExampleBrowser\ExampleBrowser.csproj"
- OxyPlot.XamarinAndroid, "C:\Users\nacl\Documents\GitHub\oxyplot\Source\OxyPlot.XamarinAndroid\OxyPlot.XamarinAndroid.csproj"
- Histogram, "C:\Users\nacl\Documents\GitHub\oxyplot\Source\Examples\Silverlight\HistogramTest\Histogram.csproj"
- OxyPlot.XamarinIOS, "C:\Users\nacl\Documents\GitHub\oxyplot\Source\OxyPlot.XamarinIOS\OxyPlot.XamarinIOS.csproj"
- ExampleBrowser, "C:\Users\nacl\Documents\GitHub\oxyplot\Source\Examples\XamarinIOS\ExampleBrowser\ExampleBrowser.csproj"
- OxyPlot.WP8, "C:\Users\nacl\Documents\GitHub\oxyplot\Source\OxyPlot.WP8\OxyPlot.WP8.csproj"
- OxyPlot.Pdf_SL5, "C:\Users\nacl\Documents\GitHub\oxyplot\Source\OxyPlot.Pdf\OxyPlot.Pdf_SL5.csproj"
- OxyPlot.WindowsUniversal, "C:\Users\nacl\Documents\GitHub\oxyplot\Source\OxyPlot.WindowsUniversal\OxyPlot.WindowsUniversal.csproj"
- ExampleBrowser.Shared, "C:\Users\nacl\Documents\GitHub\oxyplot\Source\Examples\WindowsUniversal\ExampleBrowser\ExampleBrowser.Shared\ExampleBrowser.Shared.shproj"
- ExampleBrowser.Windows, "C:\Users\nacl\Documents\GitHub\oxyplot\Source\Examples\WindowsUniversal\ExampleBrowser\ExampleBrowser.Windows\ExampleBrowser.Windows.csproj"
- ExampleBrowser.WindowsPhone, "C:\Users\nacl\Documents\GitHub\oxyplot\Source\Examples\WindowsUniversal\ExampleBrowser\ExampleBrowser.WindowsPhone\ExampleBrowser.WindowsPhone.csproj"
No changes required
These projects can be opened in Visual Studio 2013, Visual Studio 2012, and Visual Studio 2010 SP1 without changing them.
- Examples.WPF, "Examples.WPF"
- DemoApplications, "DemoApplications"
- Examples.WindowsForms, "Examples.WindowsForms"
- Examples.Silverlight, "Examples.Silverlight"
- Examples.XamarinAndroid, "Examples.XamarinAndroid"
- Examples.GtkSharp, "Examples.GtkSharp"
- OxyPlot.Wpf, "C:\Users\nacl\Documents\GitHub\oxyplot\Source\OxyPlot.Wpf\OxyPlot.Wpf.csproj"
- OxyPlot.Tests, "C:\Users\nacl\Documents\GitHub\oxyplot\Source\OxyPlot.Tests\OxyPlot.Tests.csproj"
- SimpleDemo, "C:\Users\nacl\Documents\GitHub\oxyplot\Source\Examples\WPF\SimpleDemo\SimpleDemo.csproj"
- OxyPlot.Pdf, "C:\Users\nacl\Documents\GitHub\oxyplot\Source\OxyPlot.Pdf\OxyPlot.Pdf.csproj"
- ExportDemo, "C:\Users\nacl\Documents\GitHub\oxyplot\Source\Examples\WPF\ExportDemo\ExportDemo.csproj"
- OxyPlot.Xps, "C:\Users\nacl\Documents\GitHub\oxyplot\Source\OxyPlot.Xps\OxyPlot.Xps.csproj"
- OxyPlot.OpenXml, "C:\Users\nacl\Documents\GitHub\oxyplot\Source\OxyPlot.OpenXml\OxyPlot.OpenXml.csproj"
- ExampleBrowser, "C:\Users\nacl\Documents\GitHub\oxyplot\Source\Examples\WPF\ExampleBrowser\ExampleBrowser.csproj"
- WorldStatisticsDemo, "C:\Users\nacl\Documents\GitHub\oxyplot\Source\Examples\WPF\WorldStatisticsDemo\WorldStatisticsDemo.csproj"
- OxyPlot.Wpf.Tests, "C:\Users\nacl\Documents\GitHub\oxyplot\Source\OxyPlot.Wpf.Tests\OxyPlot.Wpf.Tests.csproj"
- MemoryTest, "C:\Users\nacl\Documents\GitHub\oxyplot\Source\Examples\WPF\MemoryTest\MemoryTest.csproj"
- WpfExamples, "C:\Users\nacl\Documents\GitHub\oxyplot\Source\Examples\WPF\WpfExamples\WpfExamples.csproj"
- OxyPlot.WindowsForms, "C:\Users\nacl\Documents\GitHub\oxyplot\Source\OxyPlot.WindowsForms\OxyPlot.WindowsForms.csproj"
- ExampleBrowser, "C:\Users\nacl\Documents\GitHub\oxyplot\Source\Examples\WindowsForms\ExampleBrowser\ExampleBrowser.csproj"
- WindowsFormsDemo, "C:\Users\nacl\Documents\GitHub\oxyplot\Source\Examples\WindowsForms\WindowsFormsDemo\WindowsFormsDemo.csproj"
- OxyPlot.Pdf.Tests, "C:\Users\nacl\Documents\GitHub\oxyplot\Source\OxyPlot.Pdf.Tests\OxyPlot.Pdf.Tests.csproj"
- OxyPlot.GtkSharp, "C:\Users\nacl\Documents\GitHub\oxyplot\Source\OxyPlot.GtkSharp\OxyPlot.GtkSharp.csproj"
- GtkSharpDemo, "C:\Users\nacl\Documents\GitHub\oxyplot\Source\Examples\GtkSharp\GtkSharpDemo\GtkSharpDemo.csproj"
- ExampleBrowser, "C:\Users\nacl\Documents\GitHub\oxyplot\Source\Examples\GtkSharp\ExampleBrowser\ExampleBrowser.csproj"
- MathBlockDemo, "C:\Users\nacl\Documents\GitHub\oxyplot\Source\Examples\WPF\MathBlockDemo\MathBlockDemo.csproj"
- Examples.XamarinIOS, "Examples.XamarinIOS"
- PerformanceTest, "C:\Users\nacl\Documents\GitHub\oxyplot\Source\Examples\PerformanceTest\PerformanceTest.csproj"
- PerformanceTests, "PerformanceTests"
- Examples.WindowsUniversal, "Examples.WindowsUniversal"
- OxyPlot, "C:\Users\nacl\Documents\GitHub\oxyplot\Source\OxyPlot.sln"
打开OxyPlot.Wpf.sln
会导致类似的错误。
Unsupported
This version of Visual Studio is unable to open the following projects. The project types may not be installed or this version of Visual Studio may not support them.
For more information on enabling these project types or otherwise migrating your assets, please see the details in the "Migration Report" displayed after clicking OK.
- OxyPlot, "C:\Users\nacl\Documents\GitHub\oxyplot\Source\OxyPlot\OxyPlot.csproj"
- ExampleLibrary, "C:\Users\nacl\Documents\GitHub\oxyplot\Source\Examples\ExampleLibrary\ExampleLibrary.csproj"