I'm somewhat new to .net programming but I have an ok background in development. I'm just trying to write a simple vb.net app that can make system calls but I get this . . .
System.Security.SecurityException was unhandled
GrantedSet="<PermissionSet class="System.Security.PermissionSet" version="1">
I have no idea how to give my app Admin rights . . . when it runs it will run as Admin . . . here is what I'm trying to do . . .
Shell("cmd /c copy " + file1 + "/* " + file2, vbHide)
Also I get the same thing using FolderBrowserDialogs that are outside of the current working directory . . . any help would be awesome!