On attempting to install the TI DIgital DomeWorks driver I get the following error:

This is with ASCOM 5.5 installed:

|
1
|
On attempting to install the TI DIgital DomeWorks driver I get the following error:
This is with ASCOM 5.5 installed:
|
||
|
|
|
1
|
Technical Innovations is aware of this problem and is working on an upgrade to the Digital DomeWorks driver that will not only work with ASCOM Platform 5.5 (and future versions) but will also add some attractive new features. The original TI DDW driver was ground breaking because it was the first ever ASCOM driver to use the (then) new Microsoft .NET technologies. The code targets Microsoft .NET Framework 1.1, which in turn relies upon the Common Language Runtime (CLR) version 1.0. When the framework was updated to 2.0, that also included a new CLR version 2.0. Unfortunately, CLR 1.0 and CLR 2.0 are unable to co-exist in the same process. The TI DDW driver is an in-process ASCOM driver, so in its current form it can only work with other applications and libraries that also use CLR 1.0. ASCOM 5.5, of course, uses .NET 2.0 and CLR 2.0, therefore the DDW driver is incompatible with Platform 5.5. The updated version of the DDW driver is likely to target .NET 3.5 and CLR 2.0 and use the ASCOM PLatform 5.5 components. It is also likely to be converted to an out-of-process driver, further shielding it from this compatibility issue and from 64/32 bit issues. This compatibility problem is unlikely to re-occur because later versions of the CLR (2.0 and the imminent 4.0) are able to co-exist within the same process. To follow progress of the new driver (or indeed to request new features or report problems) please visit http://teamserver.tigranetworks.co.uk:8010 |
|||
|
|
|
0
|
This appears to be because the Digitial Domeworks driver is targetting Framework 1.1 and not Framework 2.0 or later. The system is looking in \Windows\Assembly\GAC for the Platform 5.5 code, which is actually installed in \Windows\Assembly\GAC_MSIL. These locations are not acknowledged by Microsoft as the framework and detailed GAC implementation are held to be private to Microsoft and subject to change at any time without notice. If the Digital Domeworks driver is recompiled under Framework 2, I think it will work OK as the Framework search code will automatically look in the location where 5.5 is actually installed. |
|||||||||||||||
|