レポートサービスをC#アプリケーションに統合しようとしていますが、コンパイルしようとすると、次の2つのように、「すでに含まれています」というエラーが大量に発生します。
error CS0101: The namespace 'Microsoft.SqlServer.ReportingServices2005' already contains a definition for 'ListSecureMethodsCompletedEventHandler'
error CS0101: The namespace 'Microsoft.SqlServer.ReportingServices2005' already contains a definition for 'GetRenderResourceCompletedEventHandler'
これらはすべて、wsdlを使用して生成され、プロジェクトに含めたReportingServices2005.csファイルから取得されます。私はここで何が間違っているのですか?
また、ReportingService2010.csとReportExecution.csを使用していることにも言及する必要があります。