I need to access the raw .NET framework libraries ( such as System ) and etc. All of the libraries that are required by .NET programs to run. Is there a specific place on my harddrive that I can find them all?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
The .NET 3.0 extra assemblies are in various places under C:\Windows\Microsoft.NET, just look around for them.
I would also wonder why you would want to directly access these assemblies. The only real use I can think of is using the runtime compiler to load specific assemblies manually, but you can usually just specify the assembly filename because they are almost all in the GAC.