Linked Questions

23 votes
1 answer
43k views

In Visual Studio 2017, when hitting Ctrl+F5 to run my ASP.NET Framework Web API server, I get: Could not find file ... bin\roslyn\csc.exe: Running Update-Package Microsoft.CodeDom.Providers....
Henke's user avatar
  • 5,907
593 votes
9 answers
125k views

I want an msbuild task to compile the views so I can see if there are compile time errors at well... compile time. Any ideas?
John Oxley's user avatar
326 votes
7 answers
92k views

What is the difference between just a Rebuild and doing a Clean + Build in Visual Studio 2008? Is Clean + Build different then doing Clean + Rebuild?
Jim McKeeth's user avatar
  • 38.8k
67 votes
18 answers
216k views

I just upgraded packages in an MVC 3 project (ASP.net 4), and now I am getting the following error message when accessing a page in that project: Server Error in '/MyApplication' Application. ...
Jean-François Beauchamp's user avatar
155 votes
2 answers
82k views

Visual Studio 2017 (15.x) supports C# 7, but what about Visual Studio 2015 (14.x)? How can I use C# 7 with it?
Luis Teijon's user avatar
  • 4,929
61 votes
6 answers
33k views

I just started working on my old solution in Visual Studio 2017. Just opening the solution in the old IDE worked seamlessly. The c# application projects now default to the c# 7.0 compiler. The ...
davidthegrey's user avatar
  • 1,493
36 votes
7 answers
51k views

This one seems to be originated after upgrading from vs2015 to vs2017. The error is Compiler Error Message: The compiler failed with error code -532462766. Some notes.. It works great on ...
OrElse's user avatar
  • 10.1k
29 votes
8 answers
100k views

I have an application built on ASP.NET web forms which also supports MVC 5. I included MVC 5 API controllers in my project for which I had to upgrade Json from version 4.5 to 7.0. After making those ...
Ahmed Mujtaba's user avatar
12 votes
6 answers
16k views

When I run my application on VS2015 I get a window saying that csc.exe has stopped working like below: After I click to close the program I get another error in the browser saying: Server Error in '/'...
Ervis Trupja's user avatar
  • 2,830
13 votes
2 answers
10k views

I'm using this code in order to check queryable value: visitor.Queryable = queryable ?? throw new Exception("error message"); I'm getting a compilation error: error CS1525: Invalid expression term '...
Jordi's user avatar
  • 23.6k
13 votes
3 answers
6k views

I have a .NET MVC project that I'm trying to deploy using Jenkins. I had been letting Jenkins run msbuild, then copying the resulting files out using RoboCopy. I wanted to switch to just use a ...
jonnybot's user avatar
  • 2,453
4 votes
2 answers
9k views

I recently added the new .NET compiler NuGet packages (Microsoft.CodeDom.Providers.DotNetCompilerPlatfor) to an existing older MVC.NET website. Now when trying to publish the website I get the ...
Schoof's user avatar
  • 2,875
6 votes
4 answers
4k views

When I update my dotNet MVC project to use v1.0.6 of Microsoft.CodeDom.Providers.DotNetCompilerPlatform I get deployment issues in that the roslyn directory is no longer placed under the bin directory ...
TheDestinyGroup's user avatar
1 vote
3 answers
17k views

My .net application is running well in my local machine. I am using Visual Studio 2015. When I publish the website and upload it to the server space, I am getting the following error. I can't ...
Partha's user avatar
  • 479
2 votes
2 answers
19k views

I am trying to build my project by referencing private project using VS2012, it builds successfully on local machine, but I am trying to use Visual Studio Team Services (previously Visual Studio ...
user2996084's user avatar

15 30 50 per page