I'm not finding these references with the exclamation in Add Reference, does anyone know how to add it?
I'm not finding these references with the exclamation in Add Reference, does anyone know how to add it?
Make sure you are using the same framework as the version where you added the references, for example: If the System.IO
reference is to Framework 4.5 and you are in a Framework 4,
Normally, these Assembly is automatically added in Visual Studio 2008 upwards, but if you want to search manually, try those
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 you do not find them, verify where you downloaded them, and where they are, check if they exist in the location, or if they are non-corrupted files, if it is, download again.
>