Microsoft Knowledge Base Article
This article contents is Microsoft Copyrighted material.
©2005-©2007 Microsoft Corporation. All rights reserved.
Terms
of Use |
Trademarks
Article ID: 884413 - Last Review: March 23, 2007 - Revision: 1.3
The icon and the string resources for a custom functoid are not displayed in BizTalk Server 2004
After you load a custom functoid in the Toolbox in the BizTalk Mapper in Microsoft BizTalk Server 2004, the icon and the string resources for the custom functoid may not be displayed.
This problem occurs because the properties in the project's resource file are not set correctly.
To resolve this problem, follow these steps:
- Set the properties in your project's resource file (.resx). To do this, follow these steps:
- In Solutions Explorer, click your project’s resource
file (.resx).
- In the Properties pane, click Embedded Resource in the Build Action box, and then click Embedded Resource in the list.
- In the Custom Tool Namespace box, type YourProjectname.resourcefilename.
Note Make sure that YourProjectname is not the namespace for your project.
- If the following line of code is not included in the functoid code, add the line:
SetupResourceAssembly("Projectname.resourcefilenamewithoutextension", Assembly.GetExecutingAssembly());
For more information about the custom functoid, visit the following MSDN Web site:
APPLIES TO
- Microsoft BizTalk Server 2004 Enterprise Edition
- Microsoft BizTalk Server 2004 Developer Edition
- Microsoft BizTalk Server 2004 Partner Edition
- Microsoft BizTalk Server 2004 Standard Edition
Community Feedback System
Very often, it takes hours to solve a problem. Very often, you've looked high
and low, and have tried a lot of solutions. When you finally found it, chances
are, it was because someone else helped you. Here's your chance to give back.
Use our community feedback tool to let others know what worked for you and what
didn't.
Please also understand that the community feedback system is not warranted to be
correct, it's simply a system that we've built to let people try and help each
other. If something in a feedback response doesn't make sense to you, or you're
not comfortable making changes that the feedback talks about (like registry
edits), please consult a professional.
Thank you for using kbAlertz.com Feedback System.
-- Scott Cate