Visual Studio 2012 install broke my 2010 WCF project
I've installed VS 2012 and am successfully using it on some web projects, but something with it has caused my web service project to break. I'm still using VS 2010 on the web service project and have not opened it in 2012. Everything compiles and works correctly except when it tries to create an instance of a class in my referenced weblog project, then it throws this error: This method or property is not supported after HttpRequest.GetBufferlessInputStream has been invoked. I can not find anywhere in the project where GetBufferlessInputStream is used explicitly. If I jump over the weblog code,