Outlook vs. XSL - Access denied error

  • Thread starter Thread starter Pascal
  • Start date Start date
P

Pascal

Hi,

I have XML file and style sheet processing instruction
referring XSL on a network disk. I have XML file as
attachment in MS Outlook. When I try to open it I
get "Access denied" error from IE (6.0). But when I save
file into directory and open it everything is ok. Even
when I navigate to MS Outlook temporary directory and try
to open it I get error. When I move file to
different directory it works again. What's the problem?

Thank's
 
Does your style sheet require read/write access to the attachment?
Attachments opened within Outlook or in the temp folder are read-only.
 
The style sheet doesn't require write access to the
attachment. How do I specify this?

Note: The access denied message is for the style sheet. I
have all rights on this file.

Thanks
 
You don't specify it, all attachments opened that way are read-only. It
looks like you will have to save the attachment to the file system and open
it from there. You can use the Windows Scripting functions for that.
 
Back
Top