CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 5 of 5

Threaded View

  1. #1
    Join Date
    Sep 2004
    Location
    A Planet Called Earth... :-)
    Posts
    835

    wierd problem... VISTA - virtualization problem...

    I am totally perplexed with this....

    I am tryin to save a file (XML), using a certain save method from MSXML2::IXMLDOMDocument2.

    It has worked well so far.(XP, Win2000, server,.....Vista too with Virtualization on)
    Now in vista, with virtualization disabled, I am unable to save the same absolutely anywhere... except C:\Users\<User_Name>. This is the only location I am able to save the file.
    I can't save the same under C drive... nor in another partion - D drive.... WOW....

    I need to save the same under <%ALLUSERSPROFILE%> (Program Data in case of Vista).
    (The version of msxml I am using is msxml2.dll)

    any help would be great


    EDIT:
    Forgot to mention earlier.... the error code returned is... E_ACCESSDENIED (even while trying to create a new file).
    Just a thought... Do I need to use a different version of msxml for vista??
    Last edited by Vedam Shashank; September 26th, 2006 at 12:28 AM.
    C++ program ran... C++ program crashed... C++ programmer quit !!

    Regards

    Shaq

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured