I have a .Net assembly in 64 bit that has been successfully registered with regasm (yep, the 64 bit version). I'm running IIS7 and the application pool that it runs from is in Managed Pipeline Mode:Classic. I can run the object in a VBS script file and it works correctly, I can also do:
$ting = New-Object -com MyObjProgId
from PowerShell and it works correctly. I've checked security on the dll, put it on the path, and it exists and the codebase key is set in the registry. I still get this specific err. Does anyone one have a concrete set of steps to resolve this? I haven't been able to find a forum (pay or no) that has a solution. Thanks in advance.