Skip to content

Conversation

@alex-che
Copy link

I got the "Send to WP7 has stopped working" message when running the just installed application (no lic file in the app directory) on my work machine (behind a proxy). The log file in the app directory had the following exception "The remote server returned an error: (417) Expectation Failed."
Creating a SendToWP7Desktop.exe.config file with the following content has fixed the problem
<?xml version="1.0"?> <configuration> <system.net> <settings> <servicePointManager expect100Continue="false" /> </settings> </system.net> </configuration>

More on the problem here: http://stackoverflow.com/questions/566437/http-post-returns-the-error-417-expectation-failed-c

NOTE: I have not managed to build the solution on my Windows 7 x64 machine (missing Microsoft.Windows.Common-Controls assembly), so I have not got a chance to assure the fix actually works. If you have a minute to make an installer with the patch, then I can check it on my machine and see if it works.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant