Issue
I have an application of .NET control which tries to open DXF/DWG, but it failed. Is there any known issue?
Solution
ApplicationControl has a ApplicationType property that allows developers to specify how many DocumentControls will be used in a given application. If this property is set to ApplicationType.SingleDocument, non-native file loaders and the Presenter materials will also be available. However using MultipleDocument, the relevant loaders are not available. So you will receive the error ‘No plugin exists that will open test.dwg’. This is the current design.