When I add a reference to the TIBCO.Rendezvous.dll from the VS.NET IDE I get the error message "TIBCO.Rendezvous.netmodule" cannot be found.Why is this happening? Is this a limitation with the .NET module or the VS.NET IDE ?
book
Article ID: KB0086233
calendar_today
Updated On:
Products
Versions
TIBCO Rendezvous
-
Not Applicable
-
Description
Resolution: This is due to a limitation in Visual Studio.NET. Visual Studio.NET does not support .NET modules. So you need to add them to the GAC by following these steps:
1. Open a command prompt pointing to the TIBRV/bin directory.
2. In the command prompt do a "gacutil /i TIBCO.Rendezvous.dll" (gacutil is available only if you have VS.NET IDE installed on your machine).
3. Close and re-open the VS.NET IDE.
4. Now try adding a reference to TIBCO.Rendezvous.dll in your .NET project.
If you still get the error, then make sure that only one copy of TIBCO.Rendezvous.dll and TIBCO.Rendezvous.netmodule exists in the system PATH and that they are from the same RV release.
Issue/Introduction
When I add a reference to the TIBCO.Rendezvous.dll from the VS.NET IDE I get the error message "TIBCO.Rendezvous.netmodule" cannot be found.Why is this happening? Is this a limitation with the .NET module or the VS.NET IDE ?