Developing custom functoids in external assemblies (for your BizTalk Server 2006 maps) can be a pain in Visual Studio 2005. Visual Studio does not really support it and it is very slow.
Here is what you have to do after you just changed something in your custom functoid (e.g. something in the resource file):
Build your custom […]