Microsoft Knowledge Base Email Alertz

(884413) - Describes a problem that occurs when the icon and the string resources for a custom functoid are not displayed in BizTalk Server 2004.

Search KbAlertz

Advanced Search

Receive Microsoft Knowledge Base articles by E-Mail?

Every night we scan the Microsoft Knowledge Base. If technologies you're interested in are updated, we'll send you an e-mail. You only get one e-mail a day, and only when new articles are added.

Click here to create a
FREE account
Already have an account?
[Click here to Login]











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

SYMPTOMS

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.

CAUSE

This problem occurs because the properties in the project's resource file are not set correctly.

RESOLUTION

To resolve this problem, follow these steps:
  1. Set the properties in your project's resource file (.resx). To do this, follow these steps:
    1. In Solutions Explorer, click your project’s resource file (.resx).
    2. In the Properties pane, click Embedded Resource in the Build Action box, and then click Embedded Resource in the list.
    3. In the Custom Tool Namespace box, type YourProjectname.resourcefilename.

      Note Make sure that YourProjectname is not the namespace for your project.
  2. If the following line of code is not included in the functoid code, add the line:
    SetupResourceAssembly("Projectname.resourcefilenamewithoutextension", Assembly.GetExecutingAssembly());

REFERENCES

For more information about the custom functoid, visit the following MSDN Web site:
http://msdn2.microsoft.com/en-us/library/ms966412.aspx (http://msdn2.microsoft.com/en-us/library/ms966412.aspx)

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
Keywords: 
kbtshoot kbprb KB884413
       

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