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 strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Unable to create .net object using Server.CreateObject

Status
Not open for further replies.

VicOm

Programmer
Nov 13, 2002
3
CA
thread796-1281495
I am having exactly the same problem as Andy was in this thread, but using the '/codebase' switch is not solving the issue.
I cannot use a strong-name when compiling as I am importing a 3rd party library that doesn't have a strong name.
It runs ok on the machine the object is compiled on, but not the target machine.
I am using regasm.exe [filepath/name].dll /tlb:[name].tlb /codebase. It reports that the assembly was registered successfully, although it warns that it doesn't have a strong name.
I have compared registry entries, and they appear to be identical on both machines, but I still get a 'Server.CreateObject failed' on the target machine.
What am I missing?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top