Behzad Khosravifar
Behzad Khosravifar
No, my update manager codes: ```csharp Manager = new Onova.UpdateManager( new WebPackageResolver(AppSetting.BaseUrls.PackagesManifest), new ZipPackageExtractor()); ```
I tested that but can't update my app!
I tested the below code: ``` Manager = new Onova.UpdateManager( AssemblyMetadata.FromAssembly( Assembly.GetEntryAssembly(), System.Diagnostics.Process.GetCurrentProcess().MainModule.FileName), new WebPackageResolver(AppSetting.BaseUrls.PackagesManifest), new ZipPackageExtractor()); ``` But I don't know why updater can't change anything!
Sorry, I tested it on my main app that didn't work. Now I have made a small version of it so that I can send it to you instead of...
Hi @dongzhaosheng73 The Downloader at this point does not support your need. You can use `HttpClient` instead of the Downloader. Thanks
Please provide the downloader config info. I downloaded this link with no issues.
@zydjohnHotmail Hi, First of all, I apologize for the delay in replying. For your use, I suggest you use the HttpClient of .Net library instead of the Downloader. ```csharp var...
Please provide some more information about configs and download URLs so we can do some tests.
I tested the given links several times, but I didn't see any problem. Usually, this error occurs when the server or internet network has a problem for a few moments...
I am working on a new version of the downloader, maybe it will give us more information about this problem. This version will be released soon.