Skip to main content
All docs
V24.2

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

Office File API .NET Limitations and Troubleshooting

#System.Drawing.Common Package Version 6 and Later

With the .NET 6 release, the System.Drawing.Common library is compatible with Windows only. Applications that built for non-Windows platforms throw the TypeInitializationException and PlatformNotSupportedException exceptions. Refer to the following breaking change for more information: System.Drawing.Common only supported on Windows.

Use the SkiaSharp-based drawing engine in non-Windows environments to resolve issues. Refer to the following articles for more information:

Refer to the following article for more information on DevExpress.Drawing library troubleshooting: Troubleshooting