Valhalla Legends Archive

Programming => General Programming => Visual Basic Programming => Topic started by: CupHead on October 21, 2003, 04:46 PM

Title: Windows 2003 and running inside the IDE
Post by: CupHead on October 21, 2003, 04:46 PM
"The class is not configured to run in the same security ID as the caller."

Why on earth does this keep coming up?  Grok, your plugin interface is causing it, and goodness knows I had a hell of a time with the same problem when working on the AIM control.
Title: Re:Windows 2003 and running inside the IDE
Post by: Adron on October 21, 2003, 05:16 PM
You can search for that in the MS KB. I recall it being something about windows wanting to run a control under a certain account but since the control is instantiated in your VB debugger, it can't start an instance under the account it wants. It might work better if you compile your project and debug it using windbg.
Title: Re:Windows 2003 and running inside the IDE
Post by: Grok on October 21, 2003, 08:31 PM
I don't know.  But you can have the source code and compile the control yourself.