I am using Ranorex 8.0.1 and built a custom data connector according to the description in how-to-integrate-my-own-dataconnector-i ... 3511.html .
The plugin itself works fine, but Ranorex is automatically adding assembly references for the connector and connector config dlls (but without specifying a hint path).
These files are of course not nescessary for deployment because Ranorex loads the dlls on test exection from the plugins folder. Manually deleting the references in the project file does not resolve the issue, because Ranorex re-adds the references when restarted.Warning MSB3245: Could not resolve this reference. Could not locate the assembly "CustomPlugin.CustomConnector". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors.
Warning MSB3245: Could not resolve this reference. Could not locate the assembly "CustomPlugin.CustomConnectorConfig". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors.
How do I stop Ranorex from creating assembly references to the custom data connector dlls?