outlook addin - TypeLoadException about Interop.Redemption.RDOSessionClass on 1 customer computer -


i have outlook add-in written in .net 4.0 gets loaded outlook via add-in express, , have stand alone application can invoke methods in add-in through remoting channel using sockets. whole thing works fine on other computers except 1 customer computer. code in add-in throws typeloadexception:

could not load type 'interop.redemption.rdosessionclass' assembly 'interop.redemption, version=5.5.0.0, culture=neutral, publickeytoken=fc285df3016ebc93'.

when ever code try create rdosession:

var session = new rdosession(); 

the interesting thing is, error doesn't happen if run same method directly in add-in. it happens when code invoked through remoting channel.

the details of erroring computer is:

  • dell optiplex 3010
  • windows 7 professional 64-bit
  • outlook 2013 (15.0.4701.1000) 32-bit
  • the windows user administrator
  • user account control turned off
  • i have verified correct redemption dlls sitting in same folder add-in dll
  • managed antivirus installed on computer disabling doesn't seem help
  • act! pro installed has outlook integrations killing process doesn't seem help

googling error didn't , i'm literally scratching head off trying figure out. ideas appreciated.


Comments

Popular posts from this blog

javascript - AngularJS custom datepicker directive -

javascript - jQuery date picker - Disable dates after the selection from the first date picker -