C# Auto Updater Library Tutorial - 6 - SharpUpdateInfoForm class

preview_player
Показать описание
This is the BEST .NET auto updater on YouTube!

In the C# Auto Updater Tutorial series, we learn how to create a library that will allow you to update any .NET application from the web. SharpUpdate (the library we create) is a multi-threaded .NET application updater that won't freeze any Windows Forms applications while checking for updates or downloading them. Follow along if you want to learn how to make this awesome application updater!

In Part 6 of this C# Auto Updater Tutorial, we write the SharpUpdateInfoForm class. This form is a detailed view of the update's info, and is displayed to the user when they request more information.
Рекомендации по теме
Комментарии
Автор

It looks like you have a few capitalization and spelling errors in your class names. Try to copy it exactly, with the same capitalization and spelling. Also, that error could be because your namespace between the files changed. Make sure your namespace is the same in each class file.

BetterCoder
Автор

internal applicationInfo, SharpUpdateXml updateInfo). the 'Sharpupdater.ISharpUpdatble" part works ate me only if ido it with Sharpupdater.ISharpUpdatble but you use only ISharpUpdatble is there a big mistake

branchyapple
Автор

Severity Code Description Project File Line Suppression State
Error CS0051 Inconsistent accessibility: parameter type 'SharpUpdateXml' is less accessible than method 'SharpUpdateInfoForm.SharpUpdateInfoForm(ISharpUpdatable, SharpUpdateXml)' SharpUpdate 9 Active

prodbycore