InterviewSolution
| 1. |
During Setting Up The Development Environment How Do We Access Virtual Server Using Using Visual C#? |
|
Answer» Accessing VIRTUAL Server using Visual C#: To use the Virtual Server object in Visual C#, select Project/Add Reference from the menu, select the COM TAB in the dialog box, then scroll down the list and select Virtual Server 2005 Type LIBRARY. Once the type library is added as a reference, the VirtualServer object can be REFERENCED in the program. Accessing Virtual Server using Visual C#: To use the Virtual Server object in Visual C#, select Project/Add Reference from the menu, select the COM tab in the dialog box, then scroll down the list and select Virtual Server 2005 Type Library. Once the type library is added as a reference, the VirtualServer object can be referenced in the program. |
|