microsoft / PTVS

Python Tools for Visual Studio
https://aka.ms/PTVS
Apache License 2.0
2.53k stars 676 forks source link

Package load failure #1513

Closed huguesv closed 8 years ago

huguesv commented 8 years ago

Installed on VS 2015, no R installed Build\Master\2016-08-02.1\Setup.14.0

Got this:

LegacySitePackage failed for package [RPackage]Source: 'System' Description: Value cannot be null. Parameter name: uriString System.ArgumentNullException: Value cannot be null. Parameter name: uriString at System.Uri..ctor(String uriString) at Microsoft.R.Host.Client.Host.RHostBrokerConnector.SwitchToLocalBroker(String rBasePath, String rHostDirectory) at Microsoft.VisualStudio.R.Package.Repl.VsRInteractiveWorkflowProvider.CreateRInteractiveWorkflow() at System.Lazy`1.CreateValue() at System.Lazy`1.LazyInitValue() at System.Lazy`1.get_Value() at Microsoft.VisualStudio.R.Package.Repl.VsRInteractiveWorkflowProvider.GetOrCreate() at Microsoft.VisualStudio.R.Packages.R.PackageCommands.GetCommands(ExportProvider exportProvider) at Microsoft.VisualStudio.R.Packages.R.RPackage.CreateMenuCommands() at Microsoft.VisualStudio.R.Package.Packages.BasePackage`1.Initialize() at Microsoft.VisualStudio.R.Packages.R.RPackage.Initialize() at Microsoft.VisualStudio.Shell.Package.Microsoft.VisualStudio.Shell.Interop.IVsPackage.SetSite(IServiceProvider sp)
huguesv commented 8 years ago

Installing R fixed it.

huguesv commented 8 years ago

Wrong repo, sigh.