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:
accredo has been registered com server during installation running c:\accredosaturn\accredosaturn.exe /regserver
the webservice running under iis 7.5 , running localsystem user app pool set enable 32bit applications.
- this happens whenever application run, if pool recycled , site restarted. not intermittent.
- i debugging webservice in vs2010 running admin.
- 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
Post a Comment