<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
	
	>
<channel>
	<title>
	Comments for DXSdata	</title>
	<atom:link href="https://www.dxsdata.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.dxsdata.com</link>
	<description>Software &#124; Network &#124; Administration</description>
	<lastBuildDate>Wed, 12 Apr 2023 17:02:17 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.1</generator>
	<item>
		<title>
		Comment on [:de]Brother Universal-Druckertreiber: &#8220;Der ausgewählte Drucker ist ein anderer als der zuletzt verwendete&#8221; beheben[:en]Resolve Brother Universal Printer Driver error: &#8220;The selected printing device is different from the one you last used&#8221;[:] by Abe		</title>
		<link>https://www.dxsdata.com/2016/05/resolve-brother-universal-printer-driver-error-the-selected-printing-device-is-different-from-the-one-you-last-used/#comment-129</link>

		<dc:creator><![CDATA[Abe]]></dc:creator>
		<pubDate>Wed, 12 Apr 2023 17:02:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.dxsdata.com/?p=1116#comment-129</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.dxsdata.com/2016/05/resolve-brother-universal-printer-driver-error-the-selected-printing-device-is-different-from-the-one-you-last-used/#comment-127&quot;&gt;DJK&lt;/a&gt;.

Did you ever find a solution to this?]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://www.dxsdata.com/2016/05/resolve-brother-universal-printer-driver-error-the-selected-printing-device-is-different-from-the-one-you-last-used/#comment-127">DJK</a>.</p>
<p>Did you ever find a solution to this?</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		Comment on [:de]Windows Server 2016 Standard: Kompatibilitätscheck überspringen[:en]Windows Server 2016 Standard: Skipping Compatibility Check[:] by Amblessedy		</title>
		<link>https://www.dxsdata.com/2016/11/windows-server-2016-standard-skipping-compatibility-check/#comment-169</link>

		<dc:creator><![CDATA[Amblessedy]]></dc:creator>
		<pubDate>Wed, 12 Apr 2023 06:32:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.dxsdata.com/?p=1314#comment-169</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.dxsdata.com/2016/11/windows-server-2016-standard-skipping-compatibility-check/#comment-164&quot;&gt;Selensch&lt;/a&gt;.

