<?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; visual studio</title>
	<atom:link href="http://blog.elvensoft.ro/tag/visual-studio/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.elvensoft.ro</link>
	<description>Microsoft.net, marketing, software and internet solutions</description>
	<lastBuildDate>Thu, 19 Aug 2010 07:03:28 +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>
		<item>
		<title>IIS Media Services</title>
		<link>http://blog.elvensoft.ro/2009/07/iis-media-services/</link>
		<comments>http://blog.elvensoft.ro/2009/07/iis-media-services/#comments</comments>
		<pubDate>Thu, 16 Jul 2009 22:05:40 +0000</pubDate>
		<dc:creator>Catalin Radoi</dc:creator>
				<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[IIS]]></category>
		<category><![CDATA[visual studio]]></category>

		<guid isPermaLink="false">http://blog.elvensoft.ro/?p=45</guid>
		<description><![CDATA[IIS Media Services inseamna o platforma HTTP care poate face streaming True HD (720p+). Se instaleaza peste IIS 7.
Vezi filmulet de test.
]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.iis.net/media" target="_blank">IIS Media Services</a> inseamna o platforma HTTP care poate face streaming True HD (720p+). Se instaleaza peste IIS 7.</p>
<p><a href="http://www.iis.net/media/experiencesmoothstreaming" target="_blank">Vezi filmulet de test.</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.elvensoft.ro/2009/07/iis-media-services/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Visual Studio 2010 BETA</title>
		<link>http://blog.elvensoft.ro/2009/05/visual-studio-2010-beta/</link>
		<comments>http://blog.elvensoft.ro/2009/05/visual-studio-2010-beta/#comments</comments>
		<pubDate>Thu, 21 May 2009 11:41:51 +0000</pubDate>
		<dc:creator>Catalin Radoi</dc:creator>
				<category><![CDATA[Geek]]></category>
		<category><![CDATA[vb.net]]></category>
		<category><![CDATA[visual studio]]></category>

		<guid isPermaLink="false">http://blog.elvensoft.ro/?p=12</guid>
		<description><![CDATA[De astazi puteti descarca Visual Studio 2010 BETA. F# face acum parte oficial din pachet.


Descarca Visual Studio 2010 Professional BETA
Descarca Visual Studio 2010 Team System BETA
Mai multe optiuni de descarcare


Un filmulet interesant pentru instalare puteti urmari aici
Visual Studio 2010 and .NET Framework 4 Training Kit
]]></description>
			<content:encoded><![CDATA[<div class="wp-caption alignleft" style="width: 352px"><a href="http://go.microsoft.com/fwlink/?LinkId=147408"><img title="Visual Studio 2010 Beta" src="http://www.microsoft.com/visualstudio/en-us/content/images/hero_2010_v4.png" alt="Visual Studio 2010" width="342" height="223" /></a><p class="wp-caption-text">Visual Studio 2010</p></div>
<p>De astazi puteti descarca Visual Studio 2010 BETA. F# face acum parte oficial din pachet.<br />
<span id="more-12"></span></p>
<ul>
<li><a href="http://go.microsoft.com/fwlink/?LinkId=147408">Descarca Visual Studio 2010 Professional BETA</a></li>
<li><a href="http://go.microsoft.com/fwlink/?LinkId=147407">Descarca Visual Studio 2010 Team System BETA</a></li>
<li><a href="http://blogs.msdn.com/onoj/archive/2009/05/19/visual-studio-2010-beta-1-download-options.aspx">Mai multe optiuni de descarcare</a></li>
</ul>
<p>
Un filmulet interesant pentru instalare puteti urmari <a href="http://channel9.msdn.com/shows/10-4/10-4-Episode-20-Downloading-and-Installing-Visual-Studio-2010-Beta-1/">aici</a></p>
<p><a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=752CB725-969B-4732-A383-ED5740F02E93&#038;displaylang=en">Visual Studio 2010 and .NET Framework 4 Training Kit</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.elvensoft.ro/2009/05/visual-studio-2010-beta/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Visual Studio 2008 Gratuit</title>
		<link>http://blog.elvensoft.ro/2009/05/visual-studio-2008-gratuit/</link>
		<comments>http://blog.elvensoft.ro/2009/05/visual-studio-2008-gratuit/#comments</comments>
		<pubDate>Wed, 20 May 2009 16:59:41 +0000</pubDate>
		<dc:creator>Catalin Radoi</dc:creator>
				<category><![CDATA[Geek]]></category>
		<category><![CDATA[visual studio]]></category>

		<guid isPermaLink="false">http://blog.elvensoft.ro/?p=5</guid>
		<description><![CDATA[Puteti descarca varianta gratuita pentru Visual Studio 2008 (.NET Framework 3.5) accesand acest link. Tot pe aceasta pagina puteti descarca si o varianta light pentru MSDN Library.
]]></description>
			<content:encoded><![CDATA[<div id="attachment_8" class="wp-caption aligncenter" style="width: 560px"><a href="http://www.microsoft.com/express/download"><img src="http://blog.elvensoft.ro/wp-content/uploads/2009/05/vstudio.jpg" alt="Visual Studio 2008 Express" title="Visual Studio 2008 Express" width="550" height="240" class="size-full wp-image-8" /></a><p class="wp-caption-text">Visual Studio 2008 Express</p></div>
<p>Puteti descarca varianta gratuita pentru Visual Studio 2008 (.NET Framework 3.5) accesand <a href="http://www.microsoft.com/express/download/" target="_blank">acest link</a>. Tot pe aceasta pagina puteti descarca si o varianta light pentru MSDN Library.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.elvensoft.ro/2009/05/visual-studio-2008-gratuit/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
