Also note that you can have the users add your host/server(s) to their "trusted sites" zone. Control Panel->Security Center, click Internet Options, Security tab, Trusted sites, click the Add button
Main Topics
Browse All TopicsHi,
"Windows has blocked access to these files to help to protect your computer" ... but I don't want to be protected!!!
I have written a compression/decompression (zip/unzip) program to deliver highly sized reports in text format to some of our sales offices -> the process is completely automated and starts with a SQL Server Agent Job -> some stored procedures query for data -> export it into TXT files -> when finished some module cares for file compression to ZIP format -> when finished another module attaches the ZIP file to an email -> last step is that emails are send ... all working fine, all perfect ... just ... when anyone on a Windows 2003 Server system tries to open the ZIP with the standard "Compressed Folder" utility it looks empty (still having the expected size) ... telling the utility to "Extract All", that anoying message pops up ... instead, opening it with WinRAR (for example) works fine ...
What can I do about this (at file creation!!!) -> I have to deliver it in basic ZIP format as there is no tool to deliver with the zipped reports -> it has to be opened also with the "Windows Compressed Files" utility ...
Best regards,
Raisor
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
Um, after some googling, it appears other people are having the same problem and
There is NO "Unblock" option in the file properties. From this message at the microsoft forums, dated today
http://forums.microsoft.co
" I actually have someone at Microsoft working on the issue. I was able to get the attention of someone in development there who was able to recreate the issue and they are now working on it.
I haven't gotten a status report in a few days, so maybe I'll email them today and see whats up...
I'll keep you posted though..."
I think we need to keep an eye on that URL for the solution. I'll let you know what I find.
I have been able to reproduce the problem with a file provided by "stewart05" in the previously linked MSDN forum thread. I've also queried for help in the SharpZipLib forums ( http://community.sharpdeve
Am I correct in assuming that your program is using the SharpZipLib compression library?
Anyway, I hope that we can get some answers, either from Microsoft or the SharpDevelopment folks fairly soon.
Raisor, if this problem/question is important to you, you may wish to review my last message. Every other report I found that had enough supporting info seemed to indicate the trigger for this behavior by Windows is creating a zip with SharpZipLib and using the full file path, rather than relative.
Please respond.
Bah. The answer (assuming you're using SharpZipLib) was staring me in the face at this link:
http://community.sharpdeve
In my opinion, SharpZipLib shouldn't allow you to programatically create an invalid filename/path, but if follow the code and its subsequent fix (in the link above), you should be OK.
Hi,
Sorry for not answering to all your suggestions ... but it appeared that I wasn't online for about 10 days!
http://community.sharpdeve
Thanks a lot for your help and for the huge investigation you've done!
Best regards,
Raisor
Business Accounts
Answer for Membership
by: RatOmeterPosted on 2006-02-10 at 07:11:29ID: 15923146
It is the Windows Attachment Manager that's prevent the files to be opened.
om/default .aspx?scid =kb;en- us; 883260
Read more here: http://support.microsoft.c
In short, to "unblock" the file, Microsoft says to:
1. Right-click the blocked file, and then click Properties.
2. In the General tab, click Unblock.