.net - Visual Studio 2012 - Intellisense shows but no summary description -
In the image, the top is what I see when using the target frame v3.5.
However, if I switch to any other framework, for example V3.5 client profiles, then details are available again.
I got the problem mscorlib. Dll is different in the context. I right-click on When I use v3.5, then it is When I use the v3.5 client profile (or some other, like v4.0, v4.5), it reference from Can anyone please confirm whether they use the target frame v3.5 and go to the definition on the string, the path of mscorlib.dll What is it? string
and then go to definition F12
C Refers to: \ Windows
, and there is no comment or statement involved in DL, which makes sense why intellisense does not display any.
#region assembly mscorlib.dll, v2.0.0 .0 // C: \ Windows \ Microsoft.NET \ Framework \ v2.0.50727 \ mscorlib.dll #endregion
C: \ Program Files (x86) \
More details begin to work again (even without reviving the Visual Studio)
#region assembly mscorlib.dll, v2.0.0.0 // c: \ program files (x86) \ reference assemblies \ Microsoft \ framework \ .NETFramework \ v3.5 \ profile \ Customer \ mscorlib.dll #endregion
I was able to fix my problem, the last step I decided before, Had to go to the control room - & gt; Program - & gt; Program & amp; Click Attributes , then Microsoft .NET Framework 4.5 Multi-Targeting Pack
and click on Repair
(after clicking on it in the table header
The strange thing is that it still refers to the same DLL as the first when the comment was not visible: C: \ Windows \ Microsoft.NET \ Framework \ V2.0.50727 \ mscorlib.dll
has not changed the date ticket on DLL.
I tried some other things that could probably contribute:
Control Panel -> Programs - & gt; Turn on or turn off the features of Windows
I unchecked, click on OK
, and then rebooted, then pressed again.
I downloaded the dotnetfx35setup.exe
from Microsoft.
I tried copying the files: C: \ Program Files (x86) \ Reference Assemblies \ Microsoft \ Framework \ v3.5 \
to: <: code> C: \ Program Files (x86) \ Reference Assemblies \ Microsoft \ Framework \ .NETFramework \ v3.5 \
However, this only a Participant was complaining about DLL's T and the Visual Studio Core DLL at one time. Also, if I ignore this step, and reference - & gt; Add Reference ...
Then the Visual Studio window will show, but the table, which lists the commonly available DLL, says that 'no framework assembly was found on the machine'.
I also tried to repair the Visual Studio installation it took a long time and the problem was not fixed.
There is another problem here that talks about copying files:
Comments
Post a Comment