<?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/"
	
	xmlns:georss="http://www.georss.org/georss"
	xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#"
	>

<channel>
	<title>ClickOnce Deployment Archives - CenterSpace</title>
	<atom:link href="https://www.centerspace.net/tag/clickonce-deployment/feed" rel="self" type="application/rss+xml" />
	<link>https://www.centerspace.net/tag/clickonce-deployment</link>
	<description>.NET numerical class libraries</description>
	<lastBuildDate>Mon, 08 Jul 2013 19:12:07 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.1.1</generator>
<site xmlns="com-wordpress:feed-additions:1">104092929</site>	<item>
		<title>ClickOnce Deployment</title>
		<link>https://www.centerspace.net/clickonce-deployment</link>
					<comments>https://www.centerspace.net/clickonce-deployment#comments</comments>
		
		<dc:creator><![CDATA[Trevor Misfeldt]]></dc:creator>
		<pubDate>Tue, 17 Aug 2010 18:13:16 +0000</pubDate>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[ClickOnce Deployment]]></category>
		<guid isPermaLink="false">http://www.centerspace.net/blog/?p=2575</guid>

					<description><![CDATA[<p>In general, when you deploy an NMath application you want to ensure that all NMath DLLs in the installation Assemblies directory are installed in either the GAC or next to the application. (You can read an overview of NMath deployment in Section 1.7 the NMath User&#8217;s Guide.) ClickOnce automagically tries to determine the appropriate dependencies [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://www.centerspace.net/clickonce-deployment">ClickOnce Deployment</a> appeared first on <a rel="nofollow" href="https://www.centerspace.net">CenterSpace</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>In general, when you deploy an NMath application you want to ensure that all NMath DLLs in the installation Assemblies directory are installed in either the GAC or next to the application. (You can read an overview of NMath deployment in <a title="Section 1.3" href="https://www.centerspace.net/doc/NMath/user/overview-83427.htm">Section 1.7</a> the NMath User&#8217;s Guide.)</p>
<p>ClickOnce automagically tries to determine the appropriate dependencies to deploy. However, since the NMath kernel and native DLLs are not required at compile-time, but are required at run-time, the ClickOnce mechanism fails. The best solution we&#8217;ve found is to:</p>
<ol>
<li>Add NMathKernelx86.dll, NMathKernelx64.dll, nmath_native_x86.dll, nmath_native_x64.dll as files to the project.</li>
<li>Set the <strong>Build Action</strong> to <strong>Content</strong>.</li>
<li>Set <strong>Copy to Output Directory</strong> to <strong>Copy Always</strong>.</li>
<li>Publish your project, then go to the publish directory\<strong>Application Files</strong> to verify that these four DLLs have been included.</li>
</ol>
<p>&#8211; Trevor</p>
<p>The post <a rel="nofollow" href="https://www.centerspace.net/clickonce-deployment">ClickOnce Deployment</a> appeared first on <a rel="nofollow" href="https://www.centerspace.net">CenterSpace</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.centerspace.net/clickonce-deployment/feed</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">2575</post-id>	</item>
	</channel>
</rss>
