Search found 2 matches
- 19 Aug 2021, 21:21
- Forum: CAD .NET
- Topic: Is CAD.NET compatible with .NET Core 3.1?
- Replies: 1
- Views: 2978
Is CAD.NET compatible with .NET Core 3.1?
I just switched my project from .NET Framework 4.7 to .NET Core 3.1 for project reasons, but now when I run my code I get an exception: {"Could not load file or assembly 'System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'. The system cannot find the file specifi...
- 18 Aug 2021, 18:01
- Forum: CAD .NET
- Topic: How can I change/save values of entities within an image
- Replies: 1
- Views: 2511
How can I change/save values of entities within an image
I have the current code and I want to change the value of text fields from what they are to something different and save the file as a new temp file. CADImage cadImage = CADImage.CreateImageByExtension(@"file path to file"); cadImage.LoadFromFile(@"file path to file"); CADEntityCollection entities =...