So, I'm working on a Xamarin project, and suddenly Visual Studio 2015 started to worry, it shows red line errors under each almost like this:
InitializeComponent();
a red line is highlighted on each page, the project is built and launched without errors, errors come from Intellisense, only I was looking for a solution on the network. Many posts talked about this problem, but I did not have a working solution.
so here is what i tried:
1) delete the .suo file
2) deleting the xamarin temp folder (and in the end I deleted everything in the temp folder)
3) Build / Clean - Build / Rebuild
4) tried to find the Intellisense sdf file but could not find it
5) many spoke about problems with change, but I donβt have it.
6) the project is not on git, so this is also not a problem
7) tried to remove / bin and / obj also without luck
I'm crazy about this, can someone help with this?
source share