<?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>Techy Things &#187; csharp</title>
	<atom:link href="https://tech.yipp.ca/category/csharp/feed/" rel="self" type="application/rss+xml" />
	<link>https://tech.yipp.ca</link>
	<description>Just another Yipp.ca Blogs site</description>
	<lastBuildDate>Thu, 01 May 2025 18:06:28 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>https://wordpress.org/?v=4.2.38</generator>
	<item>
		<title>How to generate your own nuget package</title>
		<link>https://tech.yipp.ca/csharp/generate-nuget-package/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=generate-nuget-package</link>
		<comments>https://tech.yipp.ca/csharp/generate-nuget-package/#comments</comments>
		<pubDate>Fri, 08 May 2015 09:48:15 +0000</pubDate>
		<dc:creator><![CDATA[frank]]></dc:creator>
				<category><![CDATA[csharp]]></category>

		<guid isPermaLink="false">http://tech.yipp.ca/?p=1739</guid>
		<description><![CDATA[<p>The nuget documentation is already well done that there does not need to have it explained again. This is the method I use that works well: https://docs.nuget.org/create/using-a-gui-to-build-packages The important thing to remember is to&#46;&#46;&#46;</p>
<p>The post <a rel="nofollow" href="https://tech.yipp.ca/csharp/generate-nuget-package/">How to generate your own nuget package</a> appeared first on <a rel="nofollow" href="https://tech.yipp.ca">Techy Things</a>.</p>
]]></description>
				<content:encoded><![CDATA[<p>The nuget documentation is already well done that there does not need to have it explained again. This is the method I use that works well:</p>
<p>https://docs.nuget.org/create/using-a-gui-to-build-packages</p>
<p>The important thing to remember is to create a <strong>lib</strong> folder inside NuGet Package Explorer add your library files in that folder.</p>
<p>The post <a rel="nofollow" href="https://tech.yipp.ca/csharp/generate-nuget-package/">How to generate your own nuget package</a> appeared first on <a rel="nofollow" href="https://tech.yipp.ca">Techy Things</a>.</p>
]]></content:encoded>
			<wfw:commentRss>https://tech.yipp.ca/csharp/generate-nuget-package/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Could not load file or assembly &#039;Newtonsoft.Json&#039; in csharp</title>
		<link>https://tech.yipp.ca/csharp/load-file-assembly-newtonsoft-json-csharp/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=load-file-assembly-newtonsoft-json-csharp</link>
		<comments>https://tech.yipp.ca/csharp/load-file-assembly-newtonsoft-json-csharp/#comments</comments>
		<pubDate>Sat, 21 Feb 2015 17:07:31 +0000</pubDate>
		<dc:creator><![CDATA[frank]]></dc:creator>
				<category><![CDATA[csharp]]></category>

		<guid isPermaLink="false">http://tech.yipp.ca/?p=1536</guid>
		<description><![CDATA[<p>Additional information: Could not load file or assembly 'Newtonsoft.Json, Version=4.5.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed' or one of its dependencies. The located assembly's manifest definition does not</p>
<p>The post <a rel="nofollow" href="https://tech.yipp.ca/csharp/load-file-assembly-newtonsoft-json-csharp/">Could not load file or assembly 'Newtonsoft.Json' in csharp</a> appeared first on <a rel="nofollow" href="https://tech.yipp.ca">Techy Things</a>.</p>
]]></description>
				<content:encoded><![CDATA[<p>Additional information: Could not load file or assembly 'Newtonsoft.Json, Version=4.5.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed' or one of its dependencies. The located assembly's manifest definition does not</p>
<p>The post <a rel="nofollow" href="https://tech.yipp.ca/csharp/load-file-assembly-newtonsoft-json-csharp/">Could not load file or assembly 'Newtonsoft.Json' in csharp</a> appeared first on <a rel="nofollow" href="https://tech.yipp.ca">Techy Things</a>.</p>
]]></content:encoded>
			<wfw:commentRss>https://tech.yipp.ca/csharp/load-file-assembly-newtonsoft-json-csharp/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fix up &quot;Unable to resolve dependency Microsoft.Web.Xdt&quot; when adding nuget</title>
		<link>https://tech.yipp.ca/csharp/fix-unable-resolve-dependancy-microsoft-web-xsl-adding-component-nugget/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=fix-unable-resolve-dependancy-microsoft-web-xsl-adding-component-nugget</link>
		<comments>https://tech.yipp.ca/csharp/fix-unable-resolve-dependancy-microsoft-web-xsl-adding-component-nugget/#comments</comments>
		<pubDate>Wed, 18 Feb 2015 00:41:57 +0000</pubDate>
		<dc:creator><![CDATA[frank]]></dc:creator>
				<category><![CDATA[csharp]]></category>

		<guid isPermaLink="false">http://tech.yipp.ca/?p=1519</guid>
		<description><![CDATA[<p>Problem &#160; This happened when I was adding "ComponentHost" nuget from the Cerebro repo. Solution Click on Tools &#62; NuGet Package Manager &#62; Package Manager Console $&#62;  Install-Package Microsoft.Web.Xdt That is it ! &#160; Alternate&#46;&#46;&#46;</p>
<p>The post <a rel="nofollow" href="https://tech.yipp.ca/csharp/fix-unable-resolve-dependancy-microsoft-web-xsl-adding-component-nugget/">Fix up "Unable to resolve dependency Microsoft.Web.Xdt" when adding nuget</a> appeared first on <a rel="nofollow" href="https://tech.yipp.ca">Techy Things</a>.</p>
]]></description>
				<content:encoded><![CDATA[<h2>Problem</h2>
<p><a href="http://tech.yipp.ca/files/2015/02/unable-to-resolve-microsoft.png"><img class="alignnone size-full wp-image-1521" alt="unable-to-resolve-microsoft" src="http://tech.yipp.ca/files/2015/02/unable-to-resolve-microsoft.png" width="434" height="171" /></a></p>
<p>&nbsp;</p>
<p>This happened when I was adding "ComponentHost" nuget from the Cerebro repo.</p>
<h2>Solution</h2>
<p>Click on Tools &gt; NuGet Package Manager &gt; Package Manager Console</p>
<p>$&gt;  Install-Package Microsoft.Web.Xdt</p>
<p><em>That is it !</em></p>
<p>&nbsp;</p>
<p>Alternate Problem</p>
<p>5&gt;C:\dev\CrawlerSandbox\.nuget\NuGet.targets(100,9): error : Unable to find version '1.0.0.40' of package 'ComponentHost'.<br />
5&gt;C:\dev\CrawlerSandbox\.nuget\NuGet.targets(100,9): error MSB3073: The command ""C:\dev\CrawlerSandbox\.nuget\NuGet.exe" install "C:\dev\CrawlerSandbox\CrawlerContrainer\packages.config" -source "" -NonInteractive -RequireConsent -solutionDir "C:\dev\CrawlerSandbox\ "" exited with code 1.<br />
========== Build: 0 succeeded, 5 failed, 0 up-to-date, 0 skipped ==========</p>
<p>&nbsp;</p>
<p>Solution</p>
<p>You need to add Cerebo package repository</p>
<p>http://proget.cerebro.technology/nuget/Cerebro</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>The post <a rel="nofollow" href="https://tech.yipp.ca/csharp/fix-unable-resolve-dependancy-microsoft-web-xsl-adding-component-nugget/">Fix up "Unable to resolve dependency Microsoft.Web.Xdt" when adding nuget</a> appeared first on <a rel="nofollow" href="https://tech.yipp.ca">Techy Things</a>.</p>
]]></content:encoded>
			<wfw:commentRss>https://tech.yipp.ca/csharp/fix-unable-resolve-dependancy-microsoft-web-xsl-adding-component-nugget/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Visual Studio Customizations for C# development</title>
		<link>https://tech.yipp.ca/csharp/visual-studio-customizations-c-development/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=visual-studio-customizations-c-development</link>
		<comments>https://tech.yipp.ca/csharp/visual-studio-customizations-c-development/#comments</comments>
		<pubDate>Fri, 06 Feb 2015 03:32:13 +0000</pubDate>
		<dc:creator><![CDATA[frank]]></dc:creator>
				<category><![CDATA[c++]]></category>
		<category><![CDATA[csharp]]></category>

		<guid isPermaLink="false">http://tech.yipp.ca/?p=1475</guid>
		<description><![CDATA[<p>&#160; &#160; Allow editing while debugging On the Tools menu, click Options. In the Options dialog box, expand the Debugging node, and select Edit and Continue. In the Options dialog box Edit and Continue&#46;&#46;&#46;</p>
<p>The post <a rel="nofollow" href="https://tech.yipp.ca/csharp/visual-studio-customizations-c-development/">Visual Studio Customizations for C# development</a> appeared first on <a rel="nofollow" href="https://tech.yipp.ca">Techy Things</a>.</p>
]]></description>
				<content:encoded><![CDATA[<p>&nbsp;</p>
<p>&nbsp;</p>
<h2>Allow editing while debugging</h2>
<p>On the <em><strong>Tools menu</strong></em>, click <em><strong>Options</strong></em>. In the Options dialog box, expand the <em><strong>Debugging</strong></em> node, and select <em><strong>Edit and Continue</strong></em>. In the Options dialog box Edit and Continue page, select or<em><strong> clear the Enable Edit and Continue</strong> </em>check box.</p>
<p>The post <a rel="nofollow" href="https://tech.yipp.ca/csharp/visual-studio-customizations-c-development/">Visual Studio Customizations for C# development</a> appeared first on <a rel="nofollow" href="https://tech.yipp.ca">Techy Things</a>.</p>
]]></content:encoded>
			<wfw:commentRss>https://tech.yipp.ca/csharp/visual-studio-customizations-c-development/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
