Building the .NET Examples from the Windows Command Line
Procedure
-
Ensure that the
AS_HOME environment variable is set to the TIBCO ActiveSpaces installation directory.
For example:
set AS_HOME=<TIBCO_HOME>\as\2.0
-
Ensure that your environment has been set up for building with Microsoft Visual Studio.
For example, on a Windows 7 64-bit machine with Visual Studio 2010, execute the following commands:
set VCINSTALLDIR=c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC "%VCINSTALLDIR%"\vcvarsall.bat x86_amd64
- Ensure that AS_HOME/lib/TIBCO.ActiveSpaces.Common.dll has been installed into your Global Assembly Cache (GAC).
-
If TIBCO.ActiveSpaces.Common.dll is not present in your GAC, enter the following:
cd AS_HOME/lib gacutil -i TIBCO.ActiveSpaces.Common.dll
-
To build the .NET examples, enter:
cd AS_HOME/examples/dotnet build.cmd
Related tasks
Copyright © Cloud Software Group, Inc. All Rights Reserved.