Microsoft Knowledge Base Article
This article contents is Microsoft Copyrighted material.
©2005-©2007 Microsoft Corporation. All rights reserved.
Terms
of Use |
Trademarks
Article ID: 283726 - Last Review: October 17, 2003 - Revision: 3.1
PRB: Error -2147319765 When You Use BizTalk Orchestration Designer to Bind a COM Component
This article was previously published under Q283726
When you use the BizTalk Orchestration Designer to bind a Component Object Model (COM) component to a port, you may receive the following error message:
Problem in modTypeLibFunctions.GetMethods
Error Number: -2147319765
Error Description: Automation error
Element not found.
This error message occurs when the COM component is being referenced and is running in debug mode within Microsoft Visual Basic.
To resolve this problem, do not run the COM component in debug mode.
Steps to Reproduce Behavior
- Open Visual Basic, select ActiveX DLL, and then click Open.
- On the Tools menu, click Add Procedure. Name the procedure MyTest, and then click OK.
- In the MyTest sub routine, paste the following code:
- Click Project, and then click Project1 Properties. Change the Project Name and Project Description to VBBizTalkTest.
- Click Debug, and then click Step Into.
- Open BizTalk Orchestration Designer, and drag the COM Component icon from the Implementation pane.
- In the Wizard, click Next twice. Double-click VBBizTalkTest, click Class1, and then click Next.
APPLIES TO
- Microsoft BizTalk Server 2000 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