The referenced component "System.Core" could not be found?
I'm having this error how can I resolve it?
The referenced component "System.Core" could not be found?
I'm having this error how can I resolve it?
The library System.Core
is not referenced in your project, you might try one of the attempts below, all are in the project properties page (how do I go there?)
Let'schangetheFrameworkTargetofyourproject,gototheApplicationtabandchangewhatisinTargetFramework
tothelargest
ManuallyreferencetheSystem.Corelibraryinyourproject.GototheReferencestabandclicktheAddbutton.
SelectontheAssemblies>FrameworkandSystem.CoreoptionsandthenclickOK.
Method3
RemovetheassemblySystem.Core
andtryrunningyourprojectwithoutit.
Unfortunately there is no solution, the System.Core
namespace is only available from the 3.5
version of the framework, or you upgrade to version 3.5 or you will have to provide other means to do what you intended.