Product Bundles
DevCraft
All Telerik .NET tools and Kendo UI JavaScript components in one package. Now enhanced with:
Web
Mobile
Document Management
Desktop
Reporting
Testing & Mocking
CMS
UI/UX Tools
Debugging
Free Tools
Support and Learning
Productivity and Design Tools
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
Ok, fixed the ZipArchive issue, I had to change
using Telerik.Windows.Zip;
to
using Telerik.WinControls.Zip;