Forum Discussion
aqAnt
Alumni
13 years agoHello Russell,
The sample was created in TestComplete 9, but it works fine in TestComplete 8, too.
In both cases, you need to configure your project's CLR Bridge settings in the following way:
- set the Preferred architecture of the assembly hosting process setting to 32-bit;
- set the Preferred apartment model of the calling thread setting to Single-threaded apartment;
- add the PresentationCore.dll, System.Drawing.dll and WindowsBase.dll assemblies from the GAC.