I've been developing a C# project that references the ADODB 2.8 COM on a Windows 2005 machine. (No I'm not using it for data access I need it because CDO needs returns ADODB.Streams).
Now I've tried opening this solution on a Server 2008 box but I'm told ADOB 2.8 is missing and sure enough there aren't any ADODB items in the COM references list and the /programs files/Common Files/microsoft shared/ folder is missing the ado folder.
Now I understand that Vista / Server 2008 has Windows DAC 6.0 which is what MDAC is now called, so I'm retisent to just go ahead and install MDAC.
Anyone else come across or solved this? Is there another place I can get hold of an interop for ADODB.Stream? Should I be using MDAC 2.8?