2

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.

Sample Image

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:

enter image description here

Is this all because of changing TargetFramework?

Community
  • 1
  • 1
Guruprasad J Rao
  • 29,410
  • 14
  • 101
  • 200
  • 1
    Check the web.config file under the Views directory to ensure they reference the correct assembly versions, but based on your update I'm not sure that's the problem – Moho Oct 28 '15 at 18:43
  • Alright.. Let me verify that too.. But I doubt, if it was that then it should have given me complie time error, saying versions mismatch, and I have already solved this @Moho.. – Guruprasad J Rao Oct 28 '15 at 18:49

0 Answers0