Hello!! I am new to the programming world. I am getting to know c# and the environment Visual Design 2005.
I am working on a program which is dependant on external libraries. These libraries are dll files. I created a setup in the project whichh recognises some dll files and others not. Why does my setup rcognise certain dll files and others not? What can I do that my setup recognises all dll files?
This ist he warning which appeared as I created the setup> „The following files may have dependencies that cannot be determined automatically. Please confirm that all dependencies have been added to the project.
Thank you in advance for your comments.
Suchit KhannaPosted May 26, 2009, 4:21 AM
If your dll's are .NET dll's then whenever you are adding reference to them in your project it is added as a dependency automatically but if they are other dll's you have to manually add them as project dependency, you could check it by right clicking the project in solution explorer--> Project Dependency, see if all the dependent dll's are their.