We have a Visio 2010 ActiveX control added on a Windows form (VS2010 solution).
In order to make the solution compatible with Visio 2013, do we need to remove the existing interop references and add references to the new Visio 2013 interop dlls?
Is there a way where the interop references are automatically updated based on the target Visio version installed on the client machine?
For Visio 2010, the interop dll "AxInterop.Microsoft.Office.Interop.VisOcx" with version 1.2.0.0 is added as a reference.
For Visio 2013, the interop dll "AxInterop.Microsoft.Office.Interop.VisOcx" with version 1.3.0.0 is added as a reference.