-
-
Notifications
You must be signed in to change notification settings - Fork 120
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Failed to read dwg file (on nuget version 1.3 or 1.4 #515
Comments
Hi @enr1qo, Can you provide the file to run the example on my end? |
I think that the problem is in your code, in the last image you are using the Try to change the code and make it the same as the first image, or use the CadDocument doc;
using (DwgReader reader = new DwgReader(_file))
{
doc = reader.Read();
} Hope this helps. |
Can you provide the full stack trace of the exception? translated to English please. |
Hi @DomCR !
|
The |
I create simple console app for read dwg files to check blocks attributes.
On nuget version 1.2 all worked excelent, but after i upgrade version to 1.3 I have exception -
system.invalidoperationexception collection was modified.
On version 1.4 i get the same error.
Version 1.2 I read 2 entities from dwg and all work fine:
Version 1.3-1.4 i have an exception:
But at the same time DxfReader works correctly on all versions.
The text was updated successfully, but these errors were encountered: