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
i get an exception
System.Net.WebE xception: The remote server returned an error(404) file not found
Can you give me some suggestions over it.
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
Code:
appupdater.CheckForUpdates()
System.Net.WebE xception: The remote server returned an error(404) file not found
Can you give me some suggestions over it.