B
Bruce W. Darby
My application, prior to building it into an .exe, was working as it should.
As soon as I performed the build and attempted to run the application
outside the IDE, I got an error message stating DirectoryNotFoundException
unhandled. It then gives me the directory that it cannot find and I know why
it can't find it... It doesn't exist! What the program is now doing is
concatenating the projects directory with the filename of the folder that is
being compressed. But when I look at the variables in my program, they all
have to correct assignments. Now, if I attempt to run the program in the
IDE, it no longer runs as it should and I receive the same Directory error.
I've added a .dll to assist in the compression and when this is called is
where the operation hits the fan. I'm thinking I may not have added it to
the project correctly, but in all of my searching for answers I've been
unable to find anything that would indicate I've made a mistake. Any
suggestions out there, oh wise ones?
Bruce
As soon as I performed the build and attempted to run the application
outside the IDE, I got an error message stating DirectoryNotFoundException
unhandled. It then gives me the directory that it cannot find and I know why
it can't find it... It doesn't exist! What the program is now doing is
concatenating the projects directory with the filename of the folder that is
being compressed. But when I look at the variables in my program, they all
have to correct assignments. Now, if I attempt to run the program in the
IDE, it no longer runs as it should and I receive the same Directory error.
I've added a .dll to assist in the compression and when this is called is
where the operation hits the fan. I'm thinking I may not have added it to
the project correctly, but in all of my searching for answers I've been
unable to find anything that would indicate I've made a mistake. Any
suggestions out there, oh wise ones?
Bruce