Using iSpy FTP upload – Errors

Asked By 30 points N/A Posted on -
qa-featured

Hello there,

I am getting an error message when I am trying to drag an image control to a wpf form in Visual studio 2010. I do not understand why I am getting this error. I never experienced this kind of error on 2008 version. Is this a bug? Do I need to change any settings in the properties? Someone could help me to solve this error. Thanks for your help.

Upload Failed: Invalid URI: The Authority/Host could not be parsed.

SHARE
Answered By points N/A #188939

Using iSpy FTP upload – Errors

qa-featured

I’m confirm that this trouble arises when a UNC path to a network share is used. This problem doesn’t occur if replaced with a mapped drive letter even the code is present on the file sharing drive.

Hence, \serverfolderMY DOCUMENTS_DH_Temp fails but if you use “H:MY DOCUMENTS_DH_Temp” it’ll be OK where \serverfolder is mapped to H:

So you just have to work on a mapped drive, not the local drive.

Related Questions