<?xml version="1.0" encoding="utf-8"?>
			
			<rss version="2.0">
			<channel>
			<title>RIAlity BLOG - AIR</title>
			<link>http://www.rialitycheck.com/blog/index.cfm</link>
			<description>RIAlitycheck.com Blog</description>
			<language>en-us</language>
			<pubDate>Wed, 08 Sep 2010 23:07:20 -0700</pubDate>
			<lastBuildDate>Sun, 23 Nov 2008 18:39:00 -0700</lastBuildDate>
			<generator>BlogCFC</generator>
			<docs>http://blogs.law.harvard.edu/tech/rss</docs>
			<managingEditor>info@rialitycheck.com</managingEditor>
			<webMaster>info@rialitycheck.com</webMaster>
			
			<item>
				<title>Issue with AIR after installing Flex 3.0.2 Updater</title>
				<link>http://www.rialitycheck.com/blog/index.cfm/2008/11/23/Issue-with-AIR-after-installing-Flex-302-Updater</link>
				<description>
				
				After just installing the Flex 3.0.2 Updater the AIR project that I was working on didn&apos;t quite agree with my proactive decision.

Upon debug it was throwing the error.

Process terminated without establishing connection to debugger.

Command:

&quot;/Applications/Adobe Flex Builder 3/sdks/3.2.0/bin/adl&quot; -runtime &quot;/Applications/Adobe Flex Builder 3/sdks/3.2.0/runtimes/air/mac&quot; /workspace/theAirApp/bin-debug/theAirApp-app.xml /workspace/theAirApp/bin-debug 

Output from command:

error while loading initial content

This issue has been logged with Adobe with the work around being to modfiy the namespace in your AIR applications-xml file to use 1.5 like so

&lt;code&gt;
&lt;application xmlns=&quot;http://ns.adobe.com/air/application/1.5&quot;&gt;
&lt;/code&gt; 
				</description>
				
				<category>Flex</category>				
				
				<category>AIR</category>				
				
				<pubDate>Sun, 23 Nov 2008 18:39:00 -0700</pubDate>
				<guid>http://www.rialitycheck.com/blog/index.cfm/2008/11/23/Issue-with-AIR-after-installing-Flex-302-Updater</guid>
				
			</item>
			</channel></rss>