In my quest to find a workaround for the webcam crashes[1] I'm attempting to wrap the dss environment in my own executable. There is a howto here: [2]
... but it's missing all the 'using' directives and I can't work out the correct references. For instance, my best guess is that ds.DirectoryPort corresponds to Microsoft.Dss.Services.Directory.DirectoryPort, but this leads to compile errors related to the arguments to ds.Get().
Is there an up-to-date version of that code snippet
[1] http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=1429179&SiteID=1
[2] http://channel9.msdn.com/wiki/default.aspx/Channel9.DssPatterns