Skip to content
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

DwgWriter using ACadVersion show his drawing was saved with a student Version #278

Open
sigster opened this issue Feb 10, 2024 · 3 comments
Labels
bug Something isn't working

Comments

@sigster
Copy link

sigster commented Feb 10, 2024

Hi

If I use ACadVersion then I get = his drawing was saved with a student Version
but it is ok if I don't use ACadVersion

`

Const dwgFilePath22 = "Test1.dwg"
doc.Header.Version = ACadVersion.AC1032


Using writer As DwgWriter = New DwgWriter(dwgFilePath22, doc)
    writer.Write()
End Using

End Sub`

Regards
Sigster

@sigster sigster added the bug Something isn't working label Feb 10, 2024
@DomCR
Copy link
Owner

DomCR commented Feb 12, 2024

Hi @sigster

This issue was fixed in this PR:

Please check that you have the latest branch on master or the latest Nuget Package.

If the still appears I'll open a branch to take a look.

@sigster
Copy link
Author

sigster commented Feb 14, 2024

Finish to download master and check this

AC1024 = is OK
AC1032 = drawing was saved with a student Version

@DomCR
Copy link
Owner

DomCR commented Feb 16, 2024

I've open a branch to take a look.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

When branches are created from issues, their pull requests are automatically linked.

2 participants