I have an iPad app that makes calls to a WCF webservice. It was functioning perfectly until the latest Xamarin update. Since then, i keep getting the error:
"Document Type Declaration (DTD) is prohibited in this XML."
The service's proxy class was generated using the Silverlight tool (SLsvcutil.exe). I tried recreating the proxy in different ways, but no success.
Xamarin Environment Info:
=== Xamarin Studio ===
Version 4.2.2 (build 2) Installation UUID: 78be3174-45b5-42a8-9146-706d6ff20af5 Runtime: Mono 3.2.5 ((no/964e8f0) GTK+ 2.24.20 theme: Raleigh GTK# (2.12.0.0) Package version: 302050000
=== Xamarin.Android ===
Version: 4.10.1 (Business Edition) Android SDK: /Users/marcvit/Library/Developer/Xamarin/android-sdk-mac_x86 Supported Android versions: 2.1 (API level 7) 2.2 (API level 8) 2.3 (API level 10) 3.1 (API level 12) 4.0 (API level 14) 4.0.3 (API level 15) Java SDK: /usr java version "1.6.0_65" Java(TM) SE Runtime Environment (build 1.6.0_65-b14-462-11M4609) Java HotSpot(TM) 64-Bit Server VM (build 20.65-b04-462, mixed mode)
=== Apple Developer Tools ===
Xcode 5.0.2 (3335.32) Build 5A3005
=== Xamarin.Mac ===
Xamarin.Mac: Not Installed
=== Xamarin.iOS ===
Version: 7.0.5.2 (Business Edition) Hash: 9c42159 Branch: Build date: 2013-02-12 20:04:08-0500
=== Build Information ===
Release ID: 402020002 Git revision: c5f82958ae7d9af652b44b87ceff777b3ad19b91 Build date: 2013-11-19 15:35:40+0000 Xamarin addins: a4044fee09138f6fd031a9944b7caaeb51e57e80
=== Operating System ===
Mac OS X 10.9.1 Darwin Marcelos-MacBook-Pro.local 13.0.0 Darwin Kernel Version 13.0.0 Thu Sep 19 22:22:27 PDT 2013 root:xnu-2422.1.72~6/RELEASE_X86_64 x86_64
Anyone else having these problems? Any ideas?
Thanks