Hi,
I have a VS 2005 C# project to which I have added a folder. Into this
folder are various resources that are used within the program.
I have the line ItemsPath = Application.Sta rtupPath + "\\Resources\\" ;
in my code and whilst in the IDE everything works fine. When I come to
install the published version of the program, an exception is raised
that indicates that the file within the folder could not be found.
Can someone please tell me what am I doing wrong?
Thank You,
Al
I have a VS 2005 C# project to which I have added a folder. Into this
folder are various resources that are used within the program.
I have the line ItemsPath = Application.Sta rtupPath + "\\Resources\\" ;
in my code and whilst in the IDE everything works fine. When I come to
install the published version of the program, an exception is raised
that indicates that the file within the folder could not be found.
Can someone please tell me what am I doing wrong?
Thank You,
Al
Comment