<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Elven Soft Blog &#187; Bugs</title>
	<atom:link href="http://blog.elvensoft.ro/category/bugs/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.elvensoft.ro</link>
	<description>Microsoft.net, marketing, software and internet solutions</description>
	<lastBuildDate>Tue, 13 Dec 2011 09:14:34 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Bug: Requested Registry Access is not allowed Visual Studio 2008</title>
		<link>http://blog.elvensoft.ro/2009/08/bug-requested-registry-access-is-not-allowed-visual-studio-2008/</link>
		<comments>http://blog.elvensoft.ro/2009/08/bug-requested-registry-access-is-not-allowed-visual-studio-2008/#comments</comments>
		<pubDate>Tue, 18 Aug 2009 14:36:17 +0000</pubDate>
		<dc:creator>Catalin Radoi</dc:creator>
				<category><![CDATA[Bugs]]></category>
		<category><![CDATA[visual studio]]></category>

		<guid isPermaLink="false">http://blog.elvensoft.ro/?p=47</guid>
		<description><![CDATA[After uninstalling Visual Studio 2010 BETA, one of the bugs I received in Visual Studio 2008 was
Requested Registry Access is not allowed while trying to add a class to my solution.
To fix this, download and install SubInACL which is a command line tool.  After installing this, create a .bat file and put this lines in [...]]]></description>
			<content:encoded><![CDATA[<div id="attachment_48" class="wp-caption aligncenter" style="width: 306px"><img class="size-full wp-image-48" title="Requested registry access is not allowed" src="http://blog.elvensoft.ro/wp-content/uploads/2009/08/error.JPG" alt="Requested registry access is not allowed" width="296" height="145" /><p class="wp-caption-text">Requested registry access is not allowed</p></div>
<p>After uninstalling Visual Studio 2010 BETA, one of the bugs I received in Visual Studio 2008 was<br />
<code><strong>Requested Registry Access is not allowed</strong></code> while trying to add a class to my solution.</p>
<p>To fix this, download and install <a title="SubInACL" href="http://www.microsoft.com/downloads/details.aspx?FamilyID=E8BA3E56-D8FE-4A91-93CF-ED6985E3927B&amp;displaylang=en" target="_blank"><strong><span style="font-size: large;">SubInACL</span></strong></a><strong><span style="font-size: large;"> </span></strong>which is a command line tool.  After installing this, create a .bat file and put this lines in it:</p>
<p><em><span style="color: #808080;">subinacl /subkeyreg HKEY_CLASSES_ROOT\VisualStudio.vbproj.9.0 /grant=administrators=f<br />
subinacl /subkeyreg HKEY_CLASSES_ROOT\VisualStudio.vbproj.9.0 /grant=users=f<br />
subinacl /subkeyreg HKEY_CLASSES_ROOT\VisualStudio.vbproj.9.0 /grant=system=f<br />
subinacl /subkeyreg HKEY_CLASSES_ROOT\VisualStudio.csproj.9.0 /grant=administrators=f<br />
subinacl /subkeyreg HKEY_CLASSES_ROOT\VisualStudio.csproj.9.0 /grant=users=f<br />
subinacl /subkeyreg HKEY_CLASSES_ROOT\VisualStudio.csproj.9.0 /grant=system=f</span></em></p>
<p>Save the bat file into <strong>C:\Program Files\Windows Resource Kits\Tools</strong> or Program Files (x86) depending on your system, and run it.</p>
<p>problem fixed!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.elvensoft.ro/2009/08/bug-requested-registry-access-is-not-allowed-visual-studio-2008/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

