0

I am trying to run the ASP.net example that can be found on windward website. But it wont build because of the errors. It can not find KeyPairDictionary It can not find IReportDataSource

What do I need to add in my code to make it run?

Thanks.

TM87
  • 1
  • check your using statements and make sure you are referencing the correct assemblies – Pete Jan 15 '15 at 15:59
  • found one using statement that resolved IReportDataSource. Cant find one for KeyPairDictionary – TM87 Jan 15 '15 at 17:07

1 Answers1

0

The KeyPairDictionary class was deprecated and is no longer in use. Please take a look at Upgrading to the 12.5 API for details.

David Thielen
  • 28,723
  • 34
  • 119
  • 193