I have a C# project that uses images for logo, and other purposes. The files are on my local system and when I create a set up project and run on a client machine, I get an errr that says "System.ArgumentException: Parameter is not valid. at System.Drawing.Bitmap..ctor(String filename)"
If I have to distribute the image along with the project, how do I specify the path to it ?
Thanks