PDA

View Full Version : Failed To Extract File From Archive


Jason Pate
07-18-2007, 05:54 PM
Everything was working fine yesterday I was going to test some code changed so I did a new build now I keep getting this F"ailed To Extract File From Archive". Anyone else run into this???

Jason Pate
07-18-2007, 06:13 PM
After hours of banging my head on the wall I nailed this one not long after my post. If you are patching to files that dont exist AKA a bad path (not all my files are in appfolder) you will get the "Failed To Extract File From Archive" error.

sretzer
10-26-2007, 02:10 PM
So what did you do to over come the problem? I'm using a trail edition to see if we want to move to this app... and am getting the same thing.s:eek:

Jason Pate
10-26-2007, 04:33 PM
I was getting the error because the file I was trying to patch was soppose to be lets say on "\\server\share\application\files\mydll.dll" and the the patcher could not reach the path maybe the folder was missing or whatever. I would do a dialog.message box to see what path you are trying to reach, and see if you can get to that path.