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.