<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments for try {} except</title>
	<atom:link href="http://www.tryexcept.com/comments/feed" rel="self" type="application/rss+xml" />
	<link>http://www.tryexcept.com</link>
	<description>Tools and information for software developers</description>
	<lastBuildDate>Wed, 30 Nov 2011 20:10:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
	<item>
		<title>Comment on Wunderlist for Android is going native, drops Appcelerator Titanium Mobile by Anonymous</title>
		<link>http://www.tryexcept.com/articles/2011/09/12/wunderlist-for-android-is-going-native-drops-appcelerator-titanium-mobile.html/comment-page-1#comment-1124</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Wed, 30 Nov 2011 20:10:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.tryexcept.com/?p=405#comment-1124</guid>
		<description>Scott, I know you post a lot on TM related blogs and it is always good to hear from the vendor however - please note it seems pointless always pointing out the success of enterprise apps like the NBC iPad app - no doubt that would hit #1 written natively too and they like most enterprises have millions to spend on their development and to get your professional services help. It doesn&#039;t compare to those starting out (Indie developers) and for those who hope to be the next wunderlist.

I see the pro. subscription is now gone - its either Indie or Enterprise, how my life shelf does Indie have? I think you guys can fix these issues, architecturally it will get there but at least don&#039;t sugar coat what is there now .... I have a sub. and I deal with the issues daily.

thanks</description>
		<content:encoded><![CDATA[<p>Scott, I know you post a lot on TM related blogs and it is always good to hear from the vendor however &#8211; please note it seems pointless always pointing out the success of enterprise apps like the NBC iPad app &#8211; no doubt that would hit #1 written natively too and they like most enterprises have millions to spend on their development and to get your professional services help. It doesn&#8217;t compare to those starting out (Indie developers) and for those who hope to be the next wunderlist.</p>
<p>I see the pro. subscription is now gone &#8211; its either Indie or Enterprise, how my life shelf does Indie have? I think you guys can fix these issues, architecturally it will get there but at least don&#8217;t sugar coat what is there now &#8230;. I have a sub. and I deal with the issues daily.</p>
<p>thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Titanium Mobile SDK 1.8 available by Tee Plus</title>
		<link>http://www.tryexcept.com/articles/2011/05/14/titanium-mobile-sdk-1-8-available.html/comment-page-1#comment-1123</link>
		<dc:creator>Tee Plus</dc:creator>
		<pubDate>Tue, 11 Oct 2011 16:30:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.tryexcept.com/?p=257#comment-1123</guid>
		<description>Ti.App.setString doesn&#039;t store the data.</description>
		<content:encoded><![CDATA[<p>Ti.App.setString doesn&#8217;t store the data.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Wunderlist for Android is going native, drops Appcelerator Titanium Mobile by Peter Willemsen</title>
		<link>http://www.tryexcept.com/articles/2011/09/12/wunderlist-for-android-is-going-native-drops-appcelerator-titanium-mobile.html/comment-page-1#comment-1122</link>
		<dc:creator>Peter Willemsen</dc:creator>
		<pubDate>Mon, 26 Sep 2011 12:29:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.tryexcept.com/?p=405#comment-1122</guid>
		<description>I can totally find myself in here. Titanium used to look like a great solution. But the time I spend on fixing bugs, made me rewrite all of my larger apps in java and objc. It works for small apps, but bigger apps are almost impossible to make. We have different modules for a simple drop down menu, a galery refresh for Android and lots of runtime testing (if android then do this else do this..)</description>
		<content:encoded><![CDATA[<p>I can totally find myself in here. Titanium used to look like a great solution. But the time I spend on fixing bugs, made me rewrite all of my larger apps in java and objc. It works for small apps, but bigger apps are almost impossible to make. We have different modules for a simple drop down menu, a galery refresh for Android and lots of runtime testing (if android then do this else do this..)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Wunderlist for Android is going native, drops Appcelerator Titanium Mobile by Uwe</title>
		<link>http://www.tryexcept.com/articles/2011/09/12/wunderlist-for-android-is-going-native-drops-appcelerator-titanium-mobile.html/comment-page-1#comment-1121</link>
		<dc:creator>Uwe</dc:creator>
		<pubDate>Thu, 22 Sep 2011 17:48:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.tryexcept.com/?p=405#comment-1121</guid>
		<description> It took us seven months to reach a somewhat stable version of an iOS/Android app, until we eventually gave up and rewrote both Apps from scratch within three weeks in native Objective-C and Java, using a single developer on each platform.

The Titanium App was developed by two very talented JS nerds and over time we added more and more custom modules just to work around basic issues (performance, threading). We also fixed quite a number of bugs in the Titanium Mobile SDK, but our pull requests were simply ignored. The main issue however is the architecture of the Titanium Android SDK which in some crucial parts just does not fit to the Android best practices.

@b95ec2b1c5064387640d7cfdb9db0a9a:disqus a #1 app is no indication of a good framework. Titanium is great at first, but it is simply not working the way you advertise it. Eventually cross-platform will be HTML5, so you better speed up fixing Titanium before the 200k script kiddies hop on another train.</description>
		<content:encoded><![CDATA[<p>It took us seven months to reach a somewhat stable version of an iOS/Android app, until we eventually gave up and rewrote both Apps from scratch within three weeks in native Objective-C and Java, using a single developer on each platform.</p>
<p>The Titanium App was developed by two very talented JS nerds and over time we added more and more custom modules just to work around basic issues (performance, threading). We also fixed quite a number of bugs in the Titanium Mobile SDK, but our pull requests were simply ignored. The main issue however is the architecture of the Titanium Android SDK which in some crucial parts just does not fit to the Android best practices.</p>
<p>@b95ec2b1c5064387640d7cfdb9db0a9a:disqus a #1 app is no indication of a good framework. Titanium is great at first, but it is simply not working the way you advertise it. Eventually cross-platform will be HTML5, so you better speed up fixing Titanium before the 200k script kiddies hop on another train.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Titanium Mobile SDK 1.8 available by Sharry</title>
		<link>http://www.tryexcept.com/articles/2011/05/14/titanium-mobile-sdk-1-8-available.html/comment-page-1#comment-1120</link>
		<dc:creator>Sharry</dc:creator>
		<pubDate>Tue, 20 Sep 2011 21:05:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.tryexcept.com/?p=257#comment-1120</guid>
		<description>I&#039;ve had issues installing via the &#039;Install Titanium SDK from URL&#039; option when using Desktop 1.2.0 rc3.  It doesn&#039;t always install things properly, see here: http://www.learningtitanium.com/desktop-api/php/desktop-phpinfo.html</description>
		<content:encoded><![CDATA[<p>I&#8217;ve had issues installing via the &#8216;Install Titanium SDK from URL&#8217; option when using Desktop 1.2.0 rc3.  It doesn&#8217;t always install things properly, see here: <a href="http://www.learningtitanium.com/desktop-api/php/desktop-phpinfo.html" rel="nofollow">http://www.learningtitanium.com/desktop-api/php/desktop-phpinfo.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Wunderlist for Android is going native, drops Appcelerator Titanium Mobile by Scott Schwarzhoff</title>
		<link>http://www.tryexcept.com/articles/2011/09/12/wunderlist-for-android-is-going-native-drops-appcelerator-titanium-mobile.html/comment-page-1#comment-1119</link>
		<dc:creator>Scott Schwarzhoff</dc:creator>
		<pubDate>Mon, 12 Sep 2011 23:04:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.tryexcept.com/?p=405#comment-1119</guid>
		<description>Hello from Appcelerator:

Thanks for your post.  There are 3 things to note here:
- iPhone, iPad, PC, and Mac are all Titanium-based.
- V8 will bring performance at least on par with iOS.  6Wunderkinder will relook at Titanium at that time.
- We will continue to use Rhino for devices prior to Android 2.2, so backwards compatibility will remain.  And, as shown in Google&#039;s statistics, we&#039;re talking about &lt; 10% of the market at the present time.

Finally, the same week that this was announced, NBC iPad, also powered by Appcelerator, hit #1 in the app store.  We remain, with over 200,000 mobile developers, 25,000 apps, and a Gartner &#039;visionary&#039; MCAP member, the #1 cross-platform mobile development solution in use today.

Scott Schwarzhoff
VP, Marketing &amp; Developer Relations
sschwarzhoff at appcelerator dot com</description>
		<content:encoded><![CDATA[<p>Hello from Appcelerator:</p>
<p>Thanks for your post.  There are 3 things to note here:<br />
- iPhone, iPad, PC, and Mac are all Titanium-based.<br />
- V8 will bring performance at least on par with iOS.  6Wunderkinder will relook at Titanium at that time.<br />
- We will continue to use Rhino for devices prior to Android 2.2, so backwards compatibility will remain.  And, as shown in Google&#8217;s statistics, we&#8217;re talking about &lt; 10% of the market at the present time.</p>
<p>Finally, the same week that this was announced, NBC iPad, also powered by Appcelerator, hit #1 in the app store.  We remain, with over 200,000 mobile developers, 25,000 apps, and a Gartner &#039;visionary&#039; MCAP member, the #1 cross-platform mobile development solution in use today.</p>
<p>Scott Schwarzhoff<br />
VP, Marketing &amp; Developer Relations<br />
sschwarzhoff at appcelerator dot com</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Now that WebOS died, which is the best development crossplatform for iOS, Android, RIM and WP7? by Manuel Gomes</title>
		<link>http://www.tryexcept.com/articles/2011/09/02/mobile_crossplatform.html/comment-page-1#comment-1118</link>
		<dc:creator>Manuel Gomes</dc:creator>
		<pubDate>Sat, 03 Sep 2011 01:51:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.tryexcept.com/?p=373#comment-1118</guid>
		<description>That&#039;s too bad... the android implementation is not as good as it could be, and i suspect Blackberry is not any better... but that&#039;s the decision i have to make. Anyone knows if Windows Phone7 is will be supported by Appcelerator in the future?</description>
		<content:encoded><![CDATA[<p>That&#8217;s too bad&#8230; the android implementation is not as good as it could be, and i suspect Blackberry is not any better&#8230; but that&#8217;s the decision i have to make. Anyone knows if Windows Phone7 is will be supported by Appcelerator in the future?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Now that WebOS died, which is the best development crossplatform for iOS, Android, RIM and WP7? by Manuel Gomes</title>
		<link>http://www.tryexcept.com/articles/2011/09/02/mobile_crossplatform.html/comment-page-1#comment-1117</link>
		<dc:creator>Manuel Gomes</dc:creator>
		<pubDate>Sat, 03 Sep 2011 01:47:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.tryexcept.com/?p=373#comment-1117</guid>
		<description>And, yes, you&#039;re right, i meant Windows Phone, not Windows Mobile...</description>
		<content:encoded><![CDATA[<p>And, yes, you&#8217;re right, i meant Windows Phone, not Windows Mobile&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Now that WebOS died, which is the best development crossplatform for iOS, Android, RIM and WP7? by Tony Lukasavage</title>
		<link>http://www.tryexcept.com/articles/2011/09/02/mobile_crossplatform.html/comment-page-1#comment-1116</link>
		<dc:creator>Tony Lukasavage</dc:creator>
		<pubDate>Fri, 02 Sep 2011 21:37:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.tryexcept.com/?p=373#comment-1116</guid>
		<description>Appcelerator is the only solution available that delivers native UI.</description>
		<content:encoded><![CDATA[<p>Appcelerator is the only solution available that delivers native UI.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Now that WebOS died, which is the best development crossplatform for iOS, Android, RIM and WP7? by Manuel Gomes</title>
		<link>http://www.tryexcept.com/articles/2011/09/02/mobile_crossplatform.html/comment-page-1#comment-1115</link>
		<dc:creator>Manuel Gomes</dc:creator>
		<pubDate>Fri, 02 Sep 2011 21:20:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.tryexcept.com/?p=373#comment-1115</guid>
		<description>What about native UI?</description>
		<content:encoded><![CDATA[<p>What about native UI?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Now that WebOS died, which is the best development crossplatform for iOS, Android, RIM and WP7? by Adam Blum</title>
		<link>http://www.tryexcept.com/articles/2011/09/02/mobile_crossplatform.html/comment-page-1#comment-1114</link>
		<dc:creator>Adam Blum</dc:creator>
		<pubDate>Fri, 02 Sep 2011 20:16:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.tryexcept.com/?p=373#comment-1114</guid>
		<description>I think you mean Windows Phone 7, which is actually a distinct operating system from Windows Mobile entirely.  FWIW Rhomobile Rhodes (http://rhomobile.com/products/rhodes) is the only crossplatform framework to support Windows Mobile.  More importantly Rhodes is the only framework with:
- support for the Model View Controller pattern
- sync (synchronized data for offline and disconnected use, important for most enterprise scenarios)
- industrial capabilities such as NFC, realtime barcode, signature capture
- an Object Relational Manager to insulate you from writing SQL for data intensive apps
- an app generator
</description>
		<content:encoded><![CDATA[<p>I think you mean Windows Phone 7, which is actually a distinct operating system from Windows Mobile entirely.  FWIW Rhomobile Rhodes (<a href="http://rhomobile.com/products/rhodes" rel="nofollow">http://rhomobile.com/products/rhodes</a>) is the only crossplatform framework to support Windows Mobile.  More importantly Rhodes is the only framework with:<br />
- support for the Model View Controller pattern<br />
- sync (synchronized data for offline and disconnected use, important for most enterprise scenarios)<br />
- industrial capabilities such as NFC, realtime barcode, signature capture<br />
- an Object Relational Manager to insulate you from writing SQL for data intensive apps<br />
- an app generator</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Now that WebOS died, which is the best development crossplatform for iOS, Android, RIM and WP7? by Anonymous</title>
		<link>http://www.tryexcept.com/articles/2011/09/02/mobile_crossplatform.html/comment-page-1#comment-1113</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Fri, 02 Sep 2011 17:44:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.tryexcept.com/?p=373#comment-1113</guid>
		<description>Disqus was offline until right now! #$%#$%! Apparently, it is working fine again. Add your comments below: what is the best mobile cross-platform... platform?</description>
		<content:encoded><![CDATA[<p>Disqus was offline until right now! #$%#$%! Apparently, it is working fine again. Add your comments below: what is the best mobile cross-platform&#8230; platform?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Updated Titanium autocomplete for 1.5.1 using Eclipse and Aptana by Manuel Gomes</title>
		<link>http://www.tryexcept.com/articles/2011/01/08/updated-titanium-autocomplete-for-1-5-1-using-eclipse-and-aptana.html/comment-page-1#comment-1112</link>
		<dc:creator>Manuel Gomes</dc:creator>
		<pubDate>Thu, 01 Sep 2011 22:03:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.tryexcept.com/?p=228#comment-1112</guid>
		<description>Of course, this article is outdated, Titanium Studio is the way to go now.</description>
		<content:encoded><![CDATA[<p>Of course, this article is outdated, Titanium Studio is the way to go now.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Updated Titanium autocomplete for 1.5.1 using Eclipse and Aptana by Ingo</title>
		<link>http://www.tryexcept.com/articles/2011/01/08/updated-titanium-autocomplete-for-1-5-1-using-eclipse-and-aptana.html/comment-page-1#comment-1111</link>
		<dc:creator>Ingo</dc:creator>
		<pubDate>Thu, 01 Sep 2011 15:03:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.tryexcept.com/?p=228#comment-1111</guid>
		<description>Just download Titanium Studio. It includes autocomplete files for Titanium Mobile 1.6 and 1.7+</description>
		<content:encoded><![CDATA[<p>Just download Titanium Studio. It includes autocomplete files for Titanium Mobile 1.6 and 1.7+</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Titanium Mobile SDK 1.8 available by Sureshsharma842</title>
		<link>http://www.tryexcept.com/articles/2011/05/14/titanium-mobile-sdk-1-8-available.html/comment-page-1#comment-1110</link>
		<dc:creator>Sureshsharma842</dc:creator>
		<pubDate>Tue, 09 Aug 2011 06:56:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.tryexcept.com/?p=257#comment-1110</guid>
		<description>http://builds.appcelerator.com.s3.amazonaws.com/mobile/master/mobilesdk-1.8.0-20110513115704-win32.zip 
As u mentioned, but This is not Okay URL.Every time it encountered the SDK problem.Please tell me right way or any anohter way to install titanium 1.8 Sdk in Windows for Android.
Thanks in Advance.</description>
		<content:encoded><![CDATA[<p><a href="http://builds.appcelerator.com.s3.amazonaws.com/mobile/master/mobilesdk-1.8.0-20110513115704-win32.zip" rel="nofollow">http://builds.appcelerator.com.s3.amazonaws.com/mobile/master/mobilesdk-1.8.0-20110513115704-win32.zip</a><br />
As u mentioned, but This is not Okay URL.Every time it encountered the SDK problem.Please tell me right way or any anohter way to install titanium 1.8 Sdk in Windows for Android.<br />
Thanks in Advance.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on WebOS Emulator error E_ACCESSDENIED (0&#215;80070005), The solution by Connor</title>
		<link>http://www.tryexcept.com/articles/2011/05/19/webos-emulator-error-e_accessdenied-0x80070005-the-solution.html/comment-page-1#comment-1109</link>
		<dc:creator>Connor</dc:creator>
		<pubDate>Wed, 03 Aug 2011 04:32:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.tryexcept.com/?p=313#comment-1109</guid>
		<description>Nice.  Same thing with mac os.  v3.2 and 3.1 didn&#039;t work, but 3.0 worked after deleting ~/Library/VirtualBox/VirtualBox.xml</description>
		<content:encoded><![CDATA[<p>Nice.  Same thing with mac os.  v3.2 and 3.1 didn&#8217;t work, but 3.0 worked after deleting ~/Library/VirtualBox/VirtualBox.xml</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on WebOS Emulator error E_ACCESSDENIED (0&#215;80070005), The solution by Brian Honey</title>
		<link>http://www.tryexcept.com/articles/2011/05/19/webos-emulator-error-e_accessdenied-0x80070005-the-solution.html/comment-page-1#comment-1108</link>
		<dc:creator>Brian Honey</dc:creator>
		<pubDate>Fri, 01 Jul 2011 20:38:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.tryexcept.com/?p=313#comment-1108</guid>
		<description>Nice find! Good tip, worked for me just fine. Is there a way to have an older version of Virtualbox plus newer installed? I&#039;ve got two other OS&#039;s installed, but they were installed under VB 4. </description>
		<content:encoded><![CDATA[<p>Nice find! Good tip, worked for me just fine. Is there a way to have an older version of Virtualbox plus newer installed? I&#8217;ve got two other OS&#8217;s installed, but they were installed under VB 4. </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on WebOS Emulator error E_ACCESSDENIED (0&#215;80070005), The solution by Jaz Magno</title>
		<link>http://www.tryexcept.com/articles/2011/05/19/webos-emulator-error-e_accessdenied-0x80070005-the-solution.html/comment-page-1#comment-1107</link>
		<dc:creator>Jaz Magno</dc:creator>
		<pubDate>Thu, 23 Jun 2011 15:08:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.tryexcept.com/?p=313#comment-1107</guid>
		<description>I&#039;ll try your solution, thanks!</description>
		<content:encoded><![CDATA[<p>I&#8217;ll try your solution, thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Updated Titanium autocomplete for 1.5.1 using Eclipse and Aptana by Art T</title>
		<link>http://www.tryexcept.com/articles/2011/01/08/updated-titanium-autocomplete-for-1-5-1-using-eclipse-and-aptana.html/comment-page-1#comment-1106</link>
		<dc:creator>Art T</dc:creator>
		<pubDate>Wed, 01 Jun 2011 01:25:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.tryexcept.com/?p=228#comment-1106</guid>
		<description>Does anyone have instructions for getting this to work with Aptana 3.x?  Thanks.</description>
		<content:encoded><![CDATA[<p>Does anyone have instructions for getting this to work with Aptana 3.x?  Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Installing SQL Server 2005 Express in Windows Vista x64 by Mengkong2</title>
		<link>http://www.tryexcept.com/articles/2007/07/18/installing-sql-server-2005-express-in-windows-vista.html/comment-page-1#comment-1097</link>
		<dc:creator>Mengkong2</dc:creator>
		<pubDate>Sat, 22 Jan 2011 15:38:00 +0000</pubDate>
		<guid isPermaLink="false">http://beta.tryexcept.com/articles/2007/07/18/installing-sql-server-2005-express-in-windows-vista.html#comment-1097</guid>
		<description>how to remove all component of sql server 2005 in my computer?
i had removed it with &#039;Program and Feature&#039; and after that i install it a gain but 
it said  &#039;None of the selected features can be installed or upgraded. Setup cannot proceed since no effective change is being made to the machine. To continue, click Back and then select features to install&#039; so, how could i do?
</description>
		<content:encoded><![CDATA[<p>how to remove all component of sql server 2005 in my computer?<br />
i had removed it with &#8216;Program and Feature&#8217; and after that i install it a gain but<br />
it said  &#8216;None of the selected features can be installed or upgraded. Setup cannot proceed since no effective change is being made to the machine. To continue, click Back and then select features to install&#8217; so, how could i do?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Installing SQL Server 2005 Express in Windows Vista x64 by Mengkong</title>
		<link>http://www.tryexcept.com/articles/2007/07/18/installing-sql-server-2005-express-in-windows-vista.html/comment-page-1#comment-1096</link>
		<dc:creator>Mengkong</dc:creator>
		<pubDate>Sat, 22 Jan 2011 15:25:00 +0000</pubDate>
		<guid isPermaLink="false">http://beta.tryexcept.com/articles/2007/07/18/installing-sql-server-2005-express-in-windows-vista.html#comment-1096</guid>
		<description>After i install completed, i can not log in SQL Server 2005. what wrong with it?
Please help me!</description>
		<content:encoded><![CDATA[<p>After i install completed, i can not log in SQL Server 2005. what wrong with it?<br />
Please help me!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Updated Titanium autocomplete for 1.5.1 using Eclipse and Aptana by Anonymous</title>
		<link>http://www.tryexcept.com/articles/2011/01/08/updated-titanium-autocomplete-for-1-5-1-using-eclipse-and-aptana.html/comment-page-1#comment-1095</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Thu, 20 Jan 2011 11:14:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.tryexcept.com/?p=228#comment-1095</guid>
		<description>i&#039;ll try it myself, i&#039;ll let you know</description>
		<content:encoded><![CDATA[<p>i&#8217;ll try it myself, i&#8217;ll let you know</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Updated Titanium autocomplete for 1.5.1 using Eclipse and Aptana by chris</title>
		<link>http://www.tryexcept.com/articles/2011/01/08/updated-titanium-autocomplete-for-1-5-1-using-eclipse-and-aptana.html/comment-page-1#comment-1094</link>
		<dc:creator>chris</dc:creator>
		<pubDate>Thu, 20 Jan 2011 00:28:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.tryexcept.com/?p=228#comment-1094</guid>
		<description>Any info on getting this to work in Aptana 3 beta?  Thanks!</description>
		<content:encoded><![CDATA[<p>Any info on getting this to work in Aptana 3 beta?  Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Updated Titanium autocomplete for 1.5.1 using Eclipse and Aptana by Tweets that mention Updated Titanium autocomplete for 1.5.1 using Eclipse and Aptana &#124;try {} except -- Topsy.com</title>
		<link>http://www.tryexcept.com/articles/2011/01/08/updated-titanium-autocomplete-for-1-5-1-using-eclipse-and-aptana.html/comment-page-1#comment-1093</link>
		<dc:creator>Tweets that mention Updated Titanium autocomplete for 1.5.1 using Eclipse and Aptana &#124;try {} except -- Topsy.com</dc:creator>
		<pubDate>Sun, 09 Jan 2011 09:42:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.tryexcept.com/?p=228#comment-1093</guid>
		<description>[...] This post was mentioned on Twitter by Joacim Boive. Joacim Boive said: RT @tryexcept: Autocomplete header files for the latest #titanium 1.5.1, for use with @eclipse and @Aptana in http://bit.ly/dGRuXb [...]</description>
		<content:encoded><![CDATA[<p>[...] This post was mentioned on Twitter by Joacim Boive. Joacim Boive said: RT @tryexcept: Autocomplete header files for the latest #titanium 1.5.1, for use with @eclipse and @Aptana in <a href="http://bit.ly/dGRuXb" rel="nofollow">http://bit.ly/dGRuXb</a> [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Titanium Autocomplete by Tweets that mention Titanium Autocomplete &#124;try {} except -- Topsy.com</title>
		<link>http://www.tryexcept.com/articles/2010/12/08/titanium-autocomplete.html/comment-page-1#comment-1092</link>
		<dc:creator>Tweets that mention Titanium Autocomplete &#124;try {} except -- Topsy.com</dc:creator>
		<pubDate>Wed, 08 Dec 2010 00:31:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.tryexcept.com/?p=222#comment-1092</guid>
		<description>[...] This post was mentioned on Twitter by Appcelerator and Manuel Gomes, Manuel Gomes. Manuel Gomes said: New post: Titanium Autocomplete (http://bit.ly/fI1uAL) http://bit.ly/fI1uAL [...]</description>
		<content:encoded><![CDATA[<p>[...] This post was mentioned on Twitter by Appcelerator and Manuel Gomes, Manuel Gomes. Manuel Gomes said: New post: Titanium Autocomplete (<a href="http://bit.ly/fI1uAL" rel="nofollow">http://bit.ly/fI1uAL</a>) <a href="http://bit.ly/fI1uAL" rel="nofollow">http://bit.ly/fI1uAL</a> [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Android ahead of iPhone, second to Blackberry by Mozoot</title>
		<link>http://www.tryexcept.com/articles/2010/05/15/android-ahead-of-iphone-second-to-blackberry.html/comment-page-1#comment-1091</link>
		<dc:creator>Mozoot</dc:creator>
		<pubDate>Mon, 22 Nov 2010 06:15:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.tryexcept.com/?p=197#comment-1091</guid>
		<description>I like this post, thank you.</description>
		<content:encoded><![CDATA[<p>I like this post, thank you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Installing SQL Server 2005 Express in Windows Vista x64 by Lucias</title>
		<link>http://www.tryexcept.com/articles/2007/07/18/installing-sql-server-2005-express-in-windows-vista.html/comment-page-1#comment-1090</link>
		<dc:creator>Lucias</dc:creator>
		<pubDate>Thu, 11 Nov 2010 08:20:29 +0000</pubDate>
		<guid isPermaLink="false">http://beta.tryexcept.com/articles/2007/07/18/installing-sql-server-2005-express-in-windows-vista.html#comment-1090</guid>
		<description>awesome dude 
i looking for this trouble shooting along time</description>
		<content:encoded><![CDATA[<p>awesome dude<br />
i looking for this trouble shooting along time</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Installing SQL Server 2005 Express in Windows Vista x64 by Seejee Wazir</title>
		<link>http://www.tryexcept.com/articles/2007/07/18/installing-sql-server-2005-express-in-windows-vista.html/comment-page-1#comment-1087</link>
		<dc:creator>Seejee Wazir</dc:creator>
		<pubDate>Wed, 04 Aug 2010 16:53:51 +0000</pubDate>
		<guid isPermaLink="false">http://beta.tryexcept.com/articles/2007/07/18/installing-sql-server-2005-express-in-windows-vista.html#comment-1087</guid>
		<description>Hi, thanks for this help. it save me a lot. I was facing one more issue to run command on vista 64 bit, after running this command:
cscript %SystemDrive%\inetpub\AdminScripts\adsutil.vbs set w3svc/AppPools/Enable32bitAppOnWin64 1

command prompt shown me error:
Permission denied
ErrNumber: 70 (0x46)
Error Trying To Get the Object: w3svc/AppPools

STEP 1:
If anyone one facing this issue then don&#039;t worry just open control panel -&gt; user accounts -&gt; Turn user account control on or off and just off (disable by removing tick on &quot;UAC to help protect your computer&quot; and then OK.
STEP 2:
Run again on command prompt: cscript %SystemDrive%\inetpub\AdminScripts\adsutil.vbs set w3svc/AppPools/Enable32bitAppOnWin64 1
STEP 3:
Reboot
Finally:
Start installation of MS SQL SERVER and Enjoy.

Seejee Wazir</description>
		<content:encoded><![CDATA[<p>Hi, thanks for this help. it save me a lot. I was facing one more issue to run command on vista 64 bit, after running this command:<br />
cscript %SystemDrive%\inetpub\AdminScripts\adsutil.vbs set w3svc/AppPools/Enable32bitAppOnWin64 1</p>
<p>command prompt shown me error:<br />
Permission denied<br />
ErrNumber: 70 (0&#215;46)<br />
Error Trying To Get the Object: w3svc/AppPools</p>
<p>STEP 1:<br />
If anyone one facing this issue then don&#8217;t worry just open control panel -&gt; user accounts -&gt; Turn user account control on or off and just off (disable by removing tick on &#8220;UAC to help protect your computer&#8221; and then OK.<br />
STEP 2:<br />
Run again on command prompt: cscript %SystemDrive%\inetpub\AdminScripts\adsutil.vbs set w3svc/AppPools/Enable32bitAppOnWin64 1<br />
STEP 3:<br />
Reboot<br />
Finally:<br />
Start installation of MS SQL SERVER and Enjoy.</p>
<p>Seejee Wazir</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Try Out the New Microsoft Desktop Player by Tweets that mention Try Out the New Microsoft Desktop Player &#124; try {} except -- Topsy.com</title>
		<link>http://www.tryexcept.com/articles/2010/05/11/try-out-the-new-microsoft-desktop-player.html/comment-page-1#comment-1085</link>
		<dc:creator>Tweets that mention Try Out the New Microsoft Desktop Player &#124; try {} except -- Topsy.com</dc:creator>
		<pubDate>Tue, 11 May 2010 22:41:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.tryexcept.com/?p=162#comment-1085</guid>
		<description>[...] This post was mentioned on Twitter by Manuel Gomes, Manuel Gomes. Manuel Gomes said: New post: Try Out the New Microsoft Desktop Player (http://cli.gs/MHMHV) http://cli.gs/MHMHV [...]</description>
		<content:encoded><![CDATA[<p>[...] This post was mentioned on Twitter by Manuel Gomes, Manuel Gomes. Manuel Gomes said: New post: Try Out the New Microsoft Desktop Player (<a href="http://cli.gs/MHMHV" rel="nofollow">http://cli.gs/MHMHV</a>) <a href="http://cli.gs/MHMHV" rel="nofollow">http://cli.gs/MHMHV</a> [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Installing SQL Server 2005 Express in Windows Vista x64 by asan</title>
		<link>http://www.tryexcept.com/articles/2007/07/18/installing-sql-server-2005-express-in-windows-vista.html/comment-page-1#comment-1080</link>
		<dc:creator>asan</dc:creator>
		<pubDate>Sat, 27 Mar 2010 23:55:04 +0000</pubDate>
		<guid isPermaLink="false">http://beta.tryexcept.com/articles/2007/07/18/installing-sql-server-2005-express-in-windows-vista.html#comment-1080</guid>
		<description>TITLE: Microsoft SQL Server Setup
------------------------------

None of the selected features can be installed or upgraded. Setup cannot proceed since no effective change is being made to the machine. To continue, click Back and then select features to install. To exit SQL Server Setup, click Cancel.

For help, click: http://go.microsoft.com/fwlink?LinkID=20476&amp;ProdName=Microsoft+SQL+Server&amp;ProdVer=9.00.3042.00&amp;EvtSrc=setup.rll&amp;EvtID=SQLSetup90&amp;EvtType=28108

------------------------------
BUTTONS:

OK
------------------------------
failure  .  this is  trouble</description>
		<content:encoded><![CDATA[<p>TITLE: Microsoft SQL Server Setup<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;</p>
<p>None of the selected features can be installed or upgraded. Setup cannot proceed since no effective change is being made to the machine. To continue, click Back and then select features to install. To exit SQL Server Setup, click Cancel.</p>
<p>For help, click: <a href="http://go.microsoft.com/fwlink?LinkID=20476&#038;ProdName=Microsoft+SQL+Server&#038;ProdVer=9.00.3042.00&#038;EvtSrc=setup.rll&#038;EvtID=SQLSetup90&#038;EvtType=28108" rel="nofollow">http://go.microsoft.com/fwlink?LinkID=20476&#038;ProdName=Microsoft+SQL+Server&#038;ProdVer=9.00.3042.00&#038;EvtSrc=setup.rll&#038;EvtID=SQLSetup90&#038;EvtType=28108</a></p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<br />
BUTTONS:</p>
<p>OK<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<br />
failure  .  this is  trouble</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Installing SQL Server 2005 Express in Windows Vista x64 by pater</title>
		<link>http://www.tryexcept.com/articles/2007/07/18/installing-sql-server-2005-express-in-windows-vista.html/comment-page-1#comment-1074</link>
		<dc:creator>pater</dc:creator>
		<pubDate>Sat, 31 Oct 2009 03:02:25 +0000</pubDate>
		<guid isPermaLink="false">http://beta.tryexcept.com/articles/2007/07/18/installing-sql-server-2005-express-in-windows-vista.html#comment-1074</guid>
		<description>Cheers - had troubles trying to install the management engine, and thought that VS2005 had installed the 32bit version. After reinstalling several times, I found that you have to install the management engine from an elevated command prompt. Microsoft don&#039;t seem to have mentioned the fact that the engine is only 32bit. Have to wonder why they&#039;ve even made an x64 install. I wish they would fix something for x64 to check the prog files (x86), as restoreing databases that were on a 32bit machine try to restore to the wrong place.</description>
		<content:encoded><![CDATA[<p>Cheers &#8211; had troubles trying to install the management engine, and thought that VS2005 had installed the 32bit version. After reinstalling several times, I found that you have to install the management engine from an elevated command prompt. Microsoft don&#8217;t seem to have mentioned the fact that the engine is only 32bit. Have to wonder why they&#8217;ve even made an x64 install. I wish they would fix something for x64 to check the prog files (x86), as restoreing databases that were on a 32bit machine try to restore to the wrong place.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Installing SQL Server 2005 Express in Windows Vista x64 by AndrewBoldman</title>
		<link>http://www.tryexcept.com/articles/2007/07/18/installing-sql-server-2005-express-in-windows-vista.html/comment-page-1#comment-435</link>
		<dc:creator>AndrewBoldman</dc:creator>
		<pubDate>Thu, 04 Jun 2009 17:38:46 +0000</pubDate>
		<guid isPermaLink="false">http://beta.tryexcept.com/articles/2007/07/18/installing-sql-server-2005-express-in-windows-vista.html#comment-435</guid>
		<description>Hi, good post. I have been woondering about this issue,so thanks for posting. I’ll definitely be coming back to your site.</description>
		<content:encoded><![CDATA[<p>Hi, good post. I have been woondering about this issue,so thanks for posting. I’ll definitely be coming back to your site.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Installing SQL Server 2005 Express in Windows Vista x64 by Reddy</title>
		<link>http://www.tryexcept.com/articles/2007/07/18/installing-sql-server-2005-express-in-windows-vista.html/comment-page-1#comment-430</link>
		<dc:creator>Reddy</dc:creator>
		<pubDate>Wed, 03 Jun 2009 06:28:13 +0000</pubDate>
		<guid isPermaLink="false">http://beta.tryexcept.com/articles/2007/07/18/installing-sql-server-2005-express-in-windows-vista.html#comment-430</guid>
		<description>Still My Problem is not Solved.
I Installed Every thing Mentioned Above(IIS and Config the Script).

But Still Showing the 
IIS Feature Requirement” and “ASP.Net Version Registration Requirement” same messages.

Pls Suggest me.

Reddy</description>
		<content:encoded><![CDATA[<p>Still My Problem is not Solved.<br />
I Installed Every thing Mentioned Above(IIS and Config the Script).</p>
<p>But Still Showing the<br />
IIS Feature Requirement” and “ASP.Net Version Registration Requirement” same messages.</p>
<p>Pls Suggest me.</p>
<p>Reddy</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Reading image metadata with .net 3.0 by Koen</title>
		<link>http://www.tryexcept.com/articles/2007/10/11/reading-image-metadata-with-net.html/comment-page-1#comment-211</link>
		<dc:creator>Koen</dc:creator>
		<pubDate>Mon, 06 Apr 2009 08:27:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.tryexcept.com/articles/2007/09/18/reading-image-metadata-with-net.html#comment-211</guid>
		<description>This code will cause IO Exception eventually. The filelock isn&#039;t released and can&#039;t be released using the above workflow. In other words you won&#039;t be able to open the img in windows explorer.

Other solution:
http://www.dreamincode.net/forums/showtopic89911.htm</description>
		<content:encoded><![CDATA[<p>This code will cause IO Exception eventually. The filelock isn&#8217;t released and can&#8217;t be released using the above workflow. In other words you won&#8217;t be able to open the img in windows explorer.</p>
<p>Other solution:<br />
<a href="http://www.dreamincode.net/forums/showtopic89911.htm" rel="nofollow">http://www.dreamincode.net/forums/showtopic89911.htm</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Installing SQL Server 2005 Express in Windows Vista x64 by User</title>
		<link>http://www.tryexcept.com/articles/2007/07/18/installing-sql-server-2005-express-in-windows-vista.html/comment-page-1#comment-206</link>
		<dc:creator>User</dc:creator>
		<pubDate>Mon, 30 Mar 2009 22:27:03 +0000</pubDate>
		<guid isPermaLink="false">http://beta.tryexcept.com/articles/2007/07/18/installing-sql-server-2005-express-in-windows-vista.html#comment-206</guid>
		<description>The command is cscript %SystemDrive%\inetpub\AdminScripts\adsutil.vbs set w3svc/AppPools/Enable32bitAppOnWin64 1</description>
		<content:encoded><![CDATA[<p>The command is cscript %SystemDrive%\inetpub\AdminScripts\adsutil.vbs set w3svc/AppPools/Enable32bitAppOnWin64 1</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Installing SQL Server 2005 Express in Windows Vista x64 by Getting SQL Server 2005 Express &#171; CyberText Newsletter</title>
		<link>http://www.tryexcept.com/articles/2007/07/18/installing-sql-server-2005-express-in-windows-vista.html/comment-page-1#comment-154</link>
		<dc:creator>Getting SQL Server 2005 Express &#171; CyberText Newsletter</dc:creator>
		<pubDate>Fri, 27 Feb 2009 22:58:33 +0000</pubDate>
		<guid isPermaLink="false">http://beta.tryexcept.com/articles/2007/07/18/installing-sql-server-2005-express-in-windows-vista.html#comment-154</guid>
		<description>[...] Finally, when you try to install SQL Express on Vista 64-bit, you may get some errors that some required features aren&#8217;t available (specifically IIS and an ASP.NET version). Here&#8217;s information on how to get these activated: http://www.tryexcept.com/articles/2007/07/18/installing-sql-server-2005-express-in-windows-vista.htm... [...]</description>
		<content:encoded><![CDATA[<p>[...] Finally, when you try to install SQL Express on Vista 64-bit, you may get some errors that some required features aren&#8217;t available (specifically IIS and an ASP.NET version). Here&#8217;s information on how to get these activated: <a href="http://www.tryexcept.com/articles/2007/07/18/installing-sql-server-2005-express-in-windows-vista.htm.." rel="nofollow">http://www.tryexcept.com/articles/2007/07/18/installing-sql-server-2005-express-in-windows-vista.htm..</a>. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Installing SQL Server 2005 Express in Windows Vista x64 by Installing SQL Server Express in Vista 64-bit &#124; keyongtech</title>
		<link>http://www.tryexcept.com/articles/2007/07/18/installing-sql-server-2005-express-in-windows-vista.html/comment-page-1#comment-132</link>
		<dc:creator>Installing SQL Server Express in Vista 64-bit &#124; keyongtech</dc:creator>
		<pubDate>Sun, 18 Jan 2009 16:22:37 +0000</pubDate>
		<guid isPermaLink="false">http://beta.tryexcept.com/articles/2007/07/18/installing-sql-server-2005-express-in-windows-vista.html#comment-132</guid>
		<description>[...] machine to test it...)  And I&#039;ll suggest you to read the following blog (Not tested by me yet): http://www.tryexcept.com/articles/20...ows-vista.html  -- Ekrem </description>
		<content:encoded><![CDATA[<p>[...] machine to test it&#8230;)  And I&#8217;ll suggest you to read the following blog (Not tested by me yet): <a href="http://www.tryexcept.com/articles/20...ows-vista.html" rel="nofollow">http://www.tryexcept.com/articles/20&#8230;ows-vista.html</a>  &#8212; Ekrem</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Reading image metadata with .net 3.0 by james</title>
		<link>http://www.tryexcept.com/articles/2007/10/11/reading-image-metadata-with-net.html/comment-page-1#comment-127</link>
		<dc:creator>james</dc:creator>
		<pubDate>Wed, 10 Dec 2008 22:12:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.tryexcept.com/articles/2007/09/18/reading-image-metadata-with-net.html#comment-127</guid>
		<description>have you ever actually used InPlaceBitmapMetadataWriter to write metadata to a file?  I have been trying and it seems to be pretty much impossible.</description>
		<content:encoded><![CDATA[<p>have you ever actually used InPlaceBitmapMetadataWriter to write metadata to a file?  I have been trying and it seems to be pretty much impossible.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Installing SQL Server 2005 Express in Windows Vista x64 by FEOL</title>
		<link>http://www.tryexcept.com/articles/2007/07/18/installing-sql-server-2005-express-in-windows-vista.html/comment-page-1#comment-95</link>
		<dc:creator>FEOL</dc:creator>
		<pubDate>Sun, 21 Sep 2008 02:38:35 +0000</pubDate>
		<guid isPermaLink="false">http://beta.tryexcept.com/articles/2007/07/18/installing-sql-server-2005-express-in-windows-vista.html#comment-95</guid>
		<description>One more question, please: Should I install framework 2 for x64 and the SP1?</description>
		<content:encoded><![CDATA[<p>One more question, please: Should I install framework 2 for x64 and the SP1?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Installing SQL Server 2005 Express in Windows Vista x64 by FEOL</title>
		<link>http://www.tryexcept.com/articles/2007/07/18/installing-sql-server-2005-express-in-windows-vista.html/comment-page-1#comment-94</link>
		<dc:creator>FEOL</dc:creator>
		<pubDate>Sat, 20 Sep 2008 08:06:09 +0000</pubDate>
		<guid isPermaLink="false">http://beta.tryexcept.com/articles/2007/07/18/installing-sql-server-2005-express-in-windows-vista.html#comment-94</guid>
		<description>No, MG, it doesn&#039;t work. I still have the &quot;SQL Server Edition Operating System...&quot; and the &quot;IIS Feature Requirement&quot; errors. Once, one of my Unix instructor said &quot;The more I know Microsoft the more I love Unix&quot; I guess he was right. Maybe I have to downgrade to XP. Any way, thanks a lot for your help.</description>
		<content:encoded><![CDATA[<p>No, MG, it doesn&#8217;t work. I still have the &#8220;SQL Server Edition Operating System&#8230;&#8221; and the &#8220;IIS Feature Requirement&#8221; errors. Once, one of my Unix instructor said &#8220;The more I know Microsoft the more I love Unix&#8221; I guess he was right. Maybe I have to downgrade to XP. Any way, thanks a lot for your help.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Installing SQL Server 2005 Express in Windows Vista x64 by Rob</title>
		<link>http://www.tryexcept.com/articles/2007/07/18/installing-sql-server-2005-express-in-windows-vista.html/comment-page-1#comment-93</link>
		<dc:creator>Rob</dc:creator>
		<pubDate>Thu, 18 Sep 2008 16:30:53 +0000</pubDate>
		<guid isPermaLink="false">http://beta.tryexcept.com/articles/2007/07/18/installing-sql-server-2005-express-in-windows-vista.html#comment-93</guid>
		<description>For some reason my Vista Home Premium x64 does not have adsutil.vbs on it.  Any ideas on how to get this script or a work around?

Rob</description>
		<content:encoded><![CDATA[<p>For some reason my Vista Home Premium x64 does not have adsutil.vbs on it.  Any ideas on how to get this script or a work around?</p>
<p>Rob</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Installing SQL Server 2005 Express in Windows Vista x64 by FEOL</title>
		<link>http://www.tryexcept.com/articles/2007/07/18/installing-sql-server-2005-express-in-windows-vista.html/comment-page-1#comment-92</link>
		<dc:creator>FEOL</dc:creator>
		<pubDate>Thu, 18 Sep 2008 05:17:03 +0000</pubDate>
		<guid isPermaLink="false">http://beta.tryexcept.com/articles/2007/07/18/installing-sql-server-2005-express-in-windows-vista.html#comment-92</guid>
		<description>Thanks,MG. I&#039;ll try that and let you know.</description>
		<content:encoded><![CDATA[<p>Thanks,MG. I&#8217;ll try that and let you know.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Installing SQL Server 2005 Express in Windows Vista x64 by mg</title>
		<link>http://www.tryexcept.com/articles/2007/07/18/installing-sql-server-2005-express-in-windows-vista.html/comment-page-1#comment-91</link>
		<dc:creator>mg</dc:creator>
		<pubDate>Wed, 17 Sep 2008 21:50:14 +0000</pubDate>
		<guid isPermaLink="false">http://beta.tryexcept.com/articles/2007/07/18/installing-sql-server-2005-express-in-windows-vista.html#comment-91</guid>
		<description>Hi FEOL. The correct path for the script is:
&lt;code&gt;%SystemDrive%\inetpub\AdminScripts\adsutil.vbs&lt;/code&gt; (i have fixed the article already).

About you the missing services in the Configuration Manager: Run the adsutil.vbs first, as stated in the article, then install (or reinstall) SQL 2005 Express - in your case, the SQL Server service is probably not installed.

MG</description>
		<content:encoded><![CDATA[<p>Hi FEOL. The correct path for the script is:<br />
<code>%SystemDrive%\inetpub\AdminScripts\adsutil.vbs</code> (i have fixed the article already).</p>
<p>About you the missing services in the Configuration Manager: Run the adsutil.vbs first, as stated in the article, then install (or reinstall) SQL 2005 Express &#8211; in your case, the SQL Server service is probably not installed.</p>
<p>MG</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Installing SQL Server 2005 Express in Windows Vista x64 by FEOL</title>
		<link>http://www.tryexcept.com/articles/2007/07/18/installing-sql-server-2005-express-in-windows-vista.html/comment-page-1#comment-90</link>
		<dc:creator>FEOL</dc:creator>
		<pubDate>Wed, 17 Sep 2008 07:31:09 +0000</pubDate>
		<guid isPermaLink="false">http://beta.tryexcept.com/articles/2007/07/18/installing-sql-server-2005-express-in-windows-vista.html#comment-90</guid>
		<description>Hi. This is my problem: I&#039;ve installed SQL 2005 Express in Vista Home Premium x64, also installed SP2, but I have no instances of a server. When I look into the Configuration Manager - SQL 2005 Services I get &quot;There is no items to show in this view&quot;. What did I miss? What can I do?
I&#039;ve run the command and I get &quot;Input Error: Can not find script file &quot;C:\Users\Fernando\inetpubAdminScriptsadsu
til.vbs&quot;.
I&#039;ve also install all IIS items.

Thanks in advance.
Regards from México.

FEOL</description>
		<content:encoded><![CDATA[<p>Hi. This is my problem: I&#8217;ve installed SQL 2005 Express in Vista Home Premium x64, also installed SP2, but I have no instances of a server. When I look into the Configuration Manager &#8211; SQL 2005 Services I get &#8220;There is no items to show in this view&#8221;. What did I miss? What can I do?<br />
I&#8217;ve run the command and I get &#8220;Input Error: Can not find script file &#8220;C:\Users\Fernando\inetpubAdminScriptsadsu<br />
til.vbs&#8221;.<br />
I&#8217;ve also install all IIS items.</p>
<p>Thanks in advance.<br />
Regards from México.</p>
<p>FEOL</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Installing SQL Server 2005 Express in Windows Vista x64 by Steven</title>
		<link>http://www.tryexcept.com/articles/2007/07/18/installing-sql-server-2005-express-in-windows-vista.html/comment-page-1#comment-89</link>
		<dc:creator>Steven</dc:creator>
		<pubDate>Fri, 12 Sep 2008 21:32:31 +0000</pubDate>
		<guid isPermaLink="false">http://beta.tryexcept.com/articles/2007/07/18/installing-sql-server-2005-express-in-windows-vista.html#comment-89</guid>
		<description>Thanks alot. finally someone explains it right. thumbs up</description>
		<content:encoded><![CDATA[<p>Thanks alot. finally someone explains it right. thumbs up</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Installing SQL Server 2005 Express in Windows Vista x64 by Anshul</title>
		<link>http://www.tryexcept.com/articles/2007/07/18/installing-sql-server-2005-express-in-windows-vista.html/comment-page-1#comment-59</link>
		<dc:creator>Anshul</dc:creator>
		<pubDate>Sat, 30 Aug 2008 10:39:55 +0000</pubDate>
		<guid isPermaLink="false">http://beta.tryexcept.com/articles/2007/07/18/installing-sql-server-2005-express-in-windows-vista.html#comment-59</guid>
		<description>Thnx a lot, you&#039;ve saved my lot of time</description>
		<content:encoded><![CDATA[<p>Thnx a lot, you&#8217;ve saved my lot of time</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Installing SQL Server 2005 Express in Windows Vista x64 by zahi</title>
		<link>http://www.tryexcept.com/articles/2007/07/18/installing-sql-server-2005-express-in-windows-vista.html/comment-page-1#comment-35</link>
		<dc:creator>zahi</dc:creator>
		<pubDate>Mon, 16 Jun 2008 20:45:56 +0000</pubDate>
		<guid isPermaLink="false">http://beta.tryexcept.com/articles/2007/07/18/installing-sql-server-2005-express-in-windows-vista.html#comment-35</guid>
		<description>thanks!
straight to the point!</description>
		<content:encoded><![CDATA[<p>thanks!<br />
straight to the point!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Installing SQL Server 2005 Express in Windows Vista x64 by kinjal</title>
		<link>http://www.tryexcept.com/articles/2007/07/18/installing-sql-server-2005-express-in-windows-vista.html/comment-page-1#comment-16</link>
		<dc:creator>kinjal</dc:creator>
		<pubDate>Sun, 30 Mar 2008 07:19:01 +0000</pubDate>
		<guid isPermaLink="false">http://beta.tryexcept.com/articles/2007/07/18/installing-sql-server-2005-express-in-windows-vista.html#comment-16</guid>
		<description>it&#039;s really useful....thanks a lot</description>
		<content:encoded><![CDATA[<p>it&#8217;s really useful&#8230;.thanks a lot</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Installing SQL Server 2005 Express in Windows Vista x64 by Steven H</title>
		<link>http://www.tryexcept.com/articles/2007/07/18/installing-sql-server-2005-express-in-windows-vista.html/comment-page-1#comment-15</link>
		<dc:creator>Steven H</dc:creator>
		<pubDate>Sun, 24 Feb 2008 14:47:25 +0000</pubDate>
		<guid isPermaLink="false">http://beta.tryexcept.com/articles/2007/07/18/installing-sql-server-2005-express-in-windows-vista.html#comment-15</guid>
		<description>Thanks allot buddy!</description>
		<content:encoded><![CDATA[<p>Thanks allot buddy!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Native applications for the iPhone, SDK next February by Iphone &#124; Apple &#124; Mac Blog &#187; Native applications for the iPhone, SDK next February</title>
		<link>http://www.tryexcept.com/articles/2007/10/20/native-applications-for-the-iphone-sdk-next-february.html/comment-page-1#comment-13</link>
		<dc:creator>Iphone &#124; Apple &#124; Mac Blog &#187; Native applications for the iPhone, SDK next February</dc:creator>
		<pubDate>Sat, 20 Oct 2007 01:32:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.tryexcept.com/articles/2007/10/20/native-applications-for-the-iphone-sdk-next-february.html#comment-13</guid>
		<description>[...] tryexcept.com - information and tools for software developers put an intriguing blog post on Native applications for the iPhone, SDK next FebruaryHere&#8217;s a quick excerpt [...]</description>
		<content:encoded><![CDATA[<p>[...] tryexcept.com &#8211; information and tools for software developers put an intriguing blog post on Native applications for the iPhone, SDK next FebruaryHere&#8217;s a quick excerpt [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

