Em không chuyên về lập trình,
Bác cho em hỏi về cái AutoUpdater.NET
Khi tải code bác share về, chạy Update từ Version 1.0 > 2.0.0.0 thì ok/
Vậy khi em thay file update.xml thành 2.1.0.0 và sửa Version của file TestAutoupdate thành 2.1.0.0 thì sao nó vẫn ko chạy (vẫn báo ở version 2.0.0.0)
<?xml version="1.0" encoding="UTF-8"?>
<item>
<version>2.0.0.0</version>
<url>D:\serverud\TestAutoUpdate.zip</url>
<changelog>D:\serverud</changelog>
<mandatory>false</mandatory>
</item>
>>>> NÓ load được file ZIP kia
Khi thay =
<?xml version="1.0" encoding="UTF-8"?>
<item>
<version>2.1.0.0</version>
<url>D:\serverud\TestAutoUpdate1.zip</url>
<changelog>D:\serverud</changelog>
<mandatory>false</mandatory>
</item>
và sửa file TestAutoUpdate lên version 2.1.0.0 thì nó không chạy, vẫn báo ở version 2.0.0.0
Muốn nó chạy được lên 2.1.0.0, em lại phải mở lại cái File gốc rồi run lại, nó mới check lên 2.1.0.0.
Vậy làm sao Build được 1 file exe mà cứ chạy nó update khi mình chỉ cần sửa file update.xml để nó check thôi ạ?