Hello,
I just got the SDK 5.0 today. I put the zip file for the sample app in the root of c: and extracted it, which created a folder C:\SampleApplication and, under that, a folder named DTools.SystemIntegrator.SDK.SampleApplication, which contains the solution file. I clicked on the .sln file and brought it up in VS 2005. When I tried to run it I got errors because of missing types or namespaces on the following:
using DTools.SystemIntegrator.SDK.Filter;
//(it doesn't like .Filter)
private ProjectFactory projectFactory;
private SDKProject Project = null;
private InventoryFactory inventoryFactory;
private InventoryLaborFactory inventoryLaborFactory;
There are also warnings on missing project sdk.csproj and a missing reference 'Dtools.SystemIntegrator.SDK'.
I didn't see any setup program to install or register any dll files. Did I miss something?
Oh, BTW, how about making the sample app available in
VB .net?
Thanks