6
I’m trying to add a few DLL's
to my project at Visual Studio (Unconventionally).
What I mean is, within my project, but outside References !
According to the image below:
The reason you use Dlls this way is because Visual Studio doesn’t allow you to insert some DLLs
in References.
I know there is this way to insert the Dlls, as shown in the image, however, I do not know how to do this type of import.
- How to import Dlls this way?
Because it does not allow you to insert these dll’s?
– Artur Trapp
The message that VS gives is this: could not be Added. Please make sure that the file is accessible, and that it is a Valid Assembly or COM Component. There are 8 Dlls, however, VS only allows to import 2. I would have to import according to the image(That way I know it’s right)
– Mik3i4a5