<?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:media="http://search.yahoo.com/mrss/">
<channel>
<title>ClipboardFusion RSS: My own assemblies in ClipboardFusion Macros</title>
<atom:link href="https://www.clipboardfusion.com/Discussions/RSS/?TopicID=a960fae0-128a-4164-8bfe-7780bce0f52b" rel="self" type="application/rss+xml" />
<link>https://www.clipboardfusion.com/Discussions/RSS/?TopicID=a960fae0-128a-4164-8bfe-7780bce0f52b</link>
<description>ClipboardFusion RSS: My own assemblies in ClipboardFusion Macros</description>
<lastBuildDate>Wed, 17 Jun 2026 15:53:08 GMT</lastBuildDate>
<language>en</language>
<sy:updatePeriod>hourly</sy:updatePeriod>
<sy:updateFrequency>1</sy:updateFrequency>
<generator>https://www.clipboardfusion.com/Discussions/RSS/?TopicID=a960fae0-128a-4164-8bfe-7780bce0f52b</generator>
<item>
<title>RE: My own assemblies in ClipboardFusion Macros</title>
<link>https://www.clipboardfusion.com/Discussions/View/my-own-assemblies-in-clipboardfusion-macros/?ID=a960fae0-128a-4164-8bfe-7780bce0f52b#6</link>
<pubDate>Mon, 30 Oct 2017 23:04:40 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.clipboardfusion.com/Discussions/View/my-own-assemblies-in-clipboardfusion-macros/?ID=a960fae0-128a-4164-8bfe-7780bce0f52b#6</guid>
<category>ClipboardFusion</category>
<description><![CDATA[Thank you, Thomas!
Very helpful instruction, this "assembly to be sandboxed" error is indeed confusing and I used to get it sometimes, outside of CF macros]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
Thank you, Thomas!<br/>
<br/>
Very helpful instruction, this "assembly to be sandboxed" error is indeed confusing and I used to get it sometimes, outside of CF macros
</div>
]]></content:encoded>
<media:thumbnail url="https://www.clipboardfusion.com/Discussions/Download/?ID=dda2acca-faff-44dd-b8b1-dc1198e29323"/>
</item>
<item>
<title>RE: My own assemblies in ClipboardFusion Macros</title>
<link>https://www.clipboardfusion.com/Discussions/View/my-own-assemblies-in-clipboardfusion-macros/?ID=a960fae0-128a-4164-8bfe-7780bce0f52b#5</link>
<pubDate>Mon, 30 Oct 2017 18:17:05 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.clipboardfusion.com/Discussions/View/my-own-assemblies-in-clipboardfusion-macros/?ID=a960fae0-128a-4164-8bfe-7780bce0f52b#5</guid>
<category>ClipboardFusion</category>
<description><![CDATA[The way I usually test it is to add the DLL to the references and compile to see if it throws an error. The error usually looks something like this if the assembly is using the wrong .NET framework:
"an attempt was made to load an assembly from a network location which would have caused the asse...]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
The way I usually test it is to add the DLL to the references and compile to see if it throws an error. The error usually looks something like this if the assembly is using the wrong .NET framework:<br/>
<br/>
"an attempt was made to load an assembly from a network location which would have caused the assembly to be sandboxed"<br/>
<br/>
You can try a different version of the DLL, or you can right click on the file itself, click "Properties" and unblock the file. More details here:<br/>
<br/>
<a href="https://stackoverflow.com/questions/15238714/net-local-assembly-load-failed-with-cas-policy" target="_blank" rel="nofollow"><b>https://stackoverflow.com/questions/15238714/net-local-assembly-load-failed-with-cas-policy</b></a>
</div>
]]></content:encoded>
<media:thumbnail url="https://www.clipboardfusion.com/Discussions/Download/?ID=dda2acca-faff-44dd-b8b1-dc1198e29323"/>
</item>
<item>
<title>RE: My own assemblies in ClipboardFusion Macros</title>
<link>https://www.clipboardfusion.com/Discussions/View/my-own-assemblies-in-clipboardfusion-macros/?ID=a960fae0-128a-4164-8bfe-7780bce0f52b#4</link>
<pubDate>Mon, 23 Oct 2017 04:27:44 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.clipboardfusion.com/Discussions/View/my-own-assemblies-in-clipboardfusion-macros/?ID=a960fae0-128a-4164-8bfe-7780bce0f52b#4</guid>
<category>ClipboardFusion</category>
<description><![CDATA[Hi Thomas
By the way, your screenshot says you link Newtonsoft.Json.dll version 4.5 (and anyway no 4.6 version exists for that library in the download). So, is it OK to have 4.5 library and not necessarily 4.6 as you have suggested? Or you had to re-build Newtonsoft library from source to satisf...]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
Hi Thomas<br/>
<br/>
By the way, your screenshot says you link Newtonsoft.Json.dll version 4.5 (and anyway no 4.6 version exists for that library in the download). So, is it OK to have 4.5 library and not necessarily 4.6 as you have suggested? Or you had to re-build Newtonsoft library from source to satisfy 4.6 requirement?<br/>
<br/>
Thanks,<br/>
Dmitry
</div>
]]></content:encoded>
<media:thumbnail url="https://www.clipboardfusion.com/Discussions/Download/?ID=dda2acca-faff-44dd-b8b1-dc1198e29323"/>
</item>
<item>
<title>RE: My own assemblies in ClipboardFusion Macros</title>
<link>https://www.clipboardfusion.com/Discussions/View/my-own-assemblies-in-clipboardfusion-macros/?ID=a960fae0-128a-4164-8bfe-7780bce0f52b#3</link>
<pubDate>Thu, 19 Oct 2017 23:04:41 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.clipboardfusion.com/Discussions/View/my-own-assemblies-in-clipboardfusion-macros/?ID=a960fae0-128a-4164-8bfe-7780bce0f52b#3</guid>
<category>ClipboardFusion</category>
<description><![CDATA[Thank you, Thomas. Good example in your screenshot!]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
Thank you, Thomas. Good example in your screenshot!
</div>
]]></content:encoded>
<media:thumbnail url="https://www.clipboardfusion.com/Discussions/Download/?ID=dda2acca-faff-44dd-b8b1-dc1198e29323"/>
</item>
<item>
<title>RE: My own assemblies in ClipboardFusion Macros</title>
<link>https://www.clipboardfusion.com/Discussions/View/my-own-assemblies-in-clipboardfusion-macros/?ID=a960fae0-128a-4164-8bfe-7780bce0f52b#2</link>
<pubDate>Thu, 19 Oct 2017 18:47:17 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.clipboardfusion.com/Discussions/View/my-own-assemblies-in-clipboardfusion-macros/?ID=a960fae0-128a-4164-8bfe-7780bce0f52b#2</guid>
<category>ClipboardFusion</category>
<description><![CDATA[Your assemblies can be anywhere you like. All you need to do is add the path to them in the "References" text box in the Macro Editor, and make sure your assemblies are compiled with the same version of the .NET framework (4.6).
I've attached a screenshot showing a Macro that I use with an exter...]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
Your assemblies can be anywhere you like. All you need to do is add the path to them in the "References" text box in the Macro Editor, and make sure your assemblies are compiled with the same version of the .NET framework (4.6).<br/>
<br/>
I've attached a screenshot showing a Macro that I use with an external assembly.<br/>
<br/>
I hope this helps!
</div>
]]></content:encoded>
<media:thumbnail url="https://www.clipboardfusion.com/Discussions/Download/?ID=dda2acca-faff-44dd-b8b1-dc1198e29323"/>
</item>
<item>
<title>My own assemblies in ClipboardFusion Macros</title>
<link>https://www.clipboardfusion.com/Discussions/View/my-own-assemblies-in-clipboardfusion-macros/?ID=a960fae0-128a-4164-8bfe-7780bce0f52b</link>
<pubDate>Thu, 19 Oct 2017 04:30:28 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.clipboardfusion.com/Discussions/View/my-own-assemblies-in-clipboardfusion-macros/?ID=a960fae0-128a-4164-8bfe-7780bce0f52b</guid>
<category>ClipboardFusion</category>
<description><![CDATA[Change log for version 5.0 says:
"Change: You can now add your own assemblies to ClipboardFusion Macros"
Can you please elaborate on this feature? Where my own assembly's DLL file should be placed? Along with ClipboardFusion binaries or in the GAC?]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
Change log for version 5.0 says:<br/>
"Change: You can now add your own assemblies to ClipboardFusion Macros"<br/>
<br/>
Can you please elaborate on this feature? Where my own assembly's DLL file should be placed? Along with ClipboardFusion binaries or in the GAC?
</div>
]]></content:encoded>
<media:thumbnail url="https://www.clipboardfusion.com/Discussions/Download/?ID=dda2acca-faff-44dd-b8b1-dc1198e29323"/>
</item>
</channel>
</rss>