Click here to Skip to main content
15,892,927 members
Please Sign up or sign in to vote.
3.00/5 (2 votes)
See more:
We have .Net 4.0 code that is using Shell32 to unzip files. There is nothing wrong with the unzip code, since it has been working without issue for a few years now.

We recently sent out a software update and now, at a few of our sites, the unzip is not returning a response. The file is downloaded, unzip is called and then all logging stops. It is behaving like it is waiting for a lock to be released on some thread.

I haven't isolated anything that is different between the sights were it works and the ones were it is not working.

Any ideas would be greatly appreciated.

Thanks,

What I have tried:

1. Tried to reproduce in our lab - works as expected.
2. Wrote a test app to try different methods of reproducing - still working as expected
3. Tried examining the code for recent defect fixes - This should be the cause, but none of those changes were related to, or near, the call to unzip.
Before you ask,
No we cannot use .Net 4.5, because it is not supported on Windows Server 2003.
No we cannot use a 3rd party library, because this code was working until now.
Posted
Updated 3-Jul-18 9:03am

1 solution

 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900