<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>
<channel>
	<title>Comments on: The class is configured to run as a security id different from the caller</title>
	<atom:link href="http://www.suver.com/blog/2003/06/22/the-class-is-configured-to-run-as-a-security-id-different-from-the-caller/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.suver.com/blog/2003/06/22/the-class-is-configured-to-run-as-a-security-id-different-from-the-caller/</link>
	<description></description>
	<pubDate>Fri, 29 Aug 2008 18:59:04 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.1</generator>
		<item>
		<title>By: Homer</title>
		<link>http://www.suver.com/blog/2003/06/22/the-class-is-configured-to-run-as-a-security-id-different-from-the-caller/#comment-256780</link>
		<dc:creator>Homer</dc:creator>
		<pubDate>Mon, 28 Apr 2008 21:29:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.suver.com/blog/?p=101#comment-256780</guid>
		<description>I had the same problem. I was trying to run a COM+ component in debug but the DLL was already set up in a package in Componenet Services. I just removed the component from the package and now debugging works fine.</description>
		<content:encoded><![CDATA[<p>I had the same problem. I was trying to run a COM+ component in debug but the DLL was already set up in a package in Componenet Services. I just removed the component from the package and now debugging works fine.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Samar</title>
		<link>http://www.suver.com/blog/2003/06/22/the-class-is-configured-to-run-as-a-security-id-different-from-the-caller/#comment-226506</link>
		<dc:creator>Samar</dc:creator>
		<pubDate>Thu, 03 Jan 2008 14:22:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.suver.com/blog/?p=101#comment-226506</guid>
		<description>Thanks Jamie, your suggestion solved my problem, I was working on the VM and not accessing the application remotely.</description>
		<content:encoded><![CDATA[<p>Thanks Jamie, your suggestion solved my problem, I was working on the VM and not accessing the application remotely.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jamie</title>
		<link>http://www.suver.com/blog/2003/06/22/the-class-is-configured-to-run-as-a-security-id-different-from-the-caller/#comment-128515</link>
		<dc:creator>Jamie</dc:creator>
		<pubDate>Tue, 06 Feb 2007 16:45:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.suver.com/blog/?p=101#comment-128515</guid>
		<description>I had this problem and temporaily fixed it by changing the identity of the package my dll was in to "System Account:  Interactive User - The current logged on user", rather than the application user it had been set up as.

Hope this fixes someones problem somewhere!</description>
		<content:encoded><![CDATA[<p>I had this problem and temporaily fixed it by changing the identity of the package my dll was in to &#8220;System Account:  Interactive User - The current logged on user&#8221;, rather than the application user it had been set up as.</p>
<p>Hope this fixes someones problem somewhere!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: solai</title>
		<link>http://www.suver.com/blog/2003/06/22/the-class-is-configured-to-run-as-a-security-id-different-from-the-caller/#comment-99999</link>
		<dc:creator>solai</dc:creator>
		<pubDate>Wed, 10 May 2006 18:16:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.suver.com/blog/?p=101#comment-99999</guid>
		<description>hi
i have gone thro the suggestions which the previous friends gave
but i am unable to work iwht debugger and its throwin the same error box
becoz i have done my project in Admin login of XP
plz help me regarding this</description>
		<content:encoded><![CDATA[<p>hi<br />
i have gone thro the suggestions which the previous friends gave<br />
but i am unable to work iwht debugger and its throwin the same error box<br />
becoz i have done my project in Admin login of XP<br />
plz help me regarding this</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: nate</title>
		<link>http://www.suver.com/blog/2003/06/22/the-class-is-configured-to-run-as-a-security-id-different-from-the-caller/#comment-203</link>
		<dc:creator>nate</dc:creator>
		<pubDate>Fri, 16 Jan 2004 16:41:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.suver.com/blog/?p=101#comment-203</guid>
		<description>Thanks for the advice.  I'll try that next time the problem creeps up.</description>
		<content:encoded><![CDATA[<p>Thanks for the advice.  I&#8217;ll try that next time the problem creeps up.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike</title>
		<link>http://www.suver.com/blog/2003/06/22/the-class-is-configured-to-run-as-a-security-id-different-from-the-caller/#comment-200</link>
		<dc:creator>Mike</dc:creator>
		<pubDate>Thu, 15 Jan 2004 17:20:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.suver.com/blog/?p=101#comment-200</guid>
		<description>I had the same problem and here's the easiest answer:  when you remote access your workstation, run this from the start button: "mstsc /console" and then log in as normal.  Then, when you start VB remotely, all will be well.  You need to have a console session running, and if you reboot and remote access your workstation, you won't ever get one started.  COM services packages run in the context of the console.</description>
		<content:encoded><![CDATA[<p>I had the same problem and here&#8217;s the easiest answer:  when you remote access your workstation, run this from the start button: &#8220;mstsc /console&#8221; and then log in as normal.  Then, when you start VB remotely, all will be well.  You need to have a console session running, and if you reboot and remote access your workstation, you won&#8217;t ever get one started.  COM services packages run in the context of the console.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jenny</title>
		<link>http://www.suver.com/blog/2003/06/22/the-class-is-configured-to-run-as-a-security-id-different-from-the-caller/#comment-164</link>
		<dc:creator>jenny</dc:creator>
		<pubDate>Sun, 30 Nov 2003 16:46:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.suver.com/blog/?p=101#comment-164</guid>
		<description>i know that this is an old post, but i thought you might be interested to know that there is a much easier fix for this problem. log out of the computer and back in as another user, preferably as an administrator though im not certain it makes a difference. run your dll and run something that accesses it to make sure that all of the registry entries related to debugging are cleared and replaced with settings for the new user. when you log back in as yourself, you should be able to debug as normal. if you check the event log you may see some entries, as well, related to unsuccessful unloading of the registry that help explain why this works.&lt;br /&gt;
&lt;br /&gt;
thanks -- your post helped me get on the right track!</description>
		<content:encoded><![CDATA[<p>i know that this is an old post, but i thought you might be interested to know that there is a much easier fix for this problem. log out of the computer and back in as another user, preferably as an administrator though im not certain it makes a difference. run your dll and run something that accesses it to make sure that all of the registry entries related to debugging are cleared and replaced with settings for the new user. when you log back in as yourself, you should be able to debug as normal. if you check the event log you may see some entries, as well, related to unsuccessful unloading of the registry that help explain why this works.</p>
<p>thanks &#8212; your post helped me get on the right track!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nate Suver</title>
		<link>http://www.suver.com/blog/2003/06/22/the-class-is-configured-to-run-as-a-security-id-different-from-the-caller/#comment-118</link>
		<dc:creator>Nate Suver</dc:creator>
		<pubDate>Wed, 16 Jul 2003 18:27:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.suver.com/blog/?p=101#comment-118</guid>
		<description>This problem is particularly nasty, no doubt.  Want to know what I found out?  If I leave work, and reboot my computer before I leave, I get the problem (consistently).  If I DON'T reboot my computer before I leave, and at some point before my last reboot I ran the VB debugger logged in directly to my workstation, I won't get the problem at home.  It's the weirdest, stupidist, most annoying thing ever.  Just never reboot your computer, and you won't ever have a problem.  ha.</description>
		<content:encoded><![CDATA[<p>This problem is particularly nasty, no doubt.  Want to know what I found out?  If I leave work, and reboot my computer before I leave, I get the problem (consistently).  If I DON&#8217;T reboot my computer before I leave, and at some point before my last reboot I ran the VB debugger logged in directly to my workstation, I won&#8217;t get the problem at home.  It&#8217;s the weirdest, stupidist, most annoying thing ever.  Just never reboot your computer, and you won&#8217;t ever have a problem.  ha.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dan</title>
		<link>http://www.suver.com/blog/2003/06/22/the-class-is-configured-to-run-as-a-security-id-different-from-the-caller/#comment-117</link>
		<dc:creator>Dan</dc:creator>
		<pubDate>Wed, 16 Jul 2003 13:49:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.suver.com/blog/?p=101#comment-117</guid>
		<description>I had the same problem you had and the same solution. Thanks I was totaly stumped. Now when I attempt to debug the web app athat calls my COM object gets "Permission denied". It works when I am not trying to debug. Whats up with that?</description>
		<content:encoded><![CDATA[<p>I had the same problem you had and the same solution. Thanks I was totaly stumped. Now when I attempt to debug the web app athat calls my COM object gets &#8220;Permission denied&#8221;. It works when I am not trying to debug. Whats up with that?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
