The referenced component "System.Core" was not found?

Asked

Viewed 613 times

0

2 answers

2


The library System.Core is not referenced in your project, you should try one of the below attempts, all are on the project properties page (as I go there?)

inserir a descrição da imagem aqui

Method 1

Let’s change the Framework Target of your project, go to the guide Application and change what is on Target Framework to the greatest:

inserir a descrição da imagem aqui

Method 2

Manually reference the library System Core. in your project. Go to the guide References and click the button Add. inserir a descrição da imagem aqui

Select on the tab Assemblies > Framework the options System and System Core. and then click on OK.

inserir a descrição da imagem aqui

Method 3

Remove the Assembly System.Core and try to run your project without her.

inserir a descrição da imagem aqui

  • 1

    Thanks worked method 1 :)

-2

Unfortunately there is no solution, namespace System.Core is only available from the version 3.5 framework, either you upgrade to version 3.5 or you will have to provide other means of doing what you intended.

  • Can I know the reason for the negativities? since I am sure that my information precedes.

Browser other questions tagged

You are not signed in. Login or sign up in order to post.