Products | Versions |
---|---|
TIBCO Rendezvous | - |
Not Applicable | - |
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.