Publish Visual basic error

Asked

Viewed 121 times

2

Good evening friends. I am having a hard time compiling my project. It presents this error. What can be? erro

  • Have you tried starting Visual Studio as Administrator? You have the privileges to access the C folder:\ ?

1 answer

1


Your mistake:

Failed to copy file 'C: Users Rodrigo Desktop package package program bin Debug app.Publish setup.exe' to 'C:/setup.exe'. Unable to add 'setup.exe' to Web site. Unable to add file 'setup.exe'. Access denied.

He’s trying to put the setup.exe in the root folder (C:\). Windows does not allow this type of thing without administrator permission (and even if it did, it would be a bad idea, no wonder it does not allow). Because of this the result is "Access denied".

You have to configure in the field "Publishing Folder Location (ftp server or file path):" that is there on your screen for a folder that is suitable to put your compiled files.

  • 1

    Friendly ball show without words (y)

Browser other questions tagged

You are not signed in. Login or sign up in order to post.