Link to home
Start Free TrialLog in
Avatar of Murray Brown
Murray BrownFlag for United Kingdom of Great Britain and Northern Ireland

asked on

VB.net The remote name could not be resolved

Hi
I am trying to download a file from my web folder using the following code but get the error
"remote name could not be resolved 'www.excel-automator.com'"

 Dim xInstall_FilePath As String = AUTOMATOR_PATH & "\xInstalls\AutomatorTest.zip"
 My.Computer.Network.DownloadFile("http://www.excel-automator.com/wwwroot/Automator Installs.zip", xInstall_FilePath)
ASKER CERTIFIED SOLUTION
Avatar of Lokesh B R
Lokesh B R
Flag of India image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Murray Brown

ASKER

thanks. it doesn't