|
How to reference the Server Component from any .NET application
The Server Component (CRFramework.dll) is located in the BlueSky Integration Studio Designer application directory. To reference it from your application, follow the steps outlined below:
1. |
Open your project in Visual Studio® |
2. |
Select the Project->Add Reference menu option |
3. |
Click on the Projects tab. |
4. |
Click the browse button. |
5. |
Browse to your local BlueSky Integration Studio Designer directory. If you installed the application to the default directory is would be located at <drive>:\Program Files\CrossRhoades\VisualIntegrationStudio\Designer\ |
6. |
Select the CRFramework.dll file and click OK. |
7. |
Click OK on the Add Reference dialog box. |
8. |
Add the Imports or using clause to the project files where you need to reference the Server Control [VB] Imports CRFramework.VISControls [C#] using CRFramework.VISControls; |
You are now ready to begin using the BlueSky Integration Studio Server Component!
© 2003 - 2007 Relational Solutions, Inc. - All rights reserved