未找到AWSECommerceServicePortTypeClient命名空间

时间:2016-01-06 06:31:39

标签: c# asp.net amazon-web-services

我正在尝试在我的项目中实施Amazon Web Services,并遇到了一个不寻常的阻塞。

我已按照user3049965在此问题中给出的答案中的说明进行操作:

Amazon Product Advertising API Signing Issues

一切正常,直到这里:

Amazon.AWSECommerceServicePortTypeClient amzwc = new Amazon.AWSECommerceServicePortTypeClient();

无论出于何种原因,Visual Studio都告诉我AWSECommerceServicePortTypeClient的命名空间不存在。显然,亚马逊命名空间正在起作用,因为:

ItemSearch search = new ItemSearch();

ItemSearchRequest request = new ItemSearchRequest();

工作完美。甚至

AWSECommerceService ecs = new AWSECommerceService();

工作正常。找到这些课程没有问题。因此,我无法使用AccessKeyID和SecretKey添加我的标头,因此没有成功调用API。

从我所做的所有研究中,AWSECommerceServicePortTypeClient应该是一个有效的类,我很难过为什么它没有找到。任何帮助将不胜感激,我可以提供任何其他有助于缩小解决方案的细节。

谢谢!

0 个答案:

没有答案