Is anyone able to successfully load symbols for the 4.0 version of System.Web in Visual Studio 2010? I have seen many tutorials on this but am not able to find symbols that will work. The symbols from the Microsoft symbol servers do not work and are stripped down (very small size). The symbols I get from http://referencesource.microsoft.com/netframework.aspx seem to be the right size but do not seem to match.
Asked
Active
Viewed 271 times
1 Answers
1
Make sure you have the Full version of .Net Framework installed on your machine, and not just the client profile.
Application developers who require features that are not included in the Client Profile should target the full .NET Framework 4 instead of the Client profile.

Jakub Kaleta
- 1,740
- 1
- 18
- 25
-
I have the full version installed. – Joe Cartano Dec 13 '11 at 17:47