Hi I have created an application, that uses WSE 3.0 to connect to amazon web services,
When i run it locally it runs fine.
The problem is when i try to get it on a webserver, i get the compilation error highlighting the following line:
Dim response As AmazonProductAdvtApi.ItemSearchResponse = grabAmazonSearch(PowerSearchString)
AmazonProductAdvtApi.ItemSearchResponse uses WSE 3.0, so is there a chance that it is not installed properly on the server or ther is some sort of configuration error with it? considering it works fine for me locally - I am also getting the error instanly just when trying to access the page, im not clicking on anything or using any functions.
another point is that visual studio is installed on the server, and it instantly comes up with the same error and another 15 which are to do with anything that uses the API - i.e WSE 3.0 Any help or ideas would greatley be appriciated
...
Go to the complete details ...