<?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, 26 Mar 2012 21:09:06 +0000</lastBuildDate> <language>en</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.2.1</generator> <item><title>No symbols loaded &#8211; Periodically unable to hit breakpoints</title><link>http://code-journey.com/2011/no-symbols-loaded-periodically-unable-to-hit-breakpoints/</link> <comments>http://code-journey.com/2011/no-symbols-loaded-periodically-unable-to-hit-breakpoints/#comments</comments> <pubDate>Thu, 14 Apr 2011 08:23:20 +0000</pubDate> <dc:creator>Code-Journey</dc:creator> <category><![CDATA[.NET]]></category> <category><![CDATA[ASP.NET]]></category> <category><![CDATA[SharePoint 2007]]></category> <category><![CDATA[SharePoint 2010]]></category> <category><![CDATA[Visual Studio]]></category> <guid
isPermaLink="false">http://code-journey.com/?p=580</guid> <description><![CDATA[For a little while I have been having periodic problems with hitting breakpoints in my SharePoint code. This is for SharePoint 2010 but should be applicable in any .NET code that gets this problem. I off course make a lot of code changes all the time, and without changing any system settings or the likes, [...]
Related posts:<ol><li><a
href='http://code-journey.com/2010/unable-to-edit-change-existing-alertunable-to-edit-change-existing-alert/' rel='bookmark' title='Unable to edit / change existing Alert'>Unable to edit / change existing Alert</a></li></ol>]]></description> <wfw:commentRss>http://code-journey.com/2011/no-symbols-loaded-periodically-unable-to-hit-breakpoints/feed/</wfw:commentRss> <slash:comments>1</slash:comments> </item> <item><title>Enable intellisense in Visual Studio for SharePoint / WSS xml files</title><link>http://code-journey.com/2009/enable-intellisense-in-visual-studio-for-sharepoint-wss-xml-files/</link> <comments>http://code-journey.com/2009/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 2007]]></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/how-to-create-a-new-feature-in-sharepoint-using-visual-studio/' rel='bookmark' title='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/enable-usage-analysis-tracing-reporting-in-sharepoint-moss/' rel='bookmark' title='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/fast-generation-of-guid-in-visual-studio-2005-and-2008/' rel='bookmark' title='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/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/copy-assembly-dll-to-gac-in-batch-script/</link> <comments>http://code-journey.com/2009/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 [...]
Related posts:<ol><li><a
href='http://code-journey.com/2009/failure-adding-assembly-to-cache-windows-vista-gacutil-problem-error/' rel='bookmark' title='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/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/failure-adding-assembly-to-cache-windows-vista-gacutil-problem-error/</link> <comments>http://code-journey.com/2009/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 [...]
Related posts:<ol><li><a
href='http://code-journey.com/2009/copy-assembly-dll-to-gac-in-batch-script/' rel='bookmark' title='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/windows-failed-to-start-a-recent-hardware-or-software-change-might-be-the-cause-0xc0000225/' rel='bookmark' title='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><li><a
href='http://code-journey.com/2009/key-management-services-kms-host-could-not-be-located-in-domain-name-system-dns-08007232b-mak-kms/' rel='bookmark' title='Key management services (KMS) host could not be located in domain name system (DNS) &#8211; 0x8007232B &#8211; MAK &#8211; KMS'>Key management services (KMS) host could not be located in domain name system (DNS) &#8211; 0x8007232B &#8211; MAK &#8211; KMS</a></li></ol>]]></description> <wfw:commentRss>http://code-journey.com/2009/failure-adding-assembly-to-cache-windows-vista-gacutil-problem-error/feed/</wfw:commentRss> <slash:comments>1</slash:comments> </item> <item><title>Fast generation of Guid in Visual Studio (2005 and 2008)</title><link>http://code-journey.com/2009/fast-generation-of-guid-in-visual-studio-2005-and-2008/</link> <comments>http://code-journey.com/2009/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 [...]
Related posts:<ol><li><a
href='http://code-journey.com/2008/visual-studio-2008-text-file-encoding-problems/' rel='bookmark' title='Visual Studio 2008 text file encoding problems'>Visual Studio 2008 text file encoding problems</a></li><li><a
href='http://code-journey.com/2009/enable-intellisense-in-visual-studio-for-sharepoint-wss-xml-files/' rel='bookmark' title='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/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/visual-studio-2008-text-file-encoding-problems/</link> <comments>http://code-journey.com/2008/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. [...]
Related posts:<ol><li><a
href='http://code-journey.com/2009/fast-generation-of-guid-in-visual-studio-2005-and-2008/' rel='bookmark' title='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/enable-intellisense-in-visual-studio-for-sharepoint-wss-xml-files/' rel='bookmark' title='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/visual-studio-2008-text-file-encoding-problems/feed/</wfw:commentRss> <slash:comments>3</slash:comments> </item> </channel> </rss>
