Unable to open any existing project or create new project

Dear Ushu,

is this what you meant? thanks!

@Melee_Noob Yes, see there UiPath.Excel.Actvities has 2.11.4 version,… upto UiPath.UIAutomation.Activtities. Try to maintain all these versions once you open your project that you imported from another machine

If it didn’t work, create a new project and try to copy the code from the project that you imported, to the latest instance and see how it goes

Hi @Melee_Noob ,
I’m not asking you to install it manually but only to try if you can download the packages.
The reason is if you can’t download by yourself the package, probably you are behind a proxy and it doesn’t allow you via UIPath download the package from the external repository.
And if you can download it, you have probably to add the proxy settings inside the NuGet.Config File to force it.

hi Jaymon, i think i am behind a proxy as i need a vpn to even use internet on this pc. can i know how do i configure the nuget.config file? thanks

Check if you can go to the folder %AppData%\NuGet

If yes edit the NuGet.Config file and add the tags below inside the <configuration></configuration> tags.

  <config>
    <add key="http_proxy" value="http://yourproxy:8080" />
  </config>