Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Com Interop Not working

Status
Not open for further replies.

asmith555

Programmer
Oct 7, 2002
97
US
I have created a Com Interop Projecting in VB.Net that is being used by asp. I have moved to another machine and rebuilt the component but when I run the asp app I get this 500 error on the "Server.CreateObject" Line:

Error Type:
(0x80070002)
/app1000/index.asp, line 4

Any Idea Whats going on.
 
You have to build the com wrapper on each machine you deploy to. In this case, your web server. search the forum for 'regasm' the instructions have been posted a few time. There might even be a FAQ.

-Rick

VB.Net Forum forum796 forum855 ASP.NET Forum
[monkey]I believe in killer coding ninja monkeys.[monkey]
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top