02-25-2008 03:40 PM
02-29-2008 12:33 AM
11-20-2013 10:02 AM
With the .net API I have found that you are unable to access a device by index without a DD for the device installed. Any attempts to open a block by index result in the exception "symbol file not found."
This differs from the C API which seems to have no trouble with this and is able to access the OD within the device without any need for the DD symbol file.
11-21-2013 02:27 AM
Both C and .NET API need the presence of a DD file for the device.
C will encounter error as well as C# if the DD file is missing. I did try it myself.