Everyone. Thanks for reading.
In Microsoft Visual Studio Professional 2019 version 16.10.4, after starting VS 19, loading a solution with 17 packages, I go to Tools > NuGet Package Manager > Manage NuGet Packages for Solution... and the "Nuget - Solution" tab appears in VS 19. "Browse" is select by default, in that tab, and it begins to connect to nuget.org as the package source. Eventually I get this error:
[nuget.org] Unable to load the service index for source https://api.nuget.org/v3/index.json.
The HTTP request to 'GET https://api.nuget.org/v3/index.json' has timed out after 100000ms.
Is anyone else getting this error? If so, how did you fix it? I've tried shutting down VS 19, and removing NuGet.Config from:
C:\Users\<username>\AppData\Roaming\NuGet
After restarting VS 19, and using NuGet package manager, it regenerates the NuGet.Config file. Also, while I was getting this issue, Microsoft released VS 19 version 16.10.4. Originally this was happening in 16.10.3. The issue continued consistently from 16.10.3 and after the update to 16.10.4.
Also, I can open a browser tab and hit https://api.nuget.org/v3/index.json directly. It must be something specific to VS 19, and not my internet connection.
Any ideas on a fix? Thanks again, All.
Thanks #Dylan Zhu-MSFT Yes, turning off the VPN, going through the process mentioned in the question, and it does connection to nuget successfully. I see updates for installed packages, and it's returning results for searches. No errors. Thanks.
Related
Visual Studio Community 2019 16.10.0
Pressing [IIS Express] to debug...
Regardless of which Port I use, I get:
Log:
Failed to register URL "http://localhost:59001/" for site "...." application "/". Error description: The process cannot access the file because it is being used by another process. (0x80070020)
Rebooted, deleted 'vs' folder, reinstalled VS 2019. Still the same error. Does anyone know what could be causing it?
Choosing the "Repair" option on Visual Studio fixed it. But uninstall/reinstall did not?!?
Quite new to SSIS. To open existing SSIS packages in Visual Studio and I clicked SSIS but it has opened Visual-Studio and not my packages.
In solution explorer showing that SSIS packages(incompatible) and below that "the application not installed",but actually in Extensions windows its showing that installed SSIS. Please help me out resolve the below error (Image).
I tried to modify the package and uninstalled the SSIS tool and installed again. But still same problem
I had the same problem and I found this menue choice in Visual Studio. I right clicked the Solution, chose Resolve Errors and it resolved my problem.
I think you need to install SQL Server Data Tools for you to launch the project and test in your local SQL instance. If you're, like me, fairly new to SSIS package, I suggest you follow this Microsoft official tutorial so that you are familiar with ins and outs of SSIS package.
If you are sure that you have installed all necessary components, please ensure that VS > Tools > Extensions and Updates > Microsoft Integration Services Projects is enabled. Once enabled, restart Visual Studio. It might still look the same. Last step is to right-click on the project and choose "Reload Project".
I always ignore and shut down the carking update notification when opening SSIS, until I encountered this error.
I tried googling it and tried "reload project" and "Resolve errors" option, I also uninstalled SSDT and reinstall it, I also disabled and enabled SSIS in "Extensions and Updates" Bar. They all failed.
So I updated SSIS since I'm bored and tired, then I tried "reload project" and "Resolve errors" option again, the magic is everything going fine, like before! It's just my experience, not representative.
I already faced the same problem, for some reasons the SSIS extension was disabled.
So to resolve this issue you need to go to :
Extensions > Manage Extensions > Installed
Make sure that the SSIS extension is enabled then close and reopen you project.
I just completed a fresh install of Visual Studio Enterprise 2015.
When I run Visual Studio, go to Tools > NuGet Package Manager, and select 1 of the 3 options (Package Manager Console, Manage NuGet Packages for Solution or Package Manager Settings), nothing happens. The menu closes and no windows appear.
When I go to Options > NuGet Package Manager, I get "An error occurred loading this property page."
I have tried uninstalling and re-installing NuGet Package Manager from Extensions and Updates, but this doesn't solve the problem. I have also downloaded NuGet.Tools.vsix and when I run this, it tells me that the extension is already installed to all applicable products.
I don't know if I'm missing a setting that enables the Package Manager in Visual Studio, or if this problem is caused by something else...
Un-install Nuget Package that came with Visual Studio 2015 RTM ( Tools->Extensions and Updates).
Re-install latest (3.1.60 or >) Nuget Package Manager Visual Studio Extension ( from Online)
Then you can open without errors or silently failing
I just came across the same issues as Sean, I found that updating to the latest version of the package manager (3.1.60724.766 at time of writing) seemed to resolve the issue.
Yea npm is buggy in 2015 remove dependency check when installing and it should work.
I had exactly the same problem that sean described. Uninstalling NuGet and installing the newest version from the website did not seem to have any effects.
But this way worked for me:
I went to Windows' Control Panel where you can uninstall software. Visual Studio 2015 has a repair option there. I tried it. The repair dialog recommended to update the repair routine first. So I updated, that needed a few minutes. After this I let the repair routine run. It needed something like one and a half hour. And then the problem was away!
This turned out to be a permissions issue that I encountered after the VS installation. I'm not sure if it was a bug in VS or something that is exclusive to my network account settings.
I have been trying to find a solution for this since almost 3 days, but i'm stuck and cant figure out why the Nuget package manager is just not opening, it does not even give any error.
Things i have tried so far:
Uninstalled and re-installed the nuget package manager from within VS 2012 but it didnt work
Uninstalled and re-installed Visual Studio 2012 and then tried the above step once again, but still nothing happened.
When i navigate to Tools -> Library Package Manager -> and click on all the options listed in it, nothing opens, no sign of any error etc.
Can someone please help me with a workaround for this problem.
Download and install it from
https://visualstudiogallery.msdn.microsoft.com/27077b70-9dad-4c64-adcf-c7cf6bc9970c
or
https://nuget.codeplex.com/downloads/get/784776
Visual Studio 2012 will not allow me to set multiple startup projects.
I have tried:
Right-click the solution / Set StartUp Projects...
Result: Nothing happens.
View / Property Pages
Result: Popup "Object reference not set to an instance of an object."
I have no add-ins running, and disabled all extensions that can be disabled without uninstalling. Active extensions are
Microsoft Web Developer Tools
NuGet Package Manager
Visual Studio Extensions for Windows Library for JavaScript (1.0.8377.0 AND 1.0.9200.20512
VisualSVN
Is this a known issue? Is there a fix/work-around? Can I specify the startup projects by editing the .sln/.csproj file if the VS2012 UI continues to fail?
I'm pretty sure this has to do with NuGet Package Manager. I did as described here.
Uninstalled NuGet Package Manager in Tools => Extensions and Updates... and restarted Visual Studio 2012/Visual Studio 2013 Preview. Now I can happily configure my solution properties again!
Installed NuGet Package Manager again and the problem reappeared. :(
This is a palliative answer. If there's a definitive answer, please share it! :)
Make sure you vote on this Connect Bug.
Found this post while searching for a related issue I was having. I thought it would be helpful for others to know what I found.
My problem was trying to switch between start up projects, IIS Express would always load the same project. My solution was to edit the project properties >Web> assign a different port number for each project. Now when I select Set as StartUp Project... it actually works
Note** I did not have any issues with NuGet probably because I'm using the released version of 2013