i\'m working on an c# project that send a xml to a server and receives a xml as response. With .Net Framework 4.0 installed that works fine. With .Net Framework 4.5
To be honest as you are now targeting .NET 4.5 I would have a look into using HttpClient instead of HttpWebRequest.
HttpClient