Severity Code Description Project File Line Suppression State Error – Could not find a part of the path
Sign Up to our Engineers Community Engine to ask questions, answer people’s questions, and connect with other people.
Login to our Engineers Community Engine to ask questions and answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
I have ASP.NET Core Windows Worker Service in Visual Studio 2022. Whenever I build or run the application, I got this error:
I clean and rebuld, but the error remains.
ERROR:
Severity Code Description Project File Line Suppression State Error Could not find a part of the path ‘C:\MyApp\SchoolService.MySchoolProcessor\obj\Debug\net7.0\SchoolService.MySchoolProcessor.GeneratedMSBuildEditorConfig.editorconfig’. SchoolService.MySchoolProcessor C:\Program Files\Microsoft Visual Studio\2022\Enterprise\MSBuild\Current\Bin\Roslyn\Microsoft.Managed.Core.targets 191
I have ASP.NET Core Windows Worker Service in Visual Studio 2022. Whenever I build or run the application, I got this error:
I clean and rebuld, but the error remains.
ERROR:
Severity Code Description Project File Line Suppression State Error Could not find a part of the path ‘C:\MyApp\SchoolService.MySchoolProcessor\obj\Debug\net7.0\SchoolService.MySchoolProcessor.GeneratedMSBuildEditorConfig.editorconfig’. SchoolService.MySchoolProcessor C:\Program Files\Microsoft Visual Studio\2022\Enterprise\MSBuild\Current\Bin\Roslyn\Microsoft.Managed.Core.targets 191
This is
C:\Program Files\Microsoft Visual Studio\2022\Enterprise\MSBuild\Current\Bin\Roslyn\Microsoft.Managed.Core.targets 191
I clean and rebuild the application, the error still persists.
Kindly help resolve the error.