<?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>VS2010 Archives - smallworkarounds</title>
	<atom:link href="https://www.smallworkarounds.com/category/vs2010/feed" rel="self" type="application/rss+xml" />
	<link>https://www.smallworkarounds.com/category/vs2010</link>
	<description>Welcome to SmallWorkarounds</description>
	<lastBuildDate>Thu, 16 Mar 2017 16:34:24 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9</generator>
	<item>
		<title>Nuget Package Manager a very useful Visual Studio 2010 Extension</title>
		<link>https://www.smallworkarounds.com/2011/03/nuget-package-manager-very-useful.html</link>
		
		<dc:creator><![CDATA[Aashish Kumar]]></dc:creator>
		<pubDate>Tue, 15 Mar 2011 21:26:00 +0000</pubDate>
				<category><![CDATA[VS2010]]></category>
		<guid isPermaLink="false">https://www.smallworkarounds.com/index.php/2011/03/15/nuget-package-manager-very-usefu/</guid>

					<description><![CDATA[<p>Sorry folks i have not penned any article since a long time as i was busy with life and wasn’t [&#8230;]</p>
<p>The post <a href="https://www.smallworkarounds.com/2011/03/nuget-package-manager-very-useful.html">Nuget Package Manager a very useful Visual Studio 2010 Extension</a> appeared first on <a href="https://www.smallworkarounds.com">smallworkarounds</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p><strong>Sorry folks i have not penned any article since a long time as i was busy with life and wasn’t able to spare out much time for blogging, but from now i will try to post useful things as soon as i find a little time.</strong> <strong>For today i found out this very useful Visual Studio 2010 Extension called Nuget Package Manager.</strong> <strong>The beauty of this application is that you get a whole lot of third party dlls at your disposal to use in your application.</strong> <strong>It will add the references to your application directly and there is no need to download the dlss and include in the project and secondly it will modify your web.config files also automatically.</strong> <strong>So you just have to click like you did traditionally as “Add Service Reference” and you are ready to go…</strong> For installing Nuget Package Manager Extension go to the link <a title="http://visualstudiogallery.msdn.microsoft.com/27077b70-9dad-4c64-adcf-c7cf6bc9970c" href="http://visualstudiogallery.msdn.microsoft.com/27077b70-9dad-4c64-adcf-c7cf6bc9970c">http://visualstudiogallery.msdn.microsoft.com/27077b70-9dad-4c64-adcf-c7cf6bc9970c</a></p>
<p><img decoding="async" class="alignnone size-medium wp-image-54580" src="https://www.smallworkarounds.com/wp-content/uploads/2011/03/nugetpackagemanager_thumb-300x122.png" alt="" width="300" height="122" srcset="https://www.smallworkarounds.com/wp-content/uploads/2011/03/nugetpackagemanager_thumb-300x122.png 300w, https://www.smallworkarounds.com/wp-content/uploads/2011/03/nugetpackagemanager_thumb-768x312.png 768w, https://www.smallworkarounds.com/wp-content/uploads/2011/03/nugetpackagemanager_thumb.png 900w" sizes="(max-width: 300px) 100vw, 300px" /> After installing nuget you will find it inside the Extension Manager in Visual Studio</p>
<p><img decoding="async" class="alignnone size-medium wp-image-54581" src="https://www.smallworkarounds.com/wp-content/uploads/2011/03/nugetextensioninstalled_thumb-300x101.png" alt="" width="300" height="101" srcset="https://www.smallworkarounds.com/wp-content/uploads/2011/03/nugetextensioninstalled_thumb-300x101.png 300w, https://www.smallworkarounds.com/wp-content/uploads/2011/03/nugetextensioninstalled_thumb-768x257.png 768w, https://www.smallworkarounds.com/wp-content/uploads/2011/03/nugetextensioninstalled_thumb.png 982w" sizes="(max-width: 300px) 100vw, 300px" /> Now in whichever project you want to add any third party assembly you can right click on Reference and do an “<strong>Add Library Package Reference”</strong>. It will open the Library Package Reference manager for you.</p>
<p><img fetchpriority="high" decoding="async" class="alignnone size-medium wp-image-54582" src="https://www.smallworkarounds.com/wp-content/uploads/2011/03/libraryreference_thumb-300x211.png" alt="" width="300" height="211" srcset="https://www.smallworkarounds.com/wp-content/uploads/2011/03/libraryreference_thumb-300x211.png 300w, https://www.smallworkarounds.com/wp-content/uploads/2011/03/libraryreference_thumb.png 468w" sizes="(max-width: 300px) 100vw, 300px" /> This manager will display all the available libraries and third party assemblies on Nuget, you can selecte any of those to be added into your project.</p>
<p><img decoding="async" class="alignnone size-medium wp-image-54583" src="https://www.smallworkarounds.com/wp-content/uploads/2011/03/nuget_thumb-300x221.png" alt="" width="300" height="221" srcset="https://www.smallworkarounds.com/wp-content/uploads/2011/03/nuget_thumb-300x221.png 300w, https://www.smallworkarounds.com/wp-content/uploads/2011/03/nuget_thumb-768x566.png 768w, https://www.smallworkarounds.com/wp-content/uploads/2011/03/nuget_thumb.png 949w" sizes="(max-width: 300px) 100vw, 300px" /> Just select the assembly which you want to add as an example i have added the <strong>ELMAH </strong>assembly for giving the project an error logging mechanism. Similarly you can add a lot of other assemblies with the help of Nuget. All in all its a very good extension and you need not code anything to add those references and also you needn’t make any changes in your web.config manually, everything is done for you automatically by Nuget.</p>
<p><img decoding="async" class="alignnone size-medium wp-image-54584" src="https://www.smallworkarounds.com/wp-content/uploads/2011/03/elmahadded_thumb-300x195.png" alt="" width="300" height="195" srcset="https://www.smallworkarounds.com/wp-content/uploads/2011/03/elmahadded_thumb-300x195.png 300w, https://www.smallworkarounds.com/wp-content/uploads/2011/03/elmahadded_thumb.png 432w" sizes="(max-width: 300px) 100vw, 300px" />Its a very good tool which .net developers can leverage to generate cleaner and quick code. Happy Programming !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!</p>
<div id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:9bce81a0-f571-4da7-9de5-210079b2984d" class="wlWriterEditableSmartContent" style="margin: 0px; display: inline; float: none; padding: 0px;">del.icio.us Tags: <a href="http://del.icio.us/popular/Nuget" rel="tag">Nuget</a>,<a href="http://del.icio.us/popular/Visual+Studio+2010" rel="tag">Visual Studio 2010</a></div>
<p>The post <a href="https://www.smallworkarounds.com/2011/03/nuget-package-manager-very-useful.html">Nuget Package Manager a very useful Visual Studio 2010 Extension</a> appeared first on <a href="https://www.smallworkarounds.com">smallworkarounds</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Cannot get the list of output files from the project</title>
		<link>https://www.smallworkarounds.com/2010/01/cannot-get-list-of-output-files-from.html</link>
		
		<dc:creator><![CDATA[Aashish Kumar]]></dc:creator>
		<pubDate>Mon, 18 Jan 2010 11:47:00 +0000</pubDate>
				<category><![CDATA[Silverlight 3]]></category>
		<category><![CDATA[Silverlight 4]]></category>
		<category><![CDATA[VS2010]]></category>
		<category><![CDATA[Silverlight]]></category>
		<guid isPermaLink="false">https://www.smallworkarounds.com/index.php/2010/01/18/cannot-get-list-of-output-files-fro/</guid>

					<description><![CDATA[<p>If you are a Silverlight developer who likes to keep himself updated on the latest stuff around in technology then [&#8230;]</p>
<p>The post <a href="https://www.smallworkarounds.com/2010/01/cannot-get-list-of-output-files-from.html">Cannot get the list of output files from the project</a> appeared first on <a href="https://www.smallworkarounds.com">smallworkarounds</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p><strong>If you are a Silverlight developer who likes to keep himself updated on the latest stuff around in technology then you might face this problem. Actually this happens when you upgrade your system to VS2010 , by update i don’t mean that you are changing the target framework to be used to .net framework 4.0 update here just means that your .csproj file now knows that it has to open itself with VS2010 but after sometime if you feel that VS2010 beta is unstable, which looked to me also then you want to revert back to old and tested VS2008 everything can be reverted back without problems but when you will build the project in VS2008 you will notice that it complains “Cannot get the list of output files from the project” this is because the ToolsVersion used is still 4.0</strong> The simple solution is to just go to the .csproj file in any of the text editors and modify the ToolsVersion in every project in the solution which contains your silverlight project. Just replace the ToolsVersion = 4.0 with ToolsVersion= 3.5 and your solution will start working again. That’s it. Happy Programming!!!!!!!!!!!!!!!!!!!!!!!!!!!!</p>
<p>The post <a href="https://www.smallworkarounds.com/2010/01/cannot-get-list-of-output-files-from.html">Cannot get the list of output files from the project</a> appeared first on <a href="https://www.smallworkarounds.com">smallworkarounds</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Error 1 The “Validatexaml” task failed unexpectedly.System.IO.FileLoadException.Could not load file or assembly.</title>
		<link>https://www.smallworkarounds.com/2009/12/error-1-validatexaml-task-failed.html</link>
					<comments>https://www.smallworkarounds.com/2009/12/error-1-validatexaml-task-failed.html#comments</comments>
		
		<dc:creator><![CDATA[Aashish Kumar]]></dc:creator>
		<pubDate>Mon, 14 Dec 2009 14:51:00 +0000</pubDate>
				<category><![CDATA[Silverlight 4]]></category>
		<category><![CDATA[VS2010]]></category>
		<category><![CDATA[RIA Services]]></category>
		<category><![CDATA[IIS]]></category>
		<guid isPermaLink="false">https://www.smallworkarounds.com/index.php/2009/12/14/error-1-validatexaml-task-failed/</guid>

					<description><![CDATA[<p>If you are facing the ValidateXaml exception and your build fails then it might be due to the new feature [&#8230;]</p>
<p>The post <a href="https://www.smallworkarounds.com/2009/12/error-1-validatexaml-task-failed.html">Error 1 The “Validatexaml” task failed unexpectedly.System.IO.FileLoadException.Could not load file or assembly.</a> appeared first on <a href="https://www.smallworkarounds.com">smallworkarounds</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p><img decoding="async" src="https://www.smallworkarounds.com/blog/images/sl4errors/downloaderror.png" /> If you are facing the ValidateXaml exception and your build fails then it might be due to the new feature of blocking the downloaded content. This means whenever you download a project from the internet it is quite likely that windows will automatically block its content for few dll’s and if it’s so you will get this error. So the easy solution is to look for the file for which its complaining as in the above solution its the Activity control for which it’s complaining, so just navigate to that file right click on the file and press unblock and that’s it , go  and rebuild your solution and everything will work as desired. <img decoding="async" src="https://www.smallworkarounds.com/blog/images/sl4errors/unblock.png" /> I have myself faced this problem in Windows Server 2008 and Windows 7. You might try this also in Windows Vista as well.Hope this helps. Happy programming !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!</p>
<p>The post <a href="https://www.smallworkarounds.com/2009/12/error-1-validatexaml-task-failed.html">Error 1 The “Validatexaml” task failed unexpectedly.System.IO.FileLoadException.Could not load file or assembly.</a> appeared first on <a href="https://www.smallworkarounds.com">smallworkarounds</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.smallworkarounds.com/2009/12/error-1-validatexaml-task-failed.html/feed</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
			</item>
	</channel>
</rss>
