I recently happened to change the TargetFramework
of my application from .Net framework 4.5
to 4
. Then after resolving all the errors of unmatched version reference, I started facing new problem in VS IDE
which is the absence of VS intellisense and this is really annoying. I followed Link1, Answer and Link2 and also the Latest one from here etc., where various solutions have been stated but unfortunately none of them worked. Above all, the settings I had previously have been lost now and still the issue exists.
This issue of intellisense is only for RazorViews
where as other intellisenses works well and good. Can anyone tell me any workarounds for this or anything I haven't followed to correct this.. At last I will be having only one option.. Uninstall and install it again, which I want to avoid. Does changing the Target Framework
needs to change anything else too?
Below is my VS details:
Microsoft Visual Studio Professional 2015 Version 14.0.23107.0 D14REL
Microsoft .NET Framework Version 4.6.00079
Installed Version: Professional
Update:
Also when I hover on controller side MVC
method, its displaying information in some different characters, may be Chinese, not sure though. Attached an sample image below:
Is this all because of changing TargetFramework
?