<?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: Script Stopped Working</title>
<atom:link href="https://www.clipboardfusion.com/Discussions/RSS/?TopicID=5b5a784e-7cac-4769-886e-f569b6ebe055" rel="self" type="application/rss+xml" />
<link>https://www.clipboardfusion.com/Discussions/RSS/?TopicID=5b5a784e-7cac-4769-886e-f569b6ebe055</link>
<description>ClipboardFusion RSS: Script Stopped Working</description>
<lastBuildDate>Sun, 31 May 2026 11:48:44 GMT</lastBuildDate>
<language>en</language>
<sy:updatePeriod>hourly</sy:updatePeriod>
<sy:updateFrequency>1</sy:updateFrequency>
<generator>https://www.clipboardfusion.com/Discussions/RSS/?TopicID=5b5a784e-7cac-4769-886e-f569b6ebe055</generator>
<item>
<title>RE: Script Stopped Working</title>
<link>https://www.clipboardfusion.com/Discussions/View/script-stopped-working/?ID=5b5a784e-7cac-4769-886e-f569b6ebe055#4</link>
<pubDate>Fri, 24 Jan 2020 20:50:07 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.clipboardfusion.com/Discussions/View/script-stopped-working/?ID=5b5a784e-7cac-4769-886e-f569b6ebe055#4</guid>
<category>ClipboardFusion</category>
<description><![CDATA[Thanks for posting the fix! Sounds like maybe the permissions on the AppData folder are a bit wonky on your machine, normally that folder doesn't need Administrator access]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
Thanks for posting the fix! Sounds like maybe the permissions on the AppData folder are a bit wonky on your machine, normally that folder doesn't need Administrator access <img src="https://www.clipboardfusion.com/MediaCommon/SVGs/FontAwesome/face-frown.light.svg" alt=":(" style="box-sizing:border-box;position:relative;overflow:hidden;vertical-align:middle !important;width:16px;height:16px;" HelpButtonData=":(" HelpButtonDataAlign="BelowMiddle" />
</div>
]]></content:encoded>
</item>
<item>
<title>RE: Script Stopped Working</title>
<link>https://www.clipboardfusion.com/Discussions/View/script-stopped-working/?ID=5b5a784e-7cac-4769-886e-f569b6ebe055#3</link>
<pubDate>Thu, 23 Jan 2020 00:26:17 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.clipboardfusion.com/Discussions/View/script-stopped-working/?ID=5b5a784e-7cac-4769-886e-f569b6ebe055#3</guid>
<category>ClipboardFusion</category>
<description><![CDATA[I figured it out.  I had to go to C:\Program Files (x86)\ClipboardFusion and in the properties for the clipboardfusion.exe set Run as Administrator for all users. Now everything works again.  I hope this helps someone else in the future.]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
I figured it out.  I had to go to C:\Program Files (x86)\ClipboardFusion and in the properties for the clipboardfusion.exe set Run as Administrator for all users. Now everything works again.  I hope this helps someone else in the future.
</div>
]]></content:encoded>
</item>
<item>
<title>RE: Script Stopped Working</title>
<link>https://www.clipboardfusion.com/Discussions/View/script-stopped-working/?ID=5b5a784e-7cac-4769-886e-f569b6ebe055#2</link>
<pubDate>Wed, 22 Jan 2020 23:38:01 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.clipboardfusion.com/Discussions/View/script-stopped-working/?ID=5b5a784e-7cac-4769-886e-f569b6ebe055#2</guid>
<category>ClipboardFusion</category>
<description><![CDATA[I think I have figured it out.  Its a permissions issue on the folder that CF is trying to write to during execution.  Compile Failed.
Line 0: Unexpected error creating debug information file 'c:\Users\6000\AppData\Local\Temp\0y4zlr34.PDB' -- 'c:\Users\6000\AppData\Local\Temp\0y4zlr34.pdb: Acces...]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
I think I have figured it out.  Its a permissions issue on the folder that CF is trying to write to during execution.  Compile Failed.<br/>
Line 0: Unexpected error creating debug information file 'c:\Users\6000\AppData\Local\Temp\0y4zlr34.PDB' -- 'c:\Users\6000\AppData\Local\Temp\0y4zlr34.pdb: Access is denied.<br/>
[System.Exception]<br/>
<br/>
The script is fine.  For now consider this resolved.
</div>
]]></content:encoded>
</item>
<item>
<title>Script Stopped Working</title>
<link>https://www.clipboardfusion.com/Discussions/View/script-stopped-working/?ID=5b5a784e-7cac-4769-886e-f569b6ebe055</link>
<pubDate>Wed, 22 Jan 2020 23:26:14 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.clipboardfusion.com/Discussions/View/script-stopped-working/?ID=5b5a784e-7cac-4769-886e-f569b6ebe055</guid>
<category>ClipboardFusion</category>
<description><![CDATA[I have been using the following script for a long time to remove double spaces and white space at the beginning and end of lines.  I think after a recent update Clipboard Fusion now says that the script is invalid.  Does someone have an updated script or can they fix this one?
using System;
usi...]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
I have been using the following script for a long time to remove double spaces and white space at the beginning and end of lines.  I think after a recent update Clipboard Fusion now says that the script is invalid.  Does someone have an updated script or can they fix this one?<br/>
<br/>
using System;<br/>
using System.Text.RegularExpressions;<br/>
<br/>
public static class ClipboardFusionHelper<br/>
  {<br/>
    public static string ProcessText(string text)<br/>
      {<br/>
         Regex regex = new Regex(@" {2,}");<br/>
         return regex.Replace(text, " ").Trim();<br/>
      }<br/>
  }
</div>
]]></content:encoded>
</item>
</channel>
</rss>