I am getting a really weird error in my IDE, but only when I connect to my machine via remote desktop

The error I am getting is:

System error &H80004015(-2147467243). The class is configured to run as a security ID different from the caller.

And it happens when I try to start and debug (F5) any DLL project from the IDE. I can compile DLLs with no problem.

Now I read one support article here:

http://support.microsoft.com/default...b;en-us;228487

but this did not resolve my issue.

From reading a little bit about this error, it is COM+ exception, but my DLL is a regular ActiveX DLL. I am betting it is a security issue with how the IDE is being launched by remote desktop, but I have no clue what the setting is or how to change it.

Has anyone run into this before, and if so, how did you resolve it?

Thanks,