- Switching between Platform-Configurations breaks COM-Compatibility
- Error loading type library/DLL. (Exception from HRESULT: 0x80029C4A (TYPE_E_CANTLOADLIBRARY))
- Me.prv_comObject.Value = aValuePassedIn ' This throws the error that the
- Property "Value" could not be found '
- ' This works instead: '
- Me.prv_comObject.set_Value(aValuePassedIn)