I have thoroughly searched the entire access denied questions and did\'t find any question related to access to windows form on my own system all the questions are related t
Make sure to use a fully qualified name, including the file name for both the destination and the source. (e.g. C:\Source\file.ext, C:\Destination\file.ext)
Visual Studio should run with the same access rights as the folders you are trying to access. Trying to access something like "My documents" and other locations that you don't need elevated rights to access shouldn't require you to elevate Visual Studio.
You should not have to "acquire" or change the permissions on files and folders that you can normally access from the same user that you are running VS in.
LINK TO SOURCE: enter link description here