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 !!
Re: wierd problem... VISTA - virtualization problem...
Are you able to create a file in the same location using the shell ( explorer ) ? If that is the case, it would narrow down to a MSXML thing. Else I would rule that out.
Re: wierd problem... VISTA - virtualization problem...
Originally Posted by kirants
Are you able to create a file in the same location using the shell ( explorer ) ? If that is the case, it would narrow down to a MSXML thing. Else I would rule that out.
Yes. From windows explorer i am able to create files & save.
C++ program ran... C++ program crashed... C++ programmer quit !!
* The Best Reasons to Target Windows 8
Learn some of the best reasons why you should seriously consider bringing your Android mobile development expertise to bear on the Windows 8 platform.