Changes to .NET Framework support
Changes to the .NET interface to support .NET Framework 4.0 have been implemented in IBM®
Cognos® Analytics version 10.2.0. Your .NET project must now refer to the cognosdotnet_10_2.dll
file. The Cognos namespace in the cognosdotnet_10_2.dll
file is cognosdotnet_10_2
. If you use the .NET Framework, complete the following steps.
Replace references to
cognosdotnet_2_0.dll
withcognosdotnet_10_2.dll
.Replace references to
cognosdotnetassembly_2_0.dll
withcognosdotnetassembly_10_2.dll
.Replace references to the
cognosdotnet_2_0
namespace withcognosdotnet_10_2
.