System Error &H80004015 (-2147467243). The class is configured to run as a security id different from the caller
问题 When try to debug the VB dll Using Visual Studio 6.0 , I am getting the the following error. Can you any one tell me what needs to be done for this? System Error &H80004015 (-2147467243). The class is configured to run as a security id different from the caller 回答1: I have had the same problem. Created a few ActiveX DLLs and put the binaries into a COM+ Application, which runs under a specific account (not mine). Then I use these components inside ASP script pages using Server.CreateObject().