Я продолжаю получать эту ошибку.
Invalid URI: The format of the URI could not be determined.
код, который у меня есть:
Uri uri = new Uri(slct.Text);
if (DeleteFileOnServer(uri))
{
nn.BalloonTipText = slct.Text + " has been deleted.";
nn.ShowBalloonTip(30);
}
EDIT: содержимое в slct.Text ftp.jt-software.net/style.css
.
Что дает? Как этот недопустимый формат URI? Это простой текст.