Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

The Operation could not be completed. The system cannot find the path specified

I created a C# Website using Visual studio 2015 in my laptop, i copied the same folder to my desktop system and open in Visual studio 2015, when i try to run the application its suddenly gives following error.

The operation could not be completed. The system cannot find the path specified

Anybody feel same error in your latest Visual Studio 2015? I updated all the latest patches.

following trial are done

  • Re created the soluition file(.sln)
  • Deleted Web.config and added new one

Visual studio 2015 Error The operation could not be completed. The system cannot find the path specified

Still the error exists, so i cant able to debug or run the application.

like image 410
Abhilash Thomas Avatar asked Sep 06 '16 07:09

Abhilash Thomas


People also ask

What does it mean the system Cannot find the path specified?

This issue can occur if any of the following scenarios exist on your PC. You do not have permissions to the file or the file location. The file is on a location that is not currently accessible like a network location or an external drive that is not currently connected to the PC. The file has been moved or deleted.


3 Answers

(1) Run VS as an admin (or elevated access) and open the solution. (2) Set up a project as Start up Project (if you have multiple proj) (3) Set up page as start up page.

this should help you run it

like image 101
SANKAR RAMAN Avatar answered Oct 03 '22 22:10

SANKAR RAMAN


Create manually (Windows Explorer if necessary) a folder with name "Service References". Even if the folder does not appear in the Solution Explorer, is there. Try adding the wsdl (xml) file again.

like image 36
Carlos Toledo Avatar answered Oct 03 '22 23:10

Carlos Toledo


I had the same problem, resolved by creating a Connected Services folder in my project.

So juste create a Connected Services folder or a Service References folder in your project

like image 20
ELKALAKHI Mohammed Avatar answered Oct 04 '22 00:10

ELKALAKHI Mohammed