Click here to Skip to main content
15,891,907 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
HI guys,

I'm trying to add System.Collection.Generic Namespace to my project, but the problem is that I can't find that in my reference manager. What can I do for that. How can I add this namespace

What I have tried:

I have tried searching the internet but their problem is resolved when they add the namespace using reference manager. But in my case I dont have this namespace in my reference manager
Posted
Updated 9-Mar-16 19:55pm
Comments
Maciej Los 10-Mar-16 1:54am    
In Solution Explorer, right-click the project node and click Add Reference.
In the Add Reference dialog box, select the tab indicating the type of component you want to reference.
[no name] 10-Mar-16 1:55am    
It comes by default because it is present in GAC path: "C:\Windows\Microsoft.NET\assembly\GAC_MSIL\System.Collections". If it is not there then add it(System.Collection.dll) manually in "C:\Windows\Microsoft.NET\Framework64\v4.0.30319"
Member 11220124 11-Mar-16 6:05am    
Thank you Manas_Kumar and Maiciej Los

1 solution

 
Share this answer
 
Comments
Member 11220124 11-Mar-16 6:06am    
Thanks Maiciej but the answer which helped me was Manus_Kumar's answer. It was come default. Thank again though

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900