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

system error when debuging

Status
Not open for further replies.

giordan0

Programmer
Jul 18, 2001
40
SI
Recently I bought a new computer. I was very happy, it is fast and great and .... But then, a big big problem came!

On the old PC I developed a lot of activex dlls in VB6. I use it in combination with ASP and it worked fine. On my new computer I cannot debug those dlls!
If I compile the dll it works fine.
But if I want to debug it in VB6 IDE I got this error:
System error &H80004015(-2147467243).
On my old computer it never happened. I decided to do a very small one code row test activex dll. The error remains. I tried making IUSR and IWAM users members of administrators. No effect. I also created a dcom item for vb6.exe and give everyone permission. No effect.
Can someone help me?

 
You probably already know this, but Windows says this about the error:

"The class is configured to run as a security id different from the caller ."


So it seems to me you're on the right path, but just not got to exactly where to set which rights.
Greetings,
Rick
 
I searched MSDN and found two articles.
The first says to add a VB ASP Debugging item in the DCOM configuration utility and then give it permissions.
The second says it can be an error in registry key HKEY_LOCAL_MACHINE\Software\Microsoft\Windows NT\CurrentVersion\Winlogon Shell=.
I tried them both. No succes :-(((
We decided to reinstall Win2k and find out when exactly the problem starts.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top