Message 1 of 13
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello,
I've just started a new job and my first task is to migrate an AutoCAD application written in .Net Framework / VB.NET to Autocad 2025 and therefore .Net 8.
This application is quite old and a large portion of the code still uses COM interop classes rather than managed classes. A line like
Dim blocTemps As New AcadBlockReference
works in .Net Framework but no longer works in .Net 8 : BC30517 Overload resolution failed because no 'New' is accessible.
Has anyone ever encountered this problem and could give me some advice on how to solve it?
Thanks in advance
Solved! Go to Solution.