In my C# windows forms application, I have an image that I used some where as part of requirement and I stored it in a folder named Images with in my solution.
But when I deployed it and installed the application on a user machine it threw me an error specified file not found
I used my image as follows
indexWorkSheet.Shapes.AddPicture(@"C:\Atlas Applications\AtlasPetroleumIndex\CLPetroleumIndex\Images\logo.jpg", MsoTriState.msoFalse, MsoTriState.msoCTrue, 155, 20, 180, 65).LockAspectRatio = MsoTriState.msoCTrue;