Prism 5 Quickstart build receives the error message "The remote server responded with an error: (407) Proxy authentication required."

I downloaded Prism 5.0 from the link ( http://www.microsoft.com/en-us/download/confirmation.aspx?id=42537 ). I installed it. I am trying to create / run BasicMVVMQuickstart_Desktop. The design receives the error message "The remote server responded with an error: (407) Proxy authentication required."

It seems very strange to me. Why should the assembly try to connect to something? In any case, it should not have problems, I can use NuGet, etc. I'm just trying to create and run this sample project, which, I think, does not even connect to any database or service. Anyone have a solution to this problem?

+4
source share
1 answer

I delete the .nuget folder and through VS 2013, I turned on "Enable Nuget Package Manager". By doing this, the .nuget folder was created successfully, and I was able to compile the application. Thank.

+2
source

Source: https://habr.com/ru/post/1542340/


All Articles