<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://forums.asp.net/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>ASP.NET AJAX Discussion and Suggestions</title><link>http://forums.asp.net/1007.aspx</link><description>This forum is the place for ASP.NET AJAX 'getting started' questions, general questions that don't fit in one of the other forums about AJAX </description><dc:language>en</dc:language><generator>CommunityServer 2007 SP1 (Build: 20510.895)</generator><item><title>Re: Microsoft ASP.NET 2.0 AJAX Extensions 1.0 Setup Wizard ended prematurely</title><link>http://forums.asp.net/thread/3504538.aspx</link><pubDate>Tue, 10 Nov 2009 15:33:29 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3504538</guid><dc:creator>tomfonseca</dc:creator><author>tomfonseca</author><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/3504538.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1007&amp;PostID=3504538</wfw:commentRss><description>&lt;p&gt;If you run msiexec with thw log option and then look for the specific error in the endo of the file, will be there, in my case I simply enabled the &lt;b&gt;Microsoft FrameWork NGEN&lt;/b&gt; service and tryed to reinstall, and every thing worked!!!&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;Hope it may help.&lt;/p&gt;</description></item><item><title>Re: Microsoft ASP.NET 2.0 AJAX Extensions 1.0 Setup Wizard ended prematurely</title><link>http://forums.asp.net/thread/1998907.aspx</link><pubDate>Fri, 09 Nov 2007 19:02:46 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:1998907</guid><dc:creator>vicpal25</dc:creator><author>vicpal25</author><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/1998907.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1007&amp;PostID=1998907</wfw:commentRss><description>&lt;p&gt;BTW. I had the same problem this moring trying to do a repair installation from a fresh download of the framework on the Microsoft site. What I did is that instead of just installing from the temp directory being downloaded from, I downloaded it to the desktop, ran it from there and I am good to go. &lt;/p&gt;</description></item><item><title>Re: Microsoft ASP.NET 2.0 AJAX Extensions 1.0 Setup Wizard ended prematurely</title><link>http://forums.asp.net/thread/1997034.aspx</link><pubDate>Thu, 08 Nov 2007 19:05:39 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:1997034</guid><dc:creator>MikkiTrash</dc:creator><author>MikkiTrash</author><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/1997034.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1007&amp;PostID=1997034</wfw:commentRss><description>&lt;p&gt;Thanks louis.lu I solved the problem with your solution!!&lt;br /&gt;&lt;/p&gt;</description></item><item><title>Re: Microsoft ASP.NET 2.0 AJAX Extensions 1.0 Setup Wizard ended prematurely</title><link>http://forums.asp.net/thread/1946323.aspx</link><pubDate>Mon, 08 Oct 2007 19:46:26 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:1946323</guid><dc:creator>K10</dc:creator><author>K10</author><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/1946323.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1007&amp;PostID=1946323</wfw:commentRss><description>&lt;font size="3"&gt;&lt;font face="Times New Roman"&gt;I worked on this for about half a day today before getting it to install properly (2K3).&amp;nbsp; Here&amp;#39;s the syntax that worked for me: msiexec /i ASPAJAXExtSetup.msi INSTALLDIR=c:\AJAX ALLUSERS=2 /l c:\ajax\log.txt&amp;nbsp; I did some research on the msi installer and 2103 errors are sometimes resolved with the ALLUSERS=2 (By default MSI is not installed per-computer, this changes that).&amp;nbsp; I don&amp;#39;t know if it will help you, but it did help me.&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/font&gt;&lt;/font&gt;</description></item><item><title>Re: Microsoft ASP.NET 2.0 AJAX Extensions 1.0 Setup Wizard ended prematurely</title><link>http://forums.asp.net/thread/1941911.aspx</link><pubDate>Fri, 05 Oct 2007 00:54:24 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:1941911</guid><dc:creator>jonmbris</dc:creator><author>jonmbris</author><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/1941911.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1007&amp;PostID=1941911</wfw:commentRss><description>&lt;p&gt;I just spent a day working this out as I had the same issue and wanted to share this inthe hope it may help others. I was running the .Net framework on XP, with SP 2 and trying to install the AJAX 2.0 extensions and I had the same problems. After reading this previous posts I checked out the &amp;#39;Services&amp;#39; to see if I had the .Net Runtime Optimization Service v2.0.50727_X86 installed and running - guess what, it was not even in the Services list, despite having VS 2005 and the up to date service packs installed. So I installed the .Net 2.0 framework again(dotnetfx.exe), made certain the .Net Runtime Optimization Service was installed and running in Services and re-installed the AJAX .msi package...and it worked!!! Hope this helps others who find this AJAX issue frustrating. Cheers!&lt;/p&gt;</description></item><item><title>Re: Microsoft ASP.NET 2.0 AJAX Extensions 1.0 Setup Wizard ended prematurely</title><link>http://forums.asp.net/thread/1888059.aspx</link><pubDate>Sat, 01 Sep 2007 07:59:40 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:1888059</guid><dc:creator>Rezgar Cadro</dc:creator><author>Rezgar Cadro</author><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/1888059.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1007&amp;PostID=1888059</wfw:commentRss><description>Wonderful! Great thanks guys! Helped a lot!&lt;br /&gt;</description></item><item><title>Re: Microsoft ASP.NET 2.0 AJAX Extensions 1.0 Setup Wizard ended prematurely</title><link>http://forums.asp.net/thread/1764083.aspx</link><pubDate>Wed, 20 Jun 2007 17:11:13 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:1764083</guid><dc:creator>2om</dc:creator><author>2om</author><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/1764083.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1007&amp;PostID=1764083</wfw:commentRss><description>&lt;p&gt;&amp;nbsp;1: InstallVSTemplate 2: 0 &lt;br /&gt;ExecNetFx:&amp;nbsp; Microsoft (R) CLR Native Image Generator - Version 2.0.50727.42&lt;br /&gt;ExecNetFx:&amp;nbsp; Copyright (C) Microsoft Corporation 1998-2002. All rights reserved.&lt;br /&gt;ExecNetFx:&amp;nbsp; Installing assembly System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35&lt;br /&gt;ExecNetFx:&amp;nbsp; Bibliothek nicht registriert. (Exception from HRESULT: 0x8002801D (TYPE_E_LIBNOTREGISTERED))&lt;br /&gt;ExecNetFx:&amp;nbsp; Error 0x8007006d: failed to allocate output string&lt;br /&gt;ExecNetFx:&amp;nbsp; Error 0xffffffff: Command line returned an error.&lt;br /&gt;ExecNetFx:&amp;nbsp; Error 0xffffffff: failed to execute Ngen command: C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\ngen.exe install &amp;quot;System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35&amp;quot;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;to solve this reinstall .net 2.0&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;quot;%windir%\Microsoft.NET\Framework\v2.0.50727\Microsoft .NET Framework 2.0\install.exe&amp;quot; /r&lt;/p&gt;</description></item><item><title>Re: Microsoft ASP.NET 2.0 AJAX Extensions 1.0 Setup Wizard ended prematurely</title><link>http://forums.asp.net/thread/1762559.aspx</link><pubDate>Wed, 20 Jun 2007 02:03:10 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:1762559</guid><dc:creator>jimmy79</dc:creator><author>jimmy79</author><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/1762559.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1007&amp;PostID=1762559</wfw:commentRss><description>&lt;p&gt;Thanks to louis.lu. I face the problem but manage to install it using your method on my web server. &lt;/p&gt;</description></item><item><title>Re: Microsoft ASP.NET 2.0 AJAX Extensions 1.0 Setup Wizard ended prematurely</title><link>http://forums.asp.net/thread/1745380.aspx</link><pubDate>Fri, 08 Jun 2007 09:27:35 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:1745380</guid><dc:creator>louis.lu</dc:creator><author>louis.lu</author><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/1745380.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1007&amp;PostID=1745380</wfw:commentRss><description>&lt;p&gt;hello, i&amp;#39;m from china, my english is nood good,&lt;/p&gt;
&lt;p&gt;i think i could help you.&lt;/p&gt;
&lt;p&gt;first, you double click &amp;quot;ASPAJAXExtSetup.msi&amp;quot;, copy the following files to other places&amp;nbsp;before the installation has errors.&lt;br /&gt;&amp;nbsp; C:\Program Files\Microsoft ASP.NET\ASP.NET 2.0 AJAX Extensions\v1.0.61025&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; AJAXExtensionsToolbox.dll&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;System.Web.Extensions.Design.dll&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; System.Web.Extensions.dll&lt;/p&gt;
&lt;p&gt;second,&amp;nbsp;copy the above files to &amp;quot;C:\WINDOWS\assembly&amp;quot;&lt;/p&gt;
&lt;p&gt;finally, you go installation &amp;quot;ASPAJAXExtSetup.msi&amp;quot; again.&lt;/p&gt;
&lt;p&gt;I succeeded like this.&lt;/p&gt;
&lt;div id="result_box"&gt;good luck&lt;/div&gt;</description></item><item><title>Re: Microsoft ASP.NET 2.0 AJAX Extensions 1.0 Setup Wizard ended prematurely</title><link>http://forums.asp.net/thread/1601388.aspx</link><pubDate>Thu, 01 Mar 2007 23:32:27 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:1601388</guid><dc:creator>valesyde</dc:creator><author>valesyde</author><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/1601388.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1007&amp;PostID=1601388</wfw:commentRss><description>&lt;p&gt;I'm getting the same premature ending. I get the following error in the event log.&lt;/p&gt;
&lt;p&gt;&lt;font size=1&gt;Product: Microsoft ASP.NET 2.0 AJAX Extensions 1.0 -- The installer has encountered an unexpected error installing this package. This may indicate a problem with this package. The error code is 2755. The arguments are: 1622, C:\TEMP\ASPAJAXExtSetup.msi, &lt;/font&gt;&lt;/p&gt;
&lt;p&gt;I've tried everything listed above in this post but nothing is working. The machine is a W2K server box. Help please!&lt;/p&gt;
&lt;p&gt;One thing I noticed in the event log are these two:&lt;font size=1&gt;&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;.NET Runtime Optimization Service (clr_optimization_v2.0.50727_32) - Service reached limit of transient errors. Will shut down. Last error returned from Service Manager: 0x80070005.&lt;font size=1&gt;&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;.NET Runtime Optimization Service (clr_optimization_v2.0.50727_32) - Service work was interrupted due to the following reason(s): SERVICE_INTERRUPT (Mask: 0x01)&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;=== Logging started: 3/1/2007&amp;nbsp; 18:20:04 ===&lt;br /&gt;Action 18:20:04: INSTALL. &lt;br /&gt;Action start 18:20:04: INSTALL.&lt;br /&gt;Action 18:20:04: PrepareDlg. &lt;br /&gt;Action start 18:20:04: PrepareDlg.&lt;br /&gt;Info 2898. WixUI_Font_Normal, Tahoma, 0&lt;br /&gt;Info 2898. WixUI_Font_Bigger, Tahoma, 0&lt;br /&gt;Action 18:20:04: PrepareDlg. Dialog created&lt;br /&gt;Action ended 18:20:04: PrepareDlg. Return value 1.&lt;br /&gt;Action 18:20:04: AppSearch. Searching for installed applications&lt;br /&gt;Action start 18:20:04: AppSearch.&lt;br /&gt;AppSearch: Property: VSINSTALLDIR, Signature: VSInstallDirRegistry&lt;br /&gt;AppSearch: Property: VWDINSTALLDIR, Signature: VWDInstallDirRegistry&lt;br /&gt;AppSearch: Property: VSTEMPLATEUSERFOLDER, Signature: VSTemplateUserFolderRegistry&lt;br /&gt;AppSearch: Property: VWDTEMPLATEUSERFOLDER, Signature: VWDTemplateUserFolderRegistry&lt;br /&gt;AppSearch: Property: VSCSTEMPLATEDIR, Signature: VSCSTemplateDir&lt;br /&gt;AppSearch: Property: VSVBTEMPLATEDIR, Signature: VSVBTemplateDir&lt;br /&gt;AppSearch: Property: VWDCSTEMPLATEDIR, Signature: VWDCSTemplateDir&lt;br /&gt;AppSearch: Property: VWDVBTEMPLATEDIR, Signature: VWDVBTemplateDir&lt;br /&gt;AppSearch: Property: VSWAPCSTEMPLATEDIR, Signature: VSWAPCSTemplateDir&lt;br /&gt;AppSearch: Property: VSWAPVBTEMPLATEDIR, Signature: VSWAPVBTemplateDir&lt;br /&gt;AppSearch: Property: NETFRAMEWORK20, Signature: NetFramework20&lt;br /&gt;Action ended 18:20:05: AppSearch. Return value 1.&lt;br /&gt;Action 18:20:05: LaunchConditions. Evaluating launch conditions&lt;br /&gt;Action start 18:20:05: LaunchConditions.&lt;br /&gt;Action ended 18:20:05: LaunchConditions. Return value 1.&lt;br /&gt;Action 18:20:05: ValidateProductID. &lt;br /&gt;Action start 18:20:05: ValidateProductID.&lt;br /&gt;Action ended 18:20:05: ValidateProductID. Return value 1.&lt;br /&gt;Action 18:20:05: CostInitialize. Computing space requirements&lt;br /&gt;Action start 18:20:05: CostInitialize.&lt;br /&gt;Action ended 18:20:05: CostInitialize. Return value 1.&lt;br /&gt;Action 18:20:05: FileCost. Computing space requirements&lt;br /&gt;Action start 18:20:05: FileCost.&lt;br /&gt;Action ended 18:20:05: FileCost. Return value 1.&lt;br /&gt;Action 18:20:05: CostFinalize. Computing space requirements&lt;br /&gt;Action start 18:20:05: CostFinalize.&lt;br /&gt;Action ended 18:20:05: CostFinalize. Return value 1.&lt;br /&gt;Action 18:20:05: WelcomeDlg. &lt;br /&gt;Action start 18:20:05: WelcomeDlg.&lt;br /&gt;Action 18:20:05: WelcomeDlg. Dialog created&lt;br /&gt;Info 2898. WixUI_Font_Title, Tahoma, 0&lt;br /&gt;Action 18:20:06: LicenseAgreementDlg. Dialog created&lt;br /&gt;Action 18:20:07: VerifyReadyDlg. Dialog created&lt;br /&gt;Action ended 18:20:08: WelcomeDlg. Return value 1.&lt;br /&gt;Action 18:20:08: ProgressDlg. &lt;br /&gt;Action start 18:20:08: ProgressDlg.&lt;br /&gt;Action 18:20:08: ProgressDlg. Dialog created&lt;br /&gt;Action ended 18:20:08: ProgressDlg. Return value 1.&lt;br /&gt;Action 18:20:08: ExecuteAction. &lt;br /&gt;Action start 18:20:08: ExecuteAction.&lt;br /&gt;Action ended 18:20:08: ExecuteAction. Return value 3.&lt;br /&gt;Action 18:20:08: FatalError. &lt;br /&gt;Action start 18:20:08: FatalError.&lt;br /&gt;Action 18:20:08: FatalError. Dialog created&lt;br /&gt;Action ended 18:20:09: FatalError. Return value 2.&lt;br /&gt;Action ended 18:20:09: INSTALL. Return value 3.&lt;br /&gt;Property(C): DiskPrompt = [ProductName] Installation [1]&lt;br /&gt;Property(C): VSCSTEMPLATEDIR = C:\VSCSTemplateFolder\&lt;br /&gt;Property(C): VSVBTEMPLATEDIR = C:\VSVBTemplateFolder\&lt;br /&gt;Property(C): VWDCSTEMPLATEDIR = C:\VWDCSTemplateFolder\&lt;br /&gt;Property(C): VWDVBTEMPLATEDIR = C:\VWDVBTemplateFolder\&lt;br /&gt;Property(C): VSWAPCSTEMPLATEDIR = C:\VSWAPCSTemplateFolder\&lt;br /&gt;Property(C): VSWAPVBTEMPLATEDIR = C:\VSWAPVBTemplateFolder\&lt;br /&gt;Property(C): NETFRAMEWORK20 = #1&lt;br /&gt;Property(C): RELEASENOTES = 1&lt;br /&gt;Property(C): LicenseAccepted = 1&lt;br /&gt;Property(C): Ngen32VirtualFolder = C:\TEMP\AJAX\v1.0.61025\Ngen32\&lt;br /&gt;Property(C): NgenAllVirtualFolder = C:\TEMP\AJAX\v1.0.61025\NgenAll\&lt;br /&gt;Property(C): GACVirtualFolder = C:\TEMP\AJAX\v1.0.61025\GACFolder\&lt;br /&gt;Property(C): FilesDir = C:\TEMP\AJAX\v1.0.61025\&lt;br /&gt;Property(C): MicrosoftAjaxLibrary = C:\TEMP\AJAX\v1.0.61025\MicrosoftAjaxLibrary\&lt;br /&gt;Property(C): Directory1.0.61025.0 = C:\TEMP\AJAX\v1.0.61025\MicrosoftAjaxLibrary\System.Web.Extensions\1.0.61025.0\&lt;br /&gt;Property(C): Globalization = C:\TEMP\AJAX\v1.0.61025\MicrosoftAjaxLibrary\System.Web.Extensions\1.0.61025.0\Globalization\&lt;br /&gt;Property(C): WixUIRMOption = UseRM&lt;br /&gt;Property(C): DEVENV = to be assigned&lt;br /&gt;Property(C): VWDEXPRESS = to be assigned&lt;br /&gt;Property(C): NOTEPAD = Notepad.exe&lt;br /&gt;Property(C): INSTALLDIR = C:\TEMP\AJAX\&lt;br /&gt;Property(C): ASPNETDIR = C:\Program Files\Microsoft ASP.NET\&lt;br /&gt;Property(C): ProgramFilesFolder = C:\Program Files\&lt;br /&gt;Property(C): TARGETDIR = C:\&lt;br /&gt;Property(C): AtlasMenuFolder = C:\Documents and Settings\Administrator\Start Menu\Programs\Microsoft ASP.NET 2.0 AJAX Extensions\&lt;br /&gt;Property(C): ProgramMenuFolder = C:\Documents and Settings\Administrator\Start Menu\Programs\&lt;br /&gt;Property(C): SourceDir = C:\&lt;br /&gt;Property(C): System.Web.Extensions = C:\TEMP\AJAX\v1.0.61025\MicrosoftAjaxLibrary\System.Web.Extensions\&lt;br /&gt;Property(C): Privileged = 1&lt;br /&gt;Property(C): Manufacturer = Microsoft Corporation&lt;br /&gt;Property(C): ProductCode = {082BDF7B-4810-4599-BF0D-E3AC44EC8524}&lt;br /&gt;Property(C): ProductLanguage = 1033&lt;br /&gt;Property(C): ProductName = Microsoft ASP.NET 2.0 AJAX Extensions 1.0&lt;br /&gt;Property(C): ProductVersion = 1.0.61025&lt;br /&gt;Property(C): UpgradeCode = {F4173170-1525-4375-8DFD-7A65E0BCB580}&lt;br /&gt;Property(C): NetFxVersion = v2.0.50727&lt;br /&gt;Property(C): DefaultUIFont = WixUI_Font_Normal&lt;br /&gt;Property(C): WixUI_Mode = Minimal&lt;br /&gt;Property(C): ARPNOMODIFY = 1&lt;br /&gt;Property(C): WixUI_WelcomeDlg_Next = LicenseAgreementDlg&lt;br /&gt;Property(C): WixUI_LicenseAgreementDlg_Back = WelcomeDlg&lt;br /&gt;Property(C): WixUI_LicenseAgreementDlg_Next = VerifyReadyDlg&lt;br /&gt;Property(C): WixUI_VerifyReadyDlg_BackChange = CustomizeDlg&lt;br /&gt;Property(C): WixUI_VerifyReadyDlg_BackRepair = MaintenanceTypeDlg&lt;br /&gt;Property(C): WixUI_VerifyReadyDlg_BackRemove = MaintenanceTypeDlg&lt;br /&gt;Property(C): WixUI_VerifyReadyDlg_BackLicenseAgreement = LicenseAgreementDlg&lt;br /&gt;Property(C): WixUI_MaintenanceWelcomeDlg_Next = MaintenanceTypeDlg&lt;br /&gt;Property(C): WixUI_MaintenanceTypeDlg_Back = MaintenanceWelcomeDlg&lt;br /&gt;Property(C): WixUI_MaintenanceTypeDlg_Change = CustomizeDlg&lt;br /&gt;Property(C): WixUI_MaintenanceTypeDlg_Repair = VerifyReadyDlg&lt;br /&gt;Property(C): WixUI_MaintenanceTypeDlg_Remove = VerifyReadyDlg&lt;br /&gt;Property(C): ErrorDialog = ErrorDlg&lt;br /&gt;Property(C): PackageCode = {C97DA39A-2F27-47A0-8868-D0049ECF2C29}&lt;br /&gt;Property(C): ProductState = -1&lt;br /&gt;Property(C): PackagecodeChanging = 1&lt;br /&gt;&amp;nbsp; operty(C): CURRENTDIRECTORY = C:\Documents and Settings\Administrator&lt;br /&gt;Property(C): CLIENTUILEVEL = 0&lt;br /&gt;Property(C): CLIENTPROCESSID = 3628&lt;br /&gt;Property(C): VersionDatabase = 150&lt;br /&gt;Property(C): VersionMsi = 3.01&lt;br /&gt;Property(C): VersionNT = 500&lt;br /&gt;Property(C): WindowsBuild = 2195&lt;br /&gt;Property(C): ServicePackLevel = 4&lt;br /&gt;Property(C): ServicePackLevelMinor = 0&lt;br /&gt;Property(C): MsiNTProductType = 3&lt;br /&gt;Property(C): WindowsFolder = C:\WINNT\&lt;br /&gt;Property(C): WindowsVolume = C:\&lt;br /&gt;Property(C): SystemFolder = C:\WINNT\system32\&lt;br /&gt;Property(C): System16Folder = C:\WINNT\system\&lt;br /&gt;Property(C): RemoteAdminTS = 1&lt;/p&gt;</description></item><item><title>Re: Microsoft ASP.NET 2.0 AJAX Extensions 1.0 Setup Wizard ended prematurely</title><link>http://forums.asp.net/thread/1601387.aspx</link><pubDate>Thu, 01 Mar 2007 23:32:26 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:1601387</guid><dc:creator>valesyde</dc:creator><author>valesyde</author><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/1601387.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1007&amp;PostID=1601387</wfw:commentRss><description>&lt;p&gt;I'm getting the same premature ending. I get the following error in the event log.&lt;/p&gt;
&lt;p&gt;&lt;font size=1&gt;Product: Microsoft ASP.NET 2.0 AJAX Extensions 1.0 -- The installer has encountered an unexpected error installing this package. This may indicate a problem with this package. The error code is 2755. The arguments are: 1622, C:\TEMP\ASPAJAXExtSetup.msi, &lt;/font&gt;&lt;/p&gt;
&lt;p&gt;I've tried everything listed above in this post but nothing is working. The machine is a W2K server box. Help please!&lt;/p&gt;
&lt;p&gt;One thing I noticed in the event log are these two:&lt;font size=1&gt;&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;.NET Runtime Optimization Service (clr_optimization_v2.0.50727_32) - Service reached limit of transient errors. Will shut down. Last error returned from Service Manager: 0x80070005.&lt;font size=1&gt;&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;.NET Runtime Optimization Service (clr_optimization_v2.0.50727_32) - Service work was interrupted due to the following reason(s): SERVICE_INTERRUPT (Mask: 0x01)&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;=== Logging started: 3/1/2007&amp;nbsp; 18:20:04 ===&lt;br /&gt;Action 18:20:04: INSTALL. &lt;br /&gt;Action start 18:20:04: INSTALL.&lt;br /&gt;Action 18:20:04: PrepareDlg. &lt;br /&gt;Action start 18:20:04: PrepareDlg.&lt;br /&gt;Info 2898. WixUI_Font_Normal, Tahoma, 0&lt;br /&gt;Info 2898. WixUI_Font_Bigger, Tahoma, 0&lt;br /&gt;Action 18:20:04: PrepareDlg. Dialog created&lt;br /&gt;Action ended 18:20:04: PrepareDlg. Return value 1.&lt;br /&gt;Action 18:20:04: AppSearch. Searching for installed applications&lt;br /&gt;Action start 18:20:04: AppSearch.&lt;br /&gt;AppSearch: Property: VSINSTALLDIR, Signature: VSInstallDirRegistry&lt;br /&gt;AppSearch: Property: VWDINSTALLDIR, Signature: VWDInstallDirRegistry&lt;br /&gt;AppSearch: Property: VSTEMPLATEUSERFOLDER, Signature: VSTemplateUserFolderRegistry&lt;br /&gt;AppSearch: Property: VWDTEMPLATEUSERFOLDER, Signature: VWDTemplateUserFolderRegistry&lt;br /&gt;AppSearch: Property: VSCSTEMPLATEDIR, Signature: VSCSTemplateDir&lt;br /&gt;AppSearch: Property: VSVBTEMPLATEDIR, Signature: VSVBTemplateDir&lt;br /&gt;AppSearch: Property: VWDCSTEMPLATEDIR, Signature: VWDCSTemplateDir&lt;br /&gt;AppSearch: Property: VWDVBTEMPLATEDIR, Signature: VWDVBTemplateDir&lt;br /&gt;AppSearch: Property: VSWAPCSTEMPLATEDIR, Signature: VSWAPCSTemplateDir&lt;br /&gt;AppSearch: Property: VSWAPVBTEMPLATEDIR, Signature: VSWAPVBTemplateDir&lt;br /&gt;AppSearch: Property: NETFRAMEWORK20, Signature: NetFramework20&lt;br /&gt;Action ended 18:20:05: AppSearch. Return value 1.&lt;br /&gt;Action 18:20:05: LaunchConditions. Evaluating launch conditions&lt;br /&gt;Action start 18:20:05: LaunchConditions.&lt;br /&gt;Action ended 18:20:05: LaunchConditions. Return value 1.&lt;br /&gt;Action 18:20:05: ValidateProductID. &lt;br /&gt;Action start 18:20:05: ValidateProductID.&lt;br /&gt;Action ended 18:20:05: ValidateProductID. Return value 1.&lt;br /&gt;Action 18:20:05: CostInitialize. Computing space requirements&lt;br /&gt;Action start 18:20:05: CostInitialize.&lt;br /&gt;Action ended 18:20:05: CostInitialize. Return value 1.&lt;br /&gt;Action 18:20:05: FileCost. Computing space requirements&lt;br /&gt;Action start 18:20:05: FileCost.&lt;br /&gt;Action ended 18:20:05: FileCost. Return value 1.&lt;br /&gt;Action 18:20:05: CostFinalize. Computing space requirements&lt;br /&gt;Action start 18:20:05: CostFinalize.&lt;br /&gt;Action ended 18:20:05: CostFinalize. Return value 1.&lt;br /&gt;Action 18:20:05: WelcomeDlg. &lt;br /&gt;Action start 18:20:05: WelcomeDlg.&lt;br /&gt;Action 18:20:05: WelcomeDlg. Dialog created&lt;br /&gt;Info 2898. WixUI_Font_Title, Tahoma, 0&lt;br /&gt;Action 18:20:06: LicenseAgreementDlg. Dialog created&lt;br /&gt;Action 18:20:07: VerifyReadyDlg. Dialog created&lt;br /&gt;Action ended 18:20:08: WelcomeDlg. Return value 1.&lt;br /&gt;Action 18:20:08: ProgressDlg. &lt;br /&gt;Action start 18:20:08: ProgressDlg.&lt;br /&gt;Action 18:20:08: ProgressDlg. Dialog created&lt;br /&gt;Action ended 18:20:08: ProgressDlg. Return value 1.&lt;br /&gt;Action 18:20:08: ExecuteAction. &lt;br /&gt;Action start 18:20:08: ExecuteAction.&lt;br /&gt;Action ended 18:20:08: ExecuteAction. Return value 3.&lt;br /&gt;Action 18:20:08: FatalError. &lt;br /&gt;Action start 18:20:08: FatalError.&lt;br /&gt;Action 18:20:08: FatalError. Dialog created&lt;br /&gt;Action ended 18:20:09: FatalError. Return value 2.&lt;br /&gt;Action ended 18:20:09: INSTALL. Return value 3.&lt;br /&gt;Property(C): DiskPrompt = [ProductName] Installation [1]&lt;br /&gt;Property(C): VSCSTEMPLATEDIR = C:\VSCSTemplateFolder\&lt;br /&gt;Property(C): VSVBTEMPLATEDIR = C:\VSVBTemplateFolder\&lt;br /&gt;Property(C): VWDCSTEMPLATEDIR = C:\VWDCSTemplateFolder\&lt;br /&gt;Property(C): VWDVBTEMPLATEDIR = C:\VWDVBTemplateFolder\&lt;br /&gt;Property(C): VSWAPCSTEMPLATEDIR = C:\VSWAPCSTemplateFolder\&lt;br /&gt;Property(C): VSWAPVBTEMPLATEDIR = C:\VSWAPVBTemplateFolder\&lt;br /&gt;Property(C): NETFRAMEWORK20 = #1&lt;br /&gt;Property(C): RELEASENOTES = 1&lt;br /&gt;Property(C): LicenseAccepted = 1&lt;br /&gt;Property(C): Ngen32VirtualFolder = C:\TEMP\AJAX\v1.0.61025\Ngen32\&lt;br /&gt;Property(C): NgenAllVirtualFolder = C:\TEMP\AJAX\v1.0.61025\NgenAll\&lt;br /&gt;Property(C): GACVirtualFolder = C:\TEMP\AJAX\v1.0.61025\GACFolder\&lt;br /&gt;Property(C): FilesDir = C:\TEMP\AJAX\v1.0.61025\&lt;br /&gt;Property(C): MicrosoftAjaxLibrary = C:\TEMP\AJAX\v1.0.61025\MicrosoftAjaxLibrary\&lt;br /&gt;Property(C): Directory1.0.61025.0 = C:\TEMP\AJAX\v1.0.61025\MicrosoftAjaxLibrary\System.Web.Extensions\1.0.61025.0\&lt;br /&gt;Property(C): Globalization = C:\TEMP\AJAX\v1.0.61025\MicrosoftAjaxLibrary\System.Web.Extensions\1.0.61025.0\Globalization\&lt;br /&gt;Property(C): WixUIRMOption = UseRM&lt;br /&gt;Property(C): DEVENV = to be assigned&lt;br /&gt;Property(C): VWDEXPRESS = to be assigned&lt;br /&gt;Property(C): NOTEPAD = Notepad.exe&lt;br /&gt;Property(C): INSTALLDIR = C:\TEMP\AJAX\&lt;br /&gt;Property(C): ASPNETDIR = C:\Program Files\Microsoft ASP.NET\&lt;br /&gt;Property(C): ProgramFilesFolder = C:\Program Files\&lt;br /&gt;Property(C): TARGETDIR = C:\&lt;br /&gt;Property(C): AtlasMenuFolder = C:\Documents and Settings\Administrator\Start Menu\Programs\Microsoft ASP.NET 2.0 AJAX Extensions\&lt;br /&gt;Property(C): ProgramMenuFolder = C:\Documents and Settings\Administrator\Start Menu\Programs\&lt;br /&gt;Property(C): SourceDir = C:\&lt;br /&gt;Property(C): System.Web.Extensions = C:\TEMP\AJAX\v1.0.61025\MicrosoftAjaxLibrary\System.Web.Extensions\&lt;br /&gt;Property(C): Privileged = 1&lt;br /&gt;Property(C): Manufacturer = Microsoft Corporation&lt;br /&gt;Property(C): ProductCode = {082BDF7B-4810-4599-BF0D-E3AC44EC8524}&lt;br /&gt;Property(C): ProductLanguage = 1033&lt;br /&gt;Property(C): ProductName = Microsoft ASP.NET 2.0 AJAX Extensions 1.0&lt;br /&gt;Property(C): ProductVersion = 1.0.61025&lt;br /&gt;Property(C): UpgradeCode = {F4173170-1525-4375-8DFD-7A65E0BCB580}&lt;br /&gt;Property(C): NetFxVersion = v2.0.50727&lt;br /&gt;Property(C): DefaultUIFont = WixUI_Font_Normal&lt;br /&gt;Property(C): WixUI_Mode = Minimal&lt;br /&gt;Property(C): ARPNOMODIFY = 1&lt;br /&gt;Property(C): WixUI_WelcomeDlg_Next = LicenseAgreementDlg&lt;br /&gt;Property(C): WixUI_LicenseAgreementDlg_Back = WelcomeDlg&lt;br /&gt;Property(C): WixUI_LicenseAgreementDlg_Next = VerifyReadyDlg&lt;br /&gt;Property(C): WixUI_VerifyReadyDlg_BackChange = CustomizeDlg&lt;br /&gt;Property(C): WixUI_VerifyReadyDlg_BackRepair = MaintenanceTypeDlg&lt;br /&gt;Property(C): WixUI_VerifyReadyDlg_BackRemove = MaintenanceTypeDlg&lt;br /&gt;Property(C): WixUI_VerifyReadyDlg_BackLicenseAgreement = LicenseAgreementDlg&lt;br /&gt;Property(C): WixUI_MaintenanceWelcomeDlg_Next = MaintenanceTypeDlg&lt;br /&gt;Property(C): WixUI_MaintenanceTypeDlg_Back = MaintenanceWelcomeDlg&lt;br /&gt;Property(C): WixUI_MaintenanceTypeDlg_Change = CustomizeDlg&lt;br /&gt;Property(C): WixUI_MaintenanceTypeDlg_Repair = VerifyReadyDlg&lt;br /&gt;Property(C): WixUI_MaintenanceTypeDlg_Remove = VerifyReadyDlg&lt;br /&gt;Property(C): ErrorDialog = ErrorDlg&lt;br /&gt;Property(C): PackageCode = {C97DA39A-2F27-47A0-8868-D0049ECF2C29}&lt;br /&gt;Property(C): ProductState = -1&lt;br /&gt;Property(C): PackagecodeChanging = 1&lt;br /&gt;&amp;nbsp; operty(C): CURRENTDIRECTORY = C:\Documents and Settings\Administrator&lt;br /&gt;Property(C): CLIENTUILEVEL = 0&lt;br /&gt;Property(C): CLIENTPROCESSID = 3628&lt;br /&gt;Property(C): VersionDatabase = 150&lt;br /&gt;Property(C): VersionMsi = 3.01&lt;br /&gt;Property(C): VersionNT = 500&lt;br /&gt;Property(C): WindowsBuild = 2195&lt;br /&gt;Property(C): ServicePackLevel = 4&lt;br /&gt;Property(C): ServicePackLevelMinor = 0&lt;br /&gt;Property(C): MsiNTProductType = 3&lt;br /&gt;Property(C): WindowsFolder = C:\WINNT\&lt;br /&gt;Property(C): WindowsVolume = C:\&lt;br /&gt;Property(C): SystemFolder = C:\WINNT\system32\&lt;br /&gt;Property(C): System16Folder = C:\WINNT\system\&lt;br /&gt;Property(C): RemoteAdminTS = 1&lt;/p&gt;</description></item><item><title>Re: Microsoft ASP.NET 2.0 AJAX Extensions 1.0 Setup Wizard ended prematurely</title><link>http://forums.asp.net/thread/1584546.aspx</link><pubDate>Mon, 19 Feb 2007 04:56:20 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:1584546</guid><dc:creator>markberr</dc:creator><author>markberr</author><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/1584546.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1007&amp;PostID=1584546</wfw:commentRss><description>&lt;p&gt;Glad to hear that.&amp;nbsp; Yeah, the service isn't&amp;nbsp;simply named&amp;nbsp;"ngen" so it's kind of tricky to find.&lt;/p&gt;
&lt;p&gt;Mark&lt;/p&gt;</description></item><item><title>Re: Microsoft ASP.NET 2.0 AJAX Extensions 1.0 Setup Wizard ended prematurely</title><link>http://forums.asp.net/thread/1583006.aspx</link><pubDate>Fri, 16 Feb 2007 23:56:19 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:1583006</guid><dc:creator>LaZ</dc:creator><author>LaZ</author><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/1583006.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1007&amp;PostID=1583006</wfw:commentRss><description>&lt;p&gt;Cheers Mark, I originally was looking for this service in my services list but didn't even realise it was the first one in my list!&lt;br /&gt;I had the service disabled, so I put it on manual just to see if it would work and sure enough the installation finished successfully.&lt;/p&gt;&lt;p&gt;And also I installed this on an xp professional machine.&lt;br /&gt;&amp;nbsp;&lt;/p&gt;</description></item><item><title>Re: Microsoft ASP.NET 2.0 AJAX Extensions 1.0 Setup Wizard ended prematurely</title><link>http://forums.asp.net/thread/1582891.aspx</link><pubDate>Fri, 16 Feb 2007 22:19:21 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:1582891</guid><dc:creator>markberr</dc:creator><author>markberr</author><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/1582891.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1007&amp;PostID=1582891</wfw:commentRss><description>&lt;p&gt;From this error:&lt;/p&gt;
&lt;p&gt;&lt;em&gt;ExecNetFx:&amp;nbsp; The service cannot be started, either because it is disabled or because it has no enabled devices associated with it. (Exception from HRESULT: 0x80070422)&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;My first guess is that the "ngen" service has been disabled.&amp;nbsp; Can you try starting?&amp;nbsp; Run the following&amp;nbsp;cmd:&lt;br /&gt;&lt;br /&gt;"net start clr_optimization_v2.0.50727_32"&lt;/p&gt;
&lt;p&gt;Thanks,&lt;br /&gt;Mark&lt;/p&gt;</description></item><item><title>Re: Microsoft ASP.NET 2.0 AJAX Extensions 1.0 Setup Wizard ended prematurely</title><link>http://forums.asp.net/thread/1582883.aspx</link><pubDate>Fri, 16 Feb 2007 22:14:24 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:1582883</guid><dc:creator>markberr</dc:creator><author>markberr</author><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/1582883.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1007&amp;PostID=1582883</wfw:commentRss><description>&lt;p&gt;Did the setup succeed on some W2K boxes or is it always failing on your W2K machines?&amp;nbsp; I'll help you dig into this a bit more.&lt;/p&gt;
&lt;p&gt;Thanks,&lt;br /&gt;Mark&lt;/p&gt;</description></item></channel></rss>