Appupdater problem
-
Hello, m working on C#.net windows application. for version updation i use appupdater dll where in i use virtual directory to update. When i call
appupdater.CheckForUpdates()
i get an exception
System.Net.WebException: The remote server returned an error(404) file not found
Can you give me some suggestions over it.
-
Hello, m working on C#.net windows application. for version updation i use appupdater dll where in i use virtual directory to update. When i call
appupdater.CheckForUpdates()
i get an exception
System.Net.WebException: The remote server returned an error(404) file not found
Can you give me some suggestions over it.
I assume an appupdater checks a given URL for an update. What's the URL ? Sounds like it doesn't exist
Christian Graus Please read this if you don't understand the answer I've given you. If you're still stuck, ask me for more information.
-
I assume an appupdater checks a given URL for an update. What's the URL ? Sounds like it doesn't exist
Christian Graus Please read this if you don't understand the answer I've given you. If you're still stuck, ask me for more information.
I have checked n debugged with the URL it exixts and i get it properly.