LoadingIndicators.WPF icon indicating copy to clipboard operation
LoadingIndicators.WPF copied to clipboard

Invalid namespace

Open odahcam opened this issue 4 years ago • 4 comments

The URL in the README section:

<Window ...
        xmlns:li="http://github.com/zeluisping/loadingIndicators/xaml/controls">

Points to a 404 error, and the app can't recognize the namespace.

odahcam avatar Feb 28 '20 14:02 odahcam

+1

This lesson helps: http://www.systanddeploy.com/2018/12/create-cool-progress-bars-or-rings-with.html

Possibly consider updating the README?

tushev avatar Aug 08 '20 13:08 tushev

@odahcam @tushev I don't have access to windows at the moment, could you confirm if the correct namespace is the following? clr-namespace:LoadingIndicators.WPF;assembly=LoadingIndicators.WPF

zeluisping avatar Apr 06 '22 14:04 zeluisping

@zeluisping It seems so: https://github.com/tushev/aojdk-updatewatcher/blob/1b91ac2d94341a5239ef6457f564e9b8a6aeb258/src/NewVersionWindow.xaml#L6

tushev avatar Apr 06 '22 16:04 tushev

@zeluisping It seems so: https://github.com/tushev/aojdk-updatewatcher/blob/1b91ac2d94341a5239ef6457f564e9b8a6aeb258/src/NewVersionWindow.xaml#L6

Thank you, might get some free time to update this

zeluisping avatar Apr 06 '22 22:04 zeluisping