vb.net - Cannot Create Activex Component - When Calling Accredo COM dll -


i working on integration product called accredo using com. getting famous cannot create activex component when try create com object accredo webservice. have looked @ of other questions relate on stack overflow no luck. things have checked:

  1. accredo has been registered com server during installation running c:\accredosaturn\accredosaturn.exe /regserver

  2. the webservice running under iis 7.5 , running localsystem user app pool set enable 32bit applications.

  3. this happens whenever application run, if pool recycled , site restarted. not intermittent.
  4. i debugging webservice in vs2010 running admin.
  5. the webproject targeted x86 framework.

heres line throws exception in vb.net:

app = createobject("accredosaturn.application") 

is there else can try or i'm missing?

thanks

after time debugging code, found being caused com object not being disposed when exception thrown. damn.


Comments

Popular posts from this blog

linux - Does gcc have any options to add version info in ELF binary file? -

android - send complex objects as post php java -

charts - What graph/dashboard product is facebook using in Dashboard: PUE & WUE -