This sample demonstrates how to load NGWS assemblies into application domains. The sample can use both assemblies containing explicit manifests and existing dll's that do not contain manifests. However, the level of functionality offered by the sample is different depending on whether the code you are referencing is described by a manifest or not.
Requirements:
This sample requires the installation of Visual C++ 6.0 in order to function properly.
This sample list located in the Corhost directory of the NGWS SDK sample directories.
For Example:
C:\NGWSSDK\Samples\Assemblies\Corhost
In order to properly build and run this sample, the following steps need to be performed prior to building and running the sample.
For Example:
C:\NGWSSDK\Samples\Assemblies\Corhost\:>COMREG MSCORLIB.DLL
Click on the first empty text area, and type the path to the NGWS SDK include directory. Or click the browse button and browse to the NGWS SDK include directory
Typically:
C:\NGWSSDK\Include
In order to run this sample, follow the instructions listed below.
For Example:
C:\NGWSSDK\Samples\Assemblies\Corhost\:>NMAKE MAKEMOUNTAIN