Click here to Skip to main content
15,914,642 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hi
Can anyone to help me to download "System.Core.dll".
Posted

1 solution

System.Core is part of the .Net Framework. You just add it to the project references.
 
Share this answer
 
Comments
sencsk 2-Apr-11 11:09am    
Thank u.. but i found another one error Error
"The type or namespace name 'Linq' does not exist in the namespace 'System.Xml' (are you missing an assembly reference?) C:\Documents and Settings\Admin\My Documents\Visual Studio 2005\WebSites\Video\PlayVideo.aspx.cs" Plz help me...
Wendelius 2-Apr-11 11:13am    
So in this case you have to add the reference to System.Xml.Linq assembly the same way as you added System.Core. When using classes, press F1 to open the help. In each classes documentation there's the namespace and the assembly mentioned (at the class level documentation). From this you can always see what references you need.
sencsk 7-Apr-11 1:12am    
Thank u.... I got a solution.
sencsk 7-Apr-11 1:11am    
Thank u.... I got a solution.
Wendelius 7-Apr-11 13:04pm    
You're welcome :)

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