Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on Jun 20th, 2012  |  syntax: None  |  size: 0.38 KB  |  hits: 8  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. Switching between Platform-Configurations breaks COM-Compatibility
  2. Error loading type library/DLL. (Exception from HRESULT: 0x80029C4A (TYPE_E_CANTLOADLIBRARY))
  3.        
  4. Me.prv_comObject.Value = aValuePassedIn ' This throws the error that the
  5.                                           Property "Value" could not be found '
  6.  
  7. ' This works instead: '
  8. Me.prv_comObject.set_Value(aValuePassedIn)