Issues upgrading to Telerik UI for WinForms 2024.3.924

1 Answer 77 Views
General Discussions
Toby
Top achievements
Rank 3
Iron
Iron
Iron
Toby asked on 26 Sep 2024, 09:12 AM

Hi,

I have just updated to the latest version of UI WinForms, and can no longer compiler. RbgColor and RbgColors can no longer be used and ZipArchive.Read no longer exists.

No issues were reported when upgrading my application.

Have I done something wrong?

Kind regards

Toby

1 Answer, 1 is accepted

Sort by
0
Accepted
Toby
Top achievements
Rank 3
Iron
Iron
Iron
answered on 26 Sep 2024, 09:31 AM | edited on 26 Sep 2024, 09:58 AM

Ok, fixed the ZipArchive issue, I had to change

using Telerik.Windows.Zip;

to

using Telerik.WinControls.Zip;
I believe the other errors reported are not errors but an issue with the code complete / lens or whatever its called nowadays!
Tags
General Discussions
Asked by
Toby
Top achievements
Rank 3
Iron
Iron
Iron
Answers by
Toby
Top achievements
Rank 3
Iron
Iron
Iron
Share this question
or