invalid

Error when launch adhoc app in xcode 3.2.4

I'm sorry about asking this question again, I looked for many forums, websites about this issue, even if I did follow Apple's instruction at http://developer.apple.com/library/ios/#qa/qa2010/qa1710.html but it's seem helpful for me. I upraged my xcode sdk to 3.2.4 and iOS 4.1, everything is well with Development, but when I built adhoc w...

Pesky "Invalid character in a Base-64 string." Exception...

Hello, Recently my application has been getting tons of these exceptions. I run ASP.net 3.5 on a Windows XP machine. The exceptions tend to be random. The application uses the Telerik RadControls for ASP.NET AJAX Q2 2010 SP1. The exception and StackTrace are below. Exception Type: System.FormatException Message: Invalid character...

JSONP not receiving any callback?

Trying to make a JSONP request to yellowapi (Yellow Pages), even specifying a callback is giving me the "invalid label" error. Here is what I have so far: $.ajax({ dataType: 'jsonp', cache : false, url: "http://api.sandbox.yellowapi.com/FindBusiness/", data : "apikey="+testingPurposes+"&what="+what+"&where="+where+" &fmt=JSON&pg...

Delphi, IXMLDOMDocument2, Load fails due to invalid character

Using Delphi 2009 and IXMLDOMDocument2 I receive "An invalid character was found in text content" error when loading XML into IXMLDOMDocument2. The character is 1B (in Hex) and is present within a CDATA section. Microsoft's XML viewer (IE) loads the file just fine. The XML looks like... <data><child><![CDATA[-- ]]></child></data> NOTE...