<?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>Code-Journey.com &#187; Visual Studio</title>
	<atom:link href="http://code-journey.com/category/visual-studio/feed/" rel="self" type="application/rss+xml" />
	<link>http://code-journey.com</link>
	<description>Mostly SharePoint</description>
	<lastBuildDate>Mon, 28 Jun 2010 08:16:40 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Enable intellisense in Visual Studio for SharePoint / WSS xml files</title>
		<link>http://code-journey.com/2009/07/05/enable-intellisense-in-visual-studio-for-sharepoint-wss-xml-files/</link>
		<comments>http://code-journey.com/2009/07/05/enable-intellisense-in-visual-studio-for-sharepoint-wss-xml-files/#comments</comments>
		<pubDate>Sun, 05 Jul 2009 11:01:34 +0000</pubDate>
		<dc:creator>Code-Journey</dc:creator>
				<category><![CDATA[SharePoint]]></category>
		<category><![CDATA[Visual Studio]]></category>

		<guid isPermaLink="false">http://code-journey.com/?p=292</guid>
		<description><![CDATA[To create xml files for SharePoint can be a bit awkward when you don&#8217;t have intellisense. Enabling that will make it a lot easier and faster to create Features etc.
Enable it by opening the &#8220;Properties Window&#8221;  for your XML file, by opening the XML file and clicking anywhere inside it. XML document properties will [...]


Related posts:<ol><li><a href='http://code-journey.com/2009/03/25/how-to-create-a-new-feature-in-sharepoint-using-visual-studio/' rel='bookmark' title='Permanent Link: How to create a new feature in sharepoint using Visual Studio'>How to create a new feature in sharepoint using Visual Studio</a></li><li><a href='http://code-journey.com/2009/09/17/enable-usage-analysis-tracing-reporting-in-sharepoint-moss/' rel='bookmark' title='Permanent Link: Enable Usage Analysis / Tracing / Reporting in SharePoint (MOSS)'>Enable Usage Analysis / Tracing / Reporting in SharePoint (MOSS)</a></li><li><a href='http://code-journey.com/2009/02/13/fast-generation-of-guid-in-visual-studio-2005-and-2008/' rel='bookmark' title='Permanent Link: Fast generation of Guid in Visual Studio (2005 and 2008)'>Fast generation of Guid in Visual Studio (2005 and 2008)</a></li></ol>]]></description>
		<wfw:commentRss>http://code-journey.com/2009/07/05/enable-intellisense-in-visual-studio-for-sharepoint-wss-xml-files/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Copy assembly / DLL to GAC in batch script</title>
		<link>http://code-journey.com/2009/07/03/copy-assembly-dll-to-gac-in-batch-script/</link>
		<comments>http://code-journey.com/2009/07/03/copy-assembly-dll-to-gac-in-batch-script/#comments</comments>
		<pubDate>Fri, 03 Jul 2009 21:56:49 +0000</pubDate>
		<dc:creator>Code-Journey</dc:creator>
				<category><![CDATA[Visual Studio]]></category>

		<guid isPermaLink="false">http://code-journey.com/?p=290</guid>
		<description><![CDATA[How to install DLL files in GAC
As a developer I often need to place dlls in GAC (Global Assembly Cache) via scripts. This is easily done using gacutil.exe. xcopy can&#8217;t be used since the c:\windows\assembly folder is not really a normal folder.
I will give 2 examples that can be used as postbuild scripts in Visual [...]


Related posts:<ol><li><a href='http://code-journey.com/2009/07/03/failure-adding-assembly-to-cache-windows-vista-gacutil-problem-error/' rel='bookmark' title='Permanent Link: Failure adding assembly to cache&#8230; Windows Vista gacutil problem / error'>Failure adding assembly to cache&#8230; Windows Vista gacutil problem / error</a></li></ol>]]></description>
		<wfw:commentRss>http://code-journey.com/2009/07/03/copy-assembly-dll-to-gac-in-batch-script/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Failure adding assembly to cache&#8230; Windows Vista gacutil problem / error</title>
		<link>http://code-journey.com/2009/07/03/failure-adding-assembly-to-cache-windows-vista-gacutil-problem-error/</link>
		<comments>http://code-journey.com/2009/07/03/failure-adding-assembly-to-cache-windows-vista-gacutil-problem-error/#comments</comments>
		<pubDate>Fri, 03 Jul 2009 21:35:50 +0000</pubDate>
		<dc:creator>Code-Journey</dc:creator>
				<category><![CDATA[Vista]]></category>
		<category><![CDATA[Visual Studio]]></category>

		<guid isPermaLink="false">http://code-journey.com/?p=285</guid>
		<description><![CDATA[A common problem when developing in Windows Vista and probably Windows 7 and Windows Server 2008 is User Access Control (UAC). I haven&#8217;t developed on Windows 7 and Windows Server 2008, but they use UAC as well, so it might be a problem there too.
Failure adding assembly to the cache: Access denied. You might not [...]


Related posts:<ol><li><a href='http://code-journey.com/2009/07/03/copy-assembly-dll-to-gac-in-batch-script/' rel='bookmark' title='Permanent Link: Copy assembly / DLL to GAC in batch script'>Copy assembly / DLL to GAC in batch script</a></li><li><a href='http://code-journey.com/2009/07/24/windows-failed-to-start-a-recent-hardware-or-software-change-might-be-the-cause-0xc0000225/' rel='bookmark' title='Permanent Link: Windows failed to start. A recent hardware or software change might be the cause. (0xc0000225)'>Windows failed to start. A recent hardware or software change might be the cause. (0xc0000225)</a></li></ol>]]></description>
		<wfw:commentRss>http://code-journey.com/2009/07/03/failure-adding-assembly-to-cache-windows-vista-gacutil-problem-error/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fast generation of Guid in Visual Studio (2005 and 2008)</title>
		<link>http://code-journey.com/2009/02/13/fast-generation-of-guid-in-visual-studio-2005-and-2008/</link>
		<comments>http://code-journey.com/2009/02/13/fast-generation-of-guid-in-visual-studio-2005-and-2008/#comments</comments>
		<pubDate>Fri, 13 Feb 2009 22:20:10 +0000</pubDate>
		<dc:creator>Code-Journey</dc:creator>
				<category><![CDATA[Visual Studio]]></category>

		<guid isPermaLink="false">http://code-journey.com/?p=213</guid>
		<description><![CDATA[I have had trouble with my Visual Studio not having GuidGen to create a Guid a few times. This bothered me a lot, and I didn&#8217;t want to go to a webpage to create a new Guid, and also didn&#8217;t want to do it through code.
So I found a solution to that. This is how [...]


Related posts:<ol><li><a href='http://code-journey.com/2008/12/22/visual-studio-2008-text-file-encoding-problems/' rel='bookmark' title='Permanent Link: Visual Studio 2008 text file encoding problems'>Visual Studio 2008 text file encoding problems</a></li><li><a href='http://code-journey.com/2009/07/05/enable-intellisense-in-visual-studio-for-sharepoint-wss-xml-files/' rel='bookmark' title='Permanent Link: Enable intellisense in Visual Studio for SharePoint / WSS xml files'>Enable intellisense in Visual Studio for SharePoint / WSS xml files</a></li></ol>]]></description>
		<wfw:commentRss>http://code-journey.com/2009/02/13/fast-generation-of-guid-in-visual-studio-2005-and-2008/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Visual Studio 2008 text file encoding problems</title>
		<link>http://code-journey.com/2008/12/22/visual-studio-2008-text-file-encoding-problems/</link>
		<comments>http://code-journey.com/2008/12/22/visual-studio-2008-text-file-encoding-problems/#comments</comments>
		<pubDate>Mon, 22 Dec 2008 13:57:46 +0000</pubDate>
		<dc:creator>Code-Journey</dc:creator>
				<category><![CDATA[Visual Studio]]></category>

		<guid isPermaLink="false">http://code-journey.com/?p=117</guid>
		<description><![CDATA[&#8216;&#8230;&#8217;  is not recognized as an internal or external command&#8230;
Is an error I got in Visual Studio 2008, when simply making a new .bat file to install a feature (code module for SharePoint) using script. The text cant be input here in Wordpress so I have attached a picture above from my output window.
I [...]


Related posts:<ol><li><a href='http://code-journey.com/2009/02/13/fast-generation-of-guid-in-visual-studio-2005-and-2008/' rel='bookmark' title='Permanent Link: Fast generation of Guid in Visual Studio (2005 and 2008)'>Fast generation of Guid in Visual Studio (2005 and 2008)</a></li><li><a href='http://code-journey.com/2009/07/05/enable-intellisense-in-visual-studio-for-sharepoint-wss-xml-files/' rel='bookmark' title='Permanent Link: Enable intellisense in Visual Studio for SharePoint / WSS xml files'>Enable intellisense in Visual Studio for SharePoint / WSS xml files</a></li></ol>]]></description>
		<wfw:commentRss>http://code-journey.com/2008/12/22/visual-studio-2008-text-file-encoding-problems/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>
