Microsoft Visual Studio and Visual Studio Express Editions Configuration
- Launch Visual Studio or Visual Studio Express Edition.
- Create a new .NET project. For example, a Windows Forms Application or an ASP.NET Web Application project.
- Add a reference to Neodynamic.SDK.ImageDraw.dll assembly (Project > Add Reference... OR Website > Add Reference...).
- Select .NET tab. You should find the Neodynamic.SDK.ImageDraw assembly listed.
If you cannot find it...Click on ImageDraw assembly to select it, then click on OK.
- Select Browse tab, and navigate to the folder you installed it to.
- Browse to the Redistributable folder, and select the folder that matches the version of .NET Framework you are using.
- Select Neodynamic.SDK.ImageDraw.dll from that dialog.
- Click on OK button.
- The ImageDraw assembly should now appear referenced to your project. You can now use ImageDraw classes in your code.