Article ID: 222634 - Last Review: June 12, 2001 - Revision: 1.0 PRB: This Interface Has Been Forwarded Error in Visual Basic with MTSThis article was previously published under Q222634 SYMPTOMS
After adding a new method to a component in Visual Basic and selecting Refresh, the user receives the following error:
This interface has been forwarded.
STATUS
This behavior is by design.
MORE INFORMATION
When you create a new method a new interface ID is created. Visual Basic keeps the old and new interface IDs and forwards information to the old ID. This creates a chain of GUIDs. By design, Microsoft Transaction Server (MTS) does not like these chains of forwarding; therefore, it gives you the error message. The proper way to handle this is to delete the component through the interface and add it back, eliminating the chain and error message. The steps below can be used to reproduce the problem:
Some object properties could not be read due to the following errors:
This interface has been forwarded
| Article Translations
|

Back to the top