Worked. Thanks]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://www.dxsdata.com/2016/11/windows-server-2016-standard-skipping-compatibility-check/#comment-164">Selensch</a>.</p>
<p>Worked. Thanks</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		Comment on JQuery funktioniert nicht nach Wechsel von HTTP auf HTTPSJQuery not working after changing from HTTP to HTTPS by Lydier Han		</title>
		<link>https://www.dxsdata.com/2015/06/jquery-not-working-after-changing-from-http-to-https/#comment-105</link>

		<dc:creator><![CDATA[Lydier Han]]></dc:creator>
		<pubDate>Fri, 03 Mar 2023 00:48:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.dxsdata.com/?p=921#comment-105</guid>

					<description><![CDATA[Thank you so much. You saved my website! Removing the HTTP and just using the // is brilliant!]]></description>
			<content:encoded><![CDATA[<p>Thank you so much. You saved my website! Removing the HTTP and just using the // is brilliant!</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		Comment on [:de]Accord.NET framework in .NET ClickOnce-Projekten inkludieren[:en]Including Accord.NET framework in .NET ClickOnce projects[:] by Rob Sobol		</title>
		<link>https://www.dxsdata.com/2018/11/including-accord-net-framework-in-net-clickonce-projects/#comment-203</link>

		<dc:creator><![CDATA[Rob Sobol]]></dc:creator>
		<pubDate>Wed, 18 Jan 2023 19:06:28 +0000</pubDate>
		<guid isPermaLink="false">https://www.dxsdata.com/?p=2040#comment-203</guid>

					<description><![CDATA[My application that has &#039;Accord.Video.FFMPEG.dll&#039; and supporting DLL&#039;s works properly in the development environment. When I publish and try to Click Once install I receive the following message: Could not load file or assembly &#039;Accord.Video.FFMPEG.dll&#039; or one of its dependencies. The specified module could not be found. File name: &#039;Accord.Video.FFMPEG.dll&#039;

As suggested in other posts, I copied the following DLL&#039;s into my Resources folder in my Visual Studio Project and specified to &#039;always copy to installation folder&#039;. I see them in the Install Folder inside the folder C:\JPGManagerPublish\Application f Files\JPGManager_3_0_0_179\Resources

avcodec-57.dll avdevice-57.dll avfilter-6.dll avformat-6.dll avformat-57.dll avutil-55.dll postproc-54.dll swresample-2.dll swscale-4.dll

These show up in the application install folder as avcodec.57.dll.deploy, etc.

I install the application with Setup and I when I execute the function that utilizes Accord.Video.FFMPEG.dll I get the error message : &#039;Accord.Video.FFMPEG.dll&#039; or one of its dependencies. The specified module could not be found. File name: &#039;Accord.Video.FFMPEG.dll&#039;]]></description>
			<content:encoded><![CDATA[<p>My application that has &#8216;Accord.Video.FFMPEG.dll&#8217; and supporting DLL&#8217;s works properly in the development environment. When I publish and try to Click Once install I receive the following message: Could not load file or assembly &#8216;Accord.Video.FFMPEG.dll&#8217; or one of its dependencies. The specified module could not be found. File name: &#8216;Accord.Video.FFMPEG.dll&#8217;</p>
<p>As suggested in other posts, I copied the following DLL&#8217;s into my Resources folder in my Visual Studio Project and specified to &#8216;always copy to installation folder&#8217;. I see them in the Install Folder inside the folder C:\JPGManagerPublish\Application f Files\JPGManager_3_0_0_179\Resources</p>
<p>avcodec-57.dll avdevice-57.dll avfilter-6.dll avformat-6.dll avformat-57.dll avutil-55.dll postproc-54.dll swresample-2.dll swscale-4.dll</p>
<p>These show up in the application install folder as avcodec.57.dll.deploy, etc.</p>
<p>I install the application with Setup and I when I execute the function that utilizes Accord.Video.FFMPEG.dll I get the error message : &#8216;Accord.Video.FFMPEG.dll&#8217; or one of its dependencies. The specified module could not be found. File name: &#8216;Accord.Video.FFMPEG.dll&#8217;</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		Comment on JQuery funktioniert nicht nach Wechsel von HTTP auf HTTPSJQuery not working after changing from HTTP to HTTPS by Rajesh Goswami		</title>
		<link>https://www.dxsdata.com/2015/06/jquery-not-working-after-changing-from-http-to-https/#comment-104</link>

		<dc:creator><![CDATA[Rajesh Goswami]]></dc:creator>
		<pubDate>Tue, 10 Aug 2021 04:16:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.dxsdata.com/?p=921#comment-104</guid>

					<description><![CDATA[Thanks . This solved my problem]]></description>
			<content:encoded><![CDATA[<p>Thanks . This solved my problem</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		Comment on [:de]Windows Server 2016 Standard: Kompatibilitätscheck überspringen[:en]Windows Server 2016 Standard: Skipping Compatibility Check[:] by cathy		</title>
		<link>https://www.dxsdata.com/2016/11/windows-server-2016-standard-skipping-compatibility-check/#comment-168</link>

		<dc:creator><![CDATA[cathy]]></dc:creator>
		<pubDate>Sat, 31 Jul 2021 18:18:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.dxsdata.com/?p=1314#comment-168</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.dxsdata.com/2016/11/windows-server-2016-standard-skipping-compatibility-check/#comment-161&quot;&gt;Seth&lt;/a&gt;.

THANK YOU!!! I don&#039;t know what I would do if people didn&#039;t comment when they find a simple answer!!  (M$ is no help at all! )]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://www.dxsdata.com/2016/11/windows-server-2016-standard-skipping-compatibility-check/#comment-161">Seth</a>.</p>
<p>THANK YOU!!! I don&#8217;t know what I would do if people didn&#8217;t comment when they find a simple answer!!  (M$ is no help at all! )</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		Comment on [:de]Emoticons für Openfire Spark Messenger[:en]Emoticons for Openfire Spark Messenger[:] by Hola		</title>
		<link>https://www.dxsdata.com/2017/04/emoticons-for-openfire-spark-messenger/#comment-183</link>

		<dc:creator><![CDATA[Hola]]></dc:creator>
		<pubDate>Thu, 29 Jul 2021 14:34:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.dxsdata.com/?p=1718#comment-183</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.dxsdata.com/2017/04/emoticons-for-openfire-spark-messenger/#comment-182&quot;&gt;Nick&lt;/a&gt;.

you need to edit the plist on notepad or similar and you can change the images but you need rename corretly to make effect]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://www.dxsdata.com/2017/04/emoticons-for-openfire-spark-messenger/#comment-182">Nick</a>.</p>
<p>you need to edit the plist on notepad or similar and you can change the images but you need rename corretly to make effect</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		Comment on [:de]Fehler &#8220;Request exceeded limit&#8221; (Error 500) nach WordPress-Updates beheben[:en]Solving &#8220;Request exceeded limit&#8221; (Error 500) after WordPress updates[:] by Markus		</title>
		<link>https://www.dxsdata.com/2017/07/solving-request-exceeded-limit-error-500-after-wordpress-updates/#comment-189</link>

		<dc:creator><![CDATA[Markus]]></dc:creator>
		<pubDate>Tue, 11 May 2021 14:46:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.dxsdata.com/?p=1818#comment-189</guid>

					<description><![CDATA[Besten Dank, hat unser Problem behoben. Wir verwenden WPML]]></description>
			<content:encoded><![CDATA[<p>Besten Dank, hat unser Problem behoben. Wir verwenden WPML</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		Comment on [:de]Windows Server 2016 Standard: Kompatibilitätscheck überspringen[:en]Windows Server 2016 Standard: Skipping Compatibility Check[:] by steve		</title>
		<link>https://www.dxsdata.com/2016/11/windows-server-2016-standard-skipping-compatibility-check/#comment-167</link>

		<dc:creator><![CDATA[steve]]></dc:creator>
		<pubDate>Thu, 22 Apr 2021 18:31:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.dxsdata.com/?p=1314#comment-167</guid>

					<description><![CDATA[Seth&#039;s comment also worked for me.]]></description>
			<content:encoded><![CDATA[<p>Seth&#8217;s comment also worked for me.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		Comment on Windows-Netzwerk: Software remote deinstallieren (silent)Windows network: Remotely uninstall software silently by meow		</title>
		<link>https://www.dxsdata.com/2015/09/windows-network-remotely-uninstall-software-silently/#comment-111</link>

		<dc:creator><![CDATA[meow]]></dc:creator>
		<pubDate>Sat, 09 Jan 2021 13:10:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.dxsdata.com/?p=988#comment-111</guid>

					<description><![CDATA[Other example:
wmic product where (name=&quot;mySwTool&quot; and version = &quot;2.3&quot;) call uninstall]]></description>
			<content:encoded><![CDATA[<p>Other example:<br />
wmic product where (name=&#8221;mySwTool&#8221; and version = &#8220;2.3&#8221;) call uninstall</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
