Comments
1 comment
-
Hi.
System.Collections.Generic.List is defined in mscorlib. The easiest way to find it is to use the Type Search - hit F3 and type List<T> into the text area.
I assume your version of vs08 isn't the express version?
Can you have a look in the registry under HKEY_LOCAL_MACHINE\Software\Microsoft\VisualStudio\9.0 and check for an ApplicationId key,
HKEY_LOCAL_MACHINE\Software\Wow6432Node\Microsoft\VisualStudio\9.0 and check for an ApplicationId key,
and then under HKEY_CURRENT_USER\Software\Microsoft\VisualStudio\9.0 and check for a VisualStudioLocation key?
Thanks
Add comment
Please sign in to leave a comment.
I am using the latest Reflector version 6.
I tried to see the implementation of system.core.dll, however, I cannot find implementation for system.collections.generic.LIST there....
Also I have both vs05 and vs08 installed, but Reflector tells me vs08 is not installed and cannot integrate it to vs08......
Can anyone help me? Thank alot