Renamed directory Activity.Code to Activity.CodeRun

Added some FIM dll's to ignore list
Fixed a few misspellings
master
Granfeldt_cp 2013-01-17 13:51:22 -08:00
parent a7ad4fa6d9
commit fa136059fb
12 changed files with 1 additions and 14 deletions

Binary file not shown.

View File

@ -1 +0,0 @@
<?xml version="1.0" encoding="utf-8"?><ItemProperties xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><Properties><Property><Name>svn:mime-type</Name><Value>application/octet-stream</Value></Property></Properties></ItemProperties>

View File

@ -1 +0,0 @@
<?xml version="1.0" encoding="utf-8"?><ItemProperties xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><Properties><Property><Name>svn:mime-type</Name><Value>application/octet-stream</Value></Property></Properties></ItemProperties>

View File

@ -1 +0,0 @@
<?xml version="1.0" encoding="utf-8"?><ItemProperties xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><Properties><Property><Name>svn:mime-type</Name><Value>application/octet-stream</Value></Property></Properties></ItemProperties>

View File

@ -1,10 +0,0 @@
using System;
using System.Text.RegularExpressions;
public class FIMDynamicClass
{
public object FIMDynamicFunction(object displayname, string pattern, string replacement)
{
return Regex.Replace((string)displayname, pattern, replacement, RegexOptions.IgnoreCase);
}
}

View File

@ -1,4 +1,4 @@
If you add one of the Helper workflow to an existing workflow and you get
the error 'Cannot use custom activities - failed to load toolbox item', it may
be because you have the target assemble Granfeldt.FIM.ActivityLibrary.dll
be because you have the target assembly Granfeldt.FIM.ActivityLibrary.dll
in the GAC already. Try removing it from C:\Windows\Assembly