A
AndyNakamura
Guest
About a year ago I developed an application for zipping some directories
and files into a single file. The application referenced dotnetzip.dll
I added this exe to another project so it could be called with process.start and
everything seemed to work fine and I forgot about it.
However I just realised that it no longer works from the main application.
When I click a button to start it the UAC pops up saying do you want to run this application, click ok, then nothing.
There is no error message, just a brief showing of the hourglass.
So, I went back to the original exe and tried double clicking with the mouse. Again nothing.
The only way the exe works is if I click it in the degbug or release folder. As soon as I copy it to another location it
no longer works. I guess it needs some other files that are present in the debug or release folder.
I don't know if I'm going mad or if I changed something or something in windows has changed.
Anyone shed any light on this?
Continue reading...
and files into a single file. The application referenced dotnetzip.dll
I added this exe to another project so it could be called with process.start and
everything seemed to work fine and I forgot about it.
However I just realised that it no longer works from the main application.
When I click a button to start it the UAC pops up saying do you want to run this application, click ok, then nothing.
There is no error message, just a brief showing of the hourglass.
So, I went back to the original exe and tried double clicking with the mouse. Again nothing.
The only way the exe works is if I click it in the degbug or release folder. As soon as I copy it to another location it
no longer works. I guess it needs some other files that are present in the debug or release folder.
I don't know if I'm going mad or if I changed something or something in windows has changed.
Anyone shed any light on this?
Continue reading...