<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" media="screen" href="/styles/xslt/rss.xslt"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:media="http://search.yahoo.com/mrss/" xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" xmlns:c9="http://channel9.msdn.com">
<channel>
	<title>Channel 9 Forums - Tech Off - Cant trust a project .DLL on a network location from VS 2010 and 2012</title>
	<atom:link rel="self" type="application/rss+xml" href="http://channel9.msdn.com/Forums/rss"></atom:link>
	<image>
		<url>http://mschnlnine.vo.llnwd.net/d1/Dev/App_Themes/C9/images/feedimage.png</url>
		<title>Channel 9 Forums - Tech Off - Cant trust a project .DLL on a network location from VS 2010 and 2012</title>
		<link>http://channel9.msdn.com/Forums</link>
	</image>
	<description>Channel 9 keeps you up to date with the latest news and behind the scenes info from Microsoft that developers love to keep up with. From LINQ to SilverLight – Watch videos and hear about all the cool technologies coming and the people behind them.</description>
	<link>http://channel9.msdn.com/Forums</link>
	<language>en</language>
	<pubDate>Sat, 18 May 2013 20:48:22 GMT</pubDate>
	<lastBuildDate>Sat, 18 May 2013 20:48:22 GMT</lastBuildDate>
	<generator>Rev9</generator>
	<c9:totalResults>3</c9:totalResults>
	<c9:pageCount>-3</c9:pageCount>
	<c9:pageSize>-1</c9:pageSize>
	<item>
		<title>Tech Off - Cant trust a project .DLL on a network location from VS 2010 and 2012</title>
		<description><![CDATA[<p><table width="517"><tbody><tr><td class="votecell">&nbsp;</td><td class="postcell"><div><div class="post-text"><p>I am having an issue of editing a Visual Studio project by which it is saved on a remote server at home.</p><p>First of all, my setup is:-</p><ol><li>Windows 8 64bit RC, With Visual Studio 2010 installed. </li><li>Windows Server 2012 RC. With a Shared Folder accessed with an account (//Dev). </li></ol><p>The problem here is from Windows 8 RC, I can access the share and create the projects I want. But if I build the project I got this error:-</p><p>Could not load the assembly file:///C:\***.dll. This assembly may have been downloaded from the Web. If an assembly has been downloaded from the Web, it is flagged by Windows as being a Web file, even if it resides on the local computer. This may prevent it from being used in your project. You can change this designation by changing the file properties. Only unblock assemblies that you trust. See <a href="http://go.microsoft.com/fwlink/?LinkId=179545" rel="nofollow">http://go.microsoft.com/fwlink/?LinkId=179545</a> for more information.</p><p>I tried to unblock the .DLL file from its properties but the UNBLOCK button is not available.</p><p>Plz help.</p></div></div></td></tr></tbody></table></p>]]></description>
		<link>http://channel9.msdn.com/Forums/TechOff/Cant-trust-a-project-DLL-on-a-network-location-from-VS-2010-and-2012/302c4f6941c2426fa4f5a072015a5eb0#302c4f6941c2426fa4f5a072015a5eb0</link>
		<pubDate>Sat, 16 Jun 2012 21:01:05 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/TechOff/Cant-trust-a-project-DLL-on-a-network-location-from-VS-2010-and-2012/302c4f6941c2426fa4f5a072015a5eb0#302c4f6941c2426fa4f5a072015a5eb0</guid>
		<dc:creator>anha</dc:creator>
		<slash:comments>3</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/whiteBox85/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Tech Off - Cant trust a project .DLL on a network location from VS 2010 and 2012</title>
		<description><![CDATA[<p>Er, it's telling you that it can't load an assembly located at <strong>C:\****.dll</strong></p><p>You've told us the assembly is on a remote share, thus probably not at C:\ something.</p><p>So, my psychic debugging skills tell me your dll is not located in the same place it was when you originally added a reference to it and so that reference is now pointing to the wrong place. Update your references and it'll work.</p><p><a href="http://blogs.msdn.com/b/oldnewthing/archive/2012/06/06/10315550.aspx">http://blogs.msdn.com/b/oldnewthing/archive/2012/06/06/10315550.aspx</a></p>]]></description>
		<link>http://channel9.msdn.com/Forums/TechOff/Cant-trust-a-project-DLL-on-a-network-location-from-VS-2010-and-2012/fea97537a92c455ba335a07300b00600#fea97537a92c455ba335a07300b00600</link>
		<pubDate>Sun, 17 Jun 2012 10:40:52 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/TechOff/Cant-trust-a-project-DLL-on-a-network-location-from-VS-2010-and-2012/fea97537a92c455ba335a07300b00600#fea97537a92c455ba335a07300b00600</guid>
		<dc:creator>AndyC</dc:creator>
		<slash:comments>3</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/AndyC/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Tech Off - Cant trust a project .DLL on a network location from VS 2010 and 2012</title>
		<description><![CDATA[<p>Hi whiteBox85, there is a thread regarding a similar issue on StackOverflow:</p><p><a href="http://stackoverflow.com/questions/1823339/error-building-visual-studio-2010-silverlight-4-projects-on-windows-7-with-xp-mo">http://stackoverflow.com/questions/1823339/error-building-visual-studio-2010-silverlight-4-projects-on-windows-7-with-xp-mo</a></p><p>Adding the&nbsp;&lt;loadFromRemoteSources enabled=&quot;true&quot;/&gt; under &lt;configuration&gt; &lt;runtime&gt; in devenv.exe.config actually fixed the &quot;<span>This assembly may have been downloaded from the Web&quot; issue for me in</span>&nbsp;VS2010, give it a try.</p>]]></description>
		<link>http://channel9.msdn.com/Forums/TechOff/Cant-trust-a-project-DLL-on-a-network-location-from-VS-2010-and-2012/b6d8d122d5864a1292cba07c001b47c8#b6d8d122d5864a1292cba07c001b47c8</link>
		<pubDate>Tue, 26 Jun 2012 01:39:19 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/TechOff/Cant-trust-a-project-DLL-on-a-network-location-from-VS-2010-and-2012/b6d8d122d5864a1292cba07c001b47c8#b6d8d122d5864a1292cba07c001b47c8</guid>
		<dc:creator>AndrewSt</dc:creator>
		<slash:comments>3</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/AndrewSt/Discussions/RSS</wfw:commentRss>
	</item>
</channel>
</rss>