just cloned a project from git on my new pc. compilation works fine (ctrl + shft + B), I have access to all the source code.
when starting a project (F5) I get this error:
"The path to the \ ApplicationInsights.config file could not be copied because it could not be found."
How can I get rid of this error?
Answering my question, the file was missing, and all I had to do was go to the source file, right-click the ApplicationInsights.config file under the solution root and exclude from the project.
ApplicationInsight.config