Click here to Skip to main content
15,885,278 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hi
I am developing a program to create job for geocode with the help of http://msdn.microsoft.com/en-us/library/ff701729 and trying to upload a file through it that was taken from http://msdn.microsoft.com/en-us/library/ff701732 but I am getting Bad Request error on:
C#
HttpWebResponse response = (HttpWebResponse)request.GetResponse();
I have investigated for this error and got this is happening due to incorrect input file but i am using same contain as given in link. I am not able to resolve this problem while I am following all the steps as given in links.

Please let me know, this is very urgent.

Thanks,
Vikas
Posted
Updated 5-Oct-12 8:27am
v3

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900