User control for visualizing ASN.1 objects.
Asn1Net.Forms.TreeView does not appear in the toolbox after installation from nuget but you can do this manually.
- Run Visual Studio 2005/2008/2010/2012/2013.
- Open your windows forms project/solution.
- Install Asn1Net.Forms.TreeView from nuget.
- Expand the Toolbox.
- Right-click in the empty space of the General tab and select Choose Items. A dialog will open, which lists all available controls from the assemblies in the GAC.
- Click Browse and find Asn1Net.Forms.TreeView.dll assembly in the packages folder of your solution directory. Click Open. Control will be automatically added to the list and it will be checked. Click OK to finish the operation.
- Asn1Net.Forms.TreeView control should appear in the toolbox.
- Run Visual Studio 2005/2008/2010/2012/2013.
- Open your windows forms project/solution.
- Install Asn1Net.Forms.TreeView from nuget.
- Expand the Toolbox.
- Open a Windows Explorer and locate the Asn1Net.Forms.TreeView assembly in the packages folder of your solution directory.
- Drag-drop Asn1Net.Forms.TreeView.dll to the empty space in the General tab of Toolbox in Visual Studio
- Asn1Net.Forms.TreeView control should appear in the toolbox.
Just right-click anywhere in the Toolbox area and click Reset Toolbox context command.