<?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; .NET</title> <atom:link href="http://code-journey.com/category/dotnet/feed/" rel="self" type="application/rss+xml" /><link>http://code-journey.com</link> <description>Mostly SharePoint</description> <lastBuildDate>Mon, 16 Jan 2012 20:33:55 +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>Missing Gacutil.exe running Windows Server 2008 / Vista / Visual Studio 2008</title><link>http://code-journey.com/2009/missing-gacutilexe-running-windows-server-2008-vista-visual-studio-2008/</link> <comments>http://code-journey.com/2009/missing-gacutilexe-running-windows-server-2008-vista-visual-studio-2008/#comments</comments> <pubDate>Fri, 03 Jul 2009 21:41:25 +0000</pubDate> <dc:creator>Code-Journey</dc:creator> <category><![CDATA[.NET]]></category> <guid
isPermaLink="false">http://code-journey.com/?p=282</guid> <description><![CDATA[My gacutil.exe is missing! Again&#8230; This is my second post regarding a missing Gacutil. This time it&#8217;s also for Windows Server 2008 / Vista / Windows 7 and Visual Studio 2008. It&#8217;s easier this time. I often find myself using gacutil to add assemblies to GAC using postbuild events in Visual Studio. This is a [...]
Related posts:<ol><li><a
href='http://code-journey.com/2009/missing-gacutilexe/' rel='bookmark' title='Missing gacutil.exe'>Missing gacutil.exe</a></li></ol>]]></description> <wfw:commentRss>http://code-journey.com/2009/missing-gacutilexe-running-windows-server-2008-vista-visual-studio-2008/feed/</wfw:commentRss> <slash:comments>5</slash:comments> </item> <item><title>Write XML file using XmlTextWriter</title><link>http://code-journey.com/2009/write-xml-file-using-xmltextwriter/</link> <comments>http://code-journey.com/2009/write-xml-file-using-xmltextwriter/#comments</comments> <pubDate>Thu, 12 Feb 2009 00:22:54 +0000</pubDate> <dc:creator>Code-Journey</dc:creator> <category><![CDATA[C#]]></category> <guid
isPermaLink="false">http://code-journey.com/?p=155</guid> <description><![CDATA[I will give an example on how to create a simple XML-file by using the XmlTextWriter. It&#8217;s actually quite simple, and not at all as time consuming as I first thought when I started playing around with it. XML namespace First of all we have to add the namespace for XML: Using System.XML; Begin the [...]
No related posts.]]></description> <wfw:commentRss>http://code-journey.com/2009/write-xml-file-using-xmltextwriter/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Missing gacutil.exe</title><link>http://code-journey.com/2009/missing-gacutilexe/</link> <comments>http://code-journey.com/2009/missing-gacutilexe/#comments</comments> <pubDate>Tue, 20 Jan 2009 15:06:37 +0000</pubDate> <dc:creator>Code-Journey</dc:creator> <category><![CDATA[.NET]]></category> <guid
isPermaLink="false">http://code-journey.com/?p=140</guid> <description><![CDATA[Why is my gacutil.exe missing? &#8220;c:\Program Files\Microsoft Visual Studio 8\SDK\v2.0\Bin\gacutil.exe is not recognized as an internal or external command&#8221; Note: if you are running Windows Server 2008 and Visual Studio 2008 then you have the Gacutil.exe already. Se this post. I have several times looked for the gacutil.exe file when I needed to make a [...]
Related posts:<ol><li><a
href='http://code-journey.com/2009/missing-gacutilexe-running-windows-server-2008-vista-visual-studio-2008/' rel='bookmark' title='Missing Gacutil.exe running Windows Server 2008 / Vista / Visual Studio 2008'>Missing Gacutil.exe running Windows Server 2008 / Vista / Visual Studio 2008</a></li></ol>]]></description> <wfw:commentRss>http://code-journey.com/2009/missing-gacutilexe/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>#1 Create your first Web Application</title><link>http://code-journey.com/2008/1-create-your-first-web-application/</link> <comments>http://code-journey.com/2008/1-create-your-first-web-application/#comments</comments> <pubDate>Thu, 04 Dec 2008 14:28:13 +0000</pubDate> <dc:creator>Code-Journey</dc:creator> <category><![CDATA[70-528 examples]]></category> <guid
isPermaLink="false">http://code-journey.com/?p=57</guid> <description><![CDATA[Post #1 in the series of 70-528 examples to help you study for the certification. Skills covered in this post Create and configure a Web application. Create a new Web application. Add Web Forms pages to a Web application. Creating your first web application is pretty straighforward and a few ways to do it are [...]
No related posts.]]></description> <wfw:commentRss>http://code-journey.com/2008/1-create-your-first-web-application/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> </channel> </rss>
