Visual Studio 2015 not syntax highlighting razor nor Intellisense

I’ve found in this answer another way to fix it without the devenv.exe /ResetUserData Just delete the contents of this directory with Visual Studio closed: %LocalAppData%\Microsoft\VisualStudio\<visual_studio_version_number>\ComponentModelCache To find the version number of the Visual Studio edition your are running please refer this list. Note that only the major number is important, the minor version can … Read more

unresolved external symbol __imp__fprintf and __imp____iob_func, SDL2

I have finally figured out why this is happening ! In visual studio 2015, stdin, stderr, stdout are defined as follow : #define stdin (__acrt_iob_func(0)) #define stdout (__acrt_iob_func(1)) #define stderr (__acrt_iob_func(2)) But previously, they were defined as: #define stdin (&__iob_func()[0]) #define stdout (&__iob_func()[1]) #define stderr (&__iob_func()[2]) So now __iob_func is not defined anymore which leads … Read more

Is Xamarin free in Visual Studio 2015?

Updated March 31st, 2016: We have announced that Visual Studio now includes Xamarin at no extra cost, including Community Edition, which is free for individual developers, open source projects, academic research, education, and small professional teams. There is no size restriction on the Community Edition and offers the same features as the Pro & Enterprise … Read more

Visual Studio 2015 or 2017 shows IntelliSense errors but solution compiles

I had thousands of intellisense errors and 0 build errors. After deleting .suo file and restarting VS intellisense errors are gone. Suo file is located relatively to source in: .vs\SolutionName\v14\.suo According to comment: Beware that *.suo is a hidden file. Edit: According to comments, VS2017 has the same issue, so you can use similar solution: … Read more

How do I disable C# 6 Support in Visual Studio 2015?

You can set the language feature for each project separately by going to Properties => Build tab => Advanced button => Language Version and set your preferred version. You should realize that it will still use the new “C# 6.0” .Net Compiler Platform (codenamed Roslyn). However, that compiler will imitate the behavior of older compilers … Read more

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)