Skip to main content
The tag [asp.net-mvc] doesn't add much to the already included [asp.net] tag, whereas the [visual-studio] tag is more valuable, I think. Also replaced the broken link.
Source Link
Henke
  • 5.9k
  • 6
  • 41
  • 54

I am trying to run Aspan ASP.netNET MVC (model-view-controller) project retrieved from TFS (Team Foundation Server) source control. I have added all assembly references and I am able to build and compile successfully without any error or warning.

But I get the following error in the browser:

Could not find a part of the path 'C:\B8akWorkspace\B8akProject\B8akSolution\B8AK.Portal\bin\roslyn\csc.exe'.

Here is a full screenshot of the error page.

enter image description here

After few days of research, I understood that RoslynRoslyn is a .NetNET compiler platform that offers advanceadvanced compiling features. However, I do not understand why my build is trying to find \bin\roslyn\csc.exe because I did not configure anything related to Roslyn nor. Nor did I intend to use Roslyn in my project.

I am trying to run Asp.net MVC project retrieved from TFS source control. I have added all assembly references and I am able to build and compile successfully without any error or warning.

But I get the following error in the browser:

Could not find a part of the path 'C:\B8akWorkspace\B8akProject\B8akSolution\B8AK.Portal\bin\roslyn\csc.exe'.

Here is a full screenshot of the error page.

enter image description here

After few days of research, I understood that Roslyn is .Net compiler platform that offers advance compiling features. However, I do not understand why my build is trying to find \bin\roslyn\csc.exe because I did not configure anything related to Roslyn nor I intend to use Roslyn in my project.

I am trying to run an ASP.NET MVC (model-view-controller) project retrieved from TFS (Team Foundation Server) source control. I have added all assembly references and I am able to build and compile successfully without any error or warning.

But I get the following error in the browser:

Could not find a part of the path 'C:\B8akWorkspace\B8akProject\B8akSolution\B8AK.Portal\bin\roslyn\csc.exe'.

Here is a full screenshot of the error page.

enter image description here

After few days of research, I understood that Roslyn is a .NET compiler platform that offers advanced compiling features. However, I do not understand why my build is trying to find \bin\roslyn\csc.exe because I did not configure anything related to Roslyn. Nor did I intend to use Roslyn in my project.

This edit aims at making the post easier to find. - The inclusion of the 182 posts received from <http://stackoverflow.com/search?q="Could+not+find"+[.net-core*]> could be filtered out by adding [.net-framework] to search query: <http://stackoverflow.com/search?q="Could+not+find"+[.net-framework]>.
Link
Rollback to Revision 2
Link
Draken
  • 3.2k
  • 14
  • 38
  • 56
Question Protected by Ramesh Rajendran
spelling
Source Link
Cœur
  • 39k
  • 25
  • 207
  • 282
Loading
Source Link
Eyad
  • 14.4k
  • 6
  • 29
  • 43
Loading