Server.CreateObject failed 8007002 COM .NET DLL

FNguyen

New Member
I have a .NET 4.0 DLL compiled that I'm trying to call from Classic ASP on IIS5.1. Everything is working fine under my VM, however, it is failing to create one of the classes on a co-workers machine.The DLL has been registered with regasm /codebase, the proper registry entries are there and the permissions appear to be correct.Of the 4 classes only one of them is giving this error - the rest work fine.Any ideas? I've already /unregister and re-registered, cycled IIS, messed around with permissions etc.
 
Back
Top