How to add these references in VB.net?

Asked

Viewed 135 times

1

I’m not finding these references with the exclamation in Add Reference, does anyone know how to add?

inserir a descrição da imagem aqui inserir a descrição da imagem aqui

1 answer

2

Checks if you are using the same Framework of the version in which you added the references, example: If the reference System.IO for Framework 4.5 and you are in Framework 4, error will result.

Usually these Assembly is automatically added in Visual Studio 2008 up, but if you want to search manually, try these folders:

Para .NET Framework 4.0 pra cima:
C:\Program Files\Reference Assemblies\Microsoft\Framework\.NETFramework\(Versão do seu Framework)\

Para .NET Framework 3.0 ou 3.5:
C:\Program Files\Reference Assemblies\Microsoft\Framework\[v3.5 ou v3.0]\

If I don’t find them, checks where you downloaded them, and where they are, checks if they exist in place or if they are uncorrupted files, if it is, download again.

Browser other questions tagged

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