Summary
I am encountering an issue while trying to load a .dgn
file using Aspose.CAD (version 24.9) . The error message indicates that the .dgn
version is not supported. Specifically, the error states:
Error Message :
Exception in thread "main" class com.aspose.cad.cadexceptions.ImageLoadException: Drawing loading failed: The Dgn version isn't valid. Only Dgn: V7 are currently supported.
Code Snippet
Here is the code I am using to load the .dgn
file:
DgnImage dgnImage = (DgnImage) Image.load("C:/Users/****/TEST00001075.dgn");
Details
- Library Version : I am using Aspose.CAD 24.9 .
- File Details : I am unsure of the version of the
.dgn
file I am working with. Is there any way to programmatically determine the version of the.dgn
file? - Question : Does Aspose.CAD support
.dgn
versions other than V7 ? If not, are there plans to add support for other versions?
Request for Assistance
Could someone please help me with the following:
- Confirm whether the
.dgn
file version is supported by Aspose.CAD . - Provide guidance on how to handle
.dgn
files of unsupported versions (e.g., conversion tools or alternative libraries). - Share any updates on future support for additional
.dgn
versions.
Attachments
- File Name : `TEST00001047
TEST00001047.zip (652.6 KB)
.dgn`
- Description : The
.dgn
file I am trying to load.