|
My Windows Service project uses external Web Service. Sometimes there are errors on production server with next message:
System.ServiceModel.FaultException: Unable to create envelope from given source
Repeating same request on a developing machine doesn't rise any exceptions. Solution is developed under .NET Framework 3.5 and production server has .NET 3.0 version. May this difference in framework versions be the cause of problem? - Edited byKid of the neon Monday, October 20, 2008 10:22 AM
-
|