Using Components without VS.NET
Compiling a project without using VS.NET takes a few extra steps to compile in the license. Use the following procedure if you are compiling a project using a PowerSNMP component outside of VS.NET (these steps demonstrate using the csc compiler).
To compile a project outside of VS.NET, use the following steps:
- First, create the licenses.licx file as described in Creating the licenses.licx File.
- Compile this into a resource as follows:
lc /target:mytest.exe /complist:licenses.licx /i:Dart.PowerSNMP.dll
- Now compile the app using csc:
csc mytest.cs /r:dart.powersnmp.dll /res:mytest.exe.licenses
In This Section
- Overview
- This topic provides an overview for using PowerSNMP for .NET.
- Placing Components on a Form
- This topic demonstrates how to create and use the components using Visual Studio .NET.
- Creating Components Dynamically
- This topic demonstrates how to add a component as a reference using Visual Studio .NET.
- Synchronous vs. Asynchronous Use
- This topic discusses the benefits and uses for synchronous and asynchronous methods.
- Using Events
- This topic discusses how to use events with the component, both using Visual Studio .NET and in other environments.
- Using Components without Visual Studio
- This topic discusses using the components in an environment other than Visual Studio.
- Parsing MIB Files
- This topic discusses the classes generated when parsing MIB files.
- Namespace and Class Hierarchy
- This topic discusses the namespace and class hierarchy under Dart.PowerSNMP.
blockPowerSNMP Using Menu
Send comments on this topic.
Documentation version 1.2.0.0.
© 2008 Dart Communications. All rights reserved.