Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Could not copy the file path\ApplicationInsights.config because it was not found

just cloned a project from git on my new PC. compile works fine (ctrl+shft+B), I have access to all source code.

when running the project (F5) i am getting this error:

"Could not copy the file path\ApplicationInsights.config because it was not found."

how can i get rid of this error ?

like image 745
shiraz Avatar asked Jul 26 '16 00:07

shiraz


2 Answers

Answering my own question, the file was missing and all I had to do was to go to the source, right click on the ApplicationInsights.config file under the solution root and exclude from the project.

like image 161
shiraz Avatar answered Sep 25 '22 23:09

shiraz


  1. Right Click on project.
  2. Open in file explorer.
  3. Search for ApplicationInsight.config file.
  4. Copy it.
  5. Come back to visual studio and paste it into the project.
like image 45
Hetal Rajgor Avatar answered Sep 26 '22 23:09

Hetal Rajgor