|
-
Jun 26th, 2015, 06:58 AM
#1
Thread Starter
Hyperactive Member
[RESOLVED] Unable to use C# COM component in Classic asp page
Hi All,
I have developed a C# COM component and registered successfully with regsvcs. I can use this component in VB6 and able to run the VB6 application with out any issues. But when I am trying to run with asp page it gives error as "An unhandled exception (006 asp 0177 server.createobject failed ~800401f3) occured in iisexpress.exe [7280]" at the Set obj = Server.CreateObject("CsharpLibrary.Class") in the asp page.
Note:
C# component developed in VS2013 and asp page also running in VS2013.
Tags for this Thread
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|