

- #Microsoft visual studio 2017 disable autocomplete install
- #Microsoft visual studio 2017 disable autocomplete for windows 10
- #Microsoft visual studio 2017 disable autocomplete code
you need to install “System.ValueTuple” for tuples. You will need to install the latest version of (version 2.0 or any upper version).Īfter installing your web app will compile successfully with language version C#7.0.īut still you may need some more Nuget packages depending on language features you are using e.g. Now you may be thinking, what is the solution? So the solution is very simple. When I am compiling a console application with language version C# 7 then it is being compiled successfully whereas the web app is giving compile time error.
#Microsoft visual studio 2017 disable autocomplete code
When you will compile the C# 7 code with this option then then you may get compilation error like:Įrror CS1617 Invalid option '7' for /langversion must be ISO-1, ISO-2, Default or an integer in range 1 to 6.īut this error is not with all type of application.

Select the project and right click on it to open the context menu and select “Properties”.

#Microsoft visual studio 2017 disable autocomplete for windows 10
Check the box for Windows 10 SDK, VC++ 2017 toolset (v141 tools) and the following Visual Studio C++. 5) Click on the Individual components tab. 4) This will bring up the 'Modifying' dialog box. 3) Click on the hamburger menu and choose Modify.
