I cannot find a way to add the DeepZoomTools.dll to a WindowsForms application. The steps I followed are:
1) Create a new WindowsForm application
2) Add Reference to DeepZoomTools.dll found in C:\Program Files\Microsoft Expression\Deep Zoom Composer
3) Add using Microsoft.DeepZoomTools; in Form1.cs
4) Click on Build WindowsFormsApplication
5) I get the error: "The type or namespace name 'DeepZoomTools' does not exist in the namespace 'Microsoft' (are you missing an assembly reference?)
Thanks in advance for your help,
Luis Nambiar