vista and xp
-
I have created C# application, which creates a image file on Desktop. It works fine on XP and Vista (admin account) but it fails to create image file on Desktop in Vista (standard account). Whether i have to include manifest file to the application to work properly? If i add manifest, will it work on XP without any problems? Sorry if it is lame question. Thanks in advance.
-
I have created C# application, which creates a image file on Desktop. It works fine on XP and Vista (admin account) but it fails to create image file on Desktop in Vista (standard account). Whether i have to include manifest file to the application to work properly? If i add manifest, will it work on XP without any problems? Sorry if it is lame question. Thanks in advance.
A manifest file should work, and it shouldn't have any adverse effects on XP. Vista blocks or redirects accesses to files in certain places, two of them being the root installation drive (for Windows) and the Desktop. If you can, then avoid the whole issue by saving the image file somewhere else, like Documents