Hi,
I'm not using any autocad references and getting the autocad type version using GetTypeFromProgID("AutoCAD.Application") and using dynamic to resolve the AutoCAD at runtime.
I want to make the progid version agnostic, but it is not working.
Its returning null, when the ProgID is "AutoCAD.Application" and its working when passing specific version ProgIDs like "AutoCAD.Application.25".
Can you please suggest a way to make AutoCAD version agnostic?