system.runtime.interopservices.comexception

  • Thread starter Thread starter amrendrakr
  • Start date Start date
A

amrendrakr

Hi, I are getting an error while ASP.Net application creating a com
object. Error I am getting after installation of windows 2003 service
pack 1. The issue was not repeated after uninstalling the service pack
1. The error is "system.runtime.interopservices.comexception" and
"server threw an error". Did anybody face this issue? Would
appreciate any suggestions to resolve this issue.
 
The issue is inside your COM component probably. Try instantiating it using
a simple VBScript CreateObject call.
 
Back
Top