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.

  1. Replace references to cognosdotnet_2_0.dll with cognosdotnet_10_2.dll.

  2. Replace references to cognosdotnetassembly_2_0.dll with cognosdotnetassembly_10_2.dll.

  3. Replace references to the cognosdotnet_2_0 namespace with cognosdotnet_10_2.