我已经阅读了很多关于此的内容,几个小时后我仍然无法修复它。这是重要的代码片段:
void CopiarMover(string file)
{
File.Copy(@"C:\\Users\\Daniel\\Documents", "../../contenidos/" + file);
}
我已经将我的应用清单配置为:
<requestedExecutionLevel level="highestAvailable" uiAccess="false" />
它不断返回错误(权限被拒绝)。我用的是Win7。有想法该怎么解决这个吗?