Moin Moin, Bekomm es einfach nicht hin ...
2x Versucht, beides Funktioniert nicht ....
Code 1 :
private void Login_Load(object sender, EventArgs e)
{
string UpdateV = "0.7";
string UpdateServerV = "ftp://a1343094@server19.000webhost.com/update.html";
string ToollinkV = "https://www.dropbox.com/s/kdk74bhl1l38ok9/Arrow_Modz_BetaupdateDEKL.rar";
updater(UpdateV, UpdateServerV, ToollinkV);
}
public void updater(string Update, string ServerVersion, string ToolLink)
{
WebClient wc = new WebClient();
try
{
string UI = wc.DownloadString(ServerVersion);
{
string UpdateV = "0.7";
string UpdateServerV = "ftp://a1343094@server19.000webhost.com/update.html";
string ToollinkV = "https://www.dropbox.com/s/kdk74bhl1l38ok9/Arrow_Modz_BetaupdateDEKL.rar";
updater(UpdateV, UpdateServerV, ToollinkV);
}
public void updater(string Update, string ServerVersion, string ToolLink)
{
WebClient wc = new WebClient();
try
{
string UI = wc.DownloadString(ServerVersion);
if (UI.Contains(Update))
{
{
}
else
{
if (MessageBox.Show("An update is available, would you like to update to version " + UI + "?", "New Version Available!", MessageBoxButtons.YesNo, MessageBoxIcon.Information) == DialogResult.Yes)
{
System.Diagnostics.Process.Start((ToolLink));
}
}
}
catch
{
else
{
if (MessageBox.Show("An update is available, would you like to update to version " + UI + "?", "New Version Available!", MessageBoxButtons.YesNo, MessageBoxIcon.Information) == DialogResult.Yes)
{
System.Diagnostics.Process.Start((ToolLink));
}
}
}
catch
{
}
}
}
Fehler Code 1 :
Fehler 1 Der Typ- oder Namespacename "WebClient" konnte nicht gefunden werden. (Fehlt eine Using-Direktive oder ein Assemblyverweis?) c:\users\domin_000\desktop\mein tool\boss\boss\login.cs 34 13 12tool
Fehler 2 Der Typ- oder Namespacename "WebClient" konnte nicht gefunden werden. (Fehlt eine Using-Direktive oder ein Assemblyverweis?) c:\users\domin_000\desktop\mein tool\boss\boss\login.cs 34 32 12tool
Fehler 2 Der Typ- oder Namespacename "WebClient" konnte nicht gefunden werden. (Fehlt eine Using-Direktive oder ein Assemblyverweis?) c:\users\domin_000\desktop\mein tool\boss\boss\login.cs 34 32 12tool
Code 2 :
private void Login_Load(object sender, EventArgs e)
{
string UpdateV = "0.7";
string UpdateServerV = "ftp://a1343094@server19.000webhost.com/update.html";
string ToollinkV = "https://www.dropbox.com/s/kdk74bhl1l38ok9/Arrow_Modz_BetaupdateDEKL.rar";
updater(UpdateV, UpdateServerV, ToollinkV);
}
public void updater(string Update, string ServerVersion, string ToolLink)
{
WebBrowser wc = new WebBrowser();
try
{
string UI = wc.FileDownload(ServerVersion);
{
string UpdateV = "0.7";
string UpdateServerV = "ftp://a1343094@server19.000webhost.com/update.html";
string ToollinkV = "https://www.dropbox.com/s/kdk74bhl1l38ok9/Arrow_Modz_BetaupdateDEKL.rar";
updater(UpdateV, UpdateServerV, ToollinkV);
}
public void updater(string Update, string ServerVersion, string ToolLink)
{
WebBrowser wc = new WebBrowser();
try
{
string UI = wc.FileDownload(ServerVersion);
if (UI.Contains(Update))
{
{
}
else
{
if (MessageBox.Show("An update is available, would you like to update to version " + UI + "?", "New Version Available!", MessageBoxButtons.YesNo, MessageBoxIcon.Information) == DialogResult.Yes)
{
System.Diagnostics.Process.Start((ToolLink));
}
}
}
catch
{
else
{
if (MessageBox.Show("An update is available, would you like to update to version " + UI + "?", "New Version Available!", MessageBoxButtons.YesNo, MessageBoxIcon.Information) == DialogResult.Yes)
{
System.Diagnostics.Process.Start((ToolLink));
}
}
}
catch
{
}
}
}
Fehler Code 2 :
Fehler 1 Das Ereignis "System.Windows.Forms.WebBrowser.FileDownload" kann nur links von += oder -= verwendet werden. c:\users\domin_000\desktop\mein tool\boss\boss\login.cs 37 32 12tool
Hoffe mir kann jemand weiterhelfen...
MfG