<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://forums.iis.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/" xmlns:cs="http://blogs.iis.net/"><channel><title>Troubleshooting</title><link>http://forums.iis.net/1039.aspx</link><description>Forum targeting resolving issues on the IIS platform including tools such as DebugDiag, WFetch, etc.</description><dc:language>en</dc:language><generator>CommunityServer 2007 SP1 (Build: 20510.895)</generator><item><title>Re: Catastrophic failure (Exception from HRESULT: 0x8000FFFF (E_UNEXPECTED))</title><link>http://forums.iis.net/thread/1880751.aspx</link><pubDate>Tue, 30 Sep 2008 14:07:04 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1880751</guid><dc:creator>tomkmvp</dc:creator><slash:comments>0</slash:comments><comments>http://forums.iis.net/thread/1880751.aspx</comments><wfw:commentRss>http://forums.iis.net/commentrss.aspx?SectionID=1039&amp;PostID=1880751</wfw:commentRss><description>&lt;p&gt;&lt;BLOCKQUOTE&gt;&lt;div&gt;&lt;img src="/Themes/iis/images/icon-quote.gif"&gt; &lt;strong&gt;sureshbalu:&lt;/strong&gt;&lt;/div&gt;&lt;div&gt;getting the same error&amp;nbsp;when&amp;nbsp;i try to invoke&amp;nbsp;the&amp;nbsp;classes from the&amp;nbsp;.OCX object&lt;/div&gt;&lt;/BLOCKQUOTE&gt;What?&amp;nbsp; An ocx is an ActiveX control typically used in client-side programming.&amp;nbsp; What are you doing exactly?&lt;/p&gt;</description></item><item><title>Re: Catastrophic failure (Exception from HRESULT: 0x8000FFFF (E_UNEXPECTED))</title><link>http://forums.iis.net/thread/1880680.aspx</link><pubDate>Mon, 29 Sep 2008 19:44:02 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1880680</guid><dc:creator>sureshbalu</dc:creator><slash:comments>0</slash:comments><comments>http://forums.iis.net/thread/1880680.aspx</comments><wfw:commentRss>http://forums.iis.net/commentrss.aspx?SectionID=1039&amp;PostID=1880680</wfw:commentRss><description>&lt;p&gt;Hi, &lt;/p&gt;
&lt;p&gt;Iam getting the same error&amp;nbsp;when&amp;nbsp;i try to invoke&amp;nbsp;the&amp;nbsp;classes from the&amp;nbsp;.OCX object i am the error states that, &amp;quot;&lt;strong&gt;Catastrophic failure (Exception from HRESULT: 0x8000FFFF (E_UNEXPECTED))&amp;quot; &lt;/strong&gt;please help me&amp;nbsp;to find the solution with the&amp;nbsp;STEPS Basis&amp;nbsp;for this. Thanks in Advance.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description></item><item><title>Re: Catastrophic failure (Exception from HRESULT: 0x8000FFFF (E_UNEXPECTED))</title><link>http://forums.iis.net/thread/1873589.aspx</link><pubDate>Wed, 09 Jul 2008 17:48:31 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1873589</guid><dc:creator>OutOfTouch</dc:creator><slash:comments>0</slash:comments><comments>http://forums.iis.net/thread/1873589.aspx</comments><wfw:commentRss>http://forums.iis.net/commentrss.aspx?SectionID=1039&amp;PostID=1873589</wfw:commentRss><description>&lt;p&gt;I am getting the exact same error&amp;nbsp;and using the same setup for my application that&amp;nbsp;you mentioned you are using for yours.&lt;/p&gt;
&lt;p&gt;We were getting this error first: &lt;/p&gt;
&lt;p&gt;Unable to get the private bytes memory limit for the W3WP process&lt;/p&gt;
&lt;p&gt;But then we ran both of the following:&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; metaacl.vbs IIS://Localhost/W3SVC/AppPools IIS_WPG U &lt;/p&gt;
&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;and this&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; aspnet_regiis -ga &amp;lt;WindowsUserAccount&amp;gt; &lt;/p&gt;
&lt;p&gt;We then noticed that the user account to connect to the network share where the application source files are located was not under the IIS_WPG group so we added it and now we see the warning you mentioned.&lt;/p&gt;
&lt;p&gt;Did you get or find anything on how to solve&amp;nbsp;this?&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description></item><item><title>Catastrophic failure (Exception from HRESULT: 0x8000FFFF (E_UNEXPECTED))</title><link>http://forums.iis.net/thread/1866888.aspx</link><pubDate>Mon, 07 Apr 2008 22:31:30 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1866888</guid><dc:creator>dblount</dc:creator><slash:comments>0</slash:comments><comments>http://forums.iis.net/thread/1866888.aspx</comments><wfw:commentRss>http://forums.iis.net/commentrss.aspx?SectionID=1039&amp;PostID=1866888</wfw:commentRss><description>&lt;p&gt;I came across this error today after restarting one of my production web servers. The issue only appeared when ASP.NET was initializing on the first request from a web browser. If you requested the website a second time, the application would finally kick-in and start. However, if you restarted the W3SVC service (effectively reloading IIS and ASP.NET), and request the site again, you&amp;#39;ll get the error. I looked in C:\WINDOWS\assembly, and Microsoft.Jscript was in the GAC. I figured this might be a permission issue with the IIS worker process identity that ASP.NET uses but it has been working now for some time. We currently host our web-app over a network share, and have a separate identity access the network share.&amp;nbsp;This is the error that we are getting. Any help would be greatly appreciated.&amp;nbsp;Thanks in advance.&lt;/p&gt;
&lt;h1&gt;Server Error in &amp;#39;/&amp;#39; Application. &lt;/h1&gt;
&lt;hr /&gt;

&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;i&gt;
&lt;h2&gt;Catastrophic failure (Exception from HRESULT: 0x8000FFFF (E_UNEXPECTED))&lt;/i&gt; &lt;/h2&gt;&lt;b&gt;&lt;font face="Arial, Helvetica"&gt;
&lt;p&gt;Description: &lt;/b&gt;An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code. &lt;br /&gt;&lt;br /&gt;&lt;b&gt;Exception Details: &lt;/b&gt;System.Runtime.InteropServices.COMException: Catastrophic failure (Exception from HRESULT: 0x8000FFFF (E_UNEXPECTED))&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Source Error:&lt;/b&gt; &lt;br /&gt;&lt;/p&gt;&lt;/font&gt;
&lt;table class="" cellspacing="0"&gt;

&lt;tr&gt;
&lt;td class=""&gt;&lt;code&gt;
&lt;p&gt;An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.&lt;/code&gt;&lt;font face="Arial, Helvetica"&gt; &lt;/font&gt;&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;font face="Arial, Helvetica"&gt;&lt;/font&gt;&lt;/font&gt;&lt;font face="Arial, Helvetica"&gt;
&lt;p&gt;&lt;br /&gt;&lt;b&gt;Stack Trace:&lt;/b&gt; &lt;br /&gt;&lt;/p&gt;
&lt;p&gt;&lt;/font&gt;
&lt;table class="" cellspacing="0"&gt;

&lt;tr&gt;
&lt;td class=""&gt;&lt;code&gt;&lt;pre&gt;[COMException (0x8000ffff): Catastrophic failure (Exception from HRESULT: 0x8000FFFF (E_UNEXPECTED))]

[FileLoadException: Could not load file or assembly &amp;#39;Microsoft.JScript, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a&amp;#39; or one of its dependencies. Catastrophic failure (Exception from HRESULT: 0x8000FFFF (E_UNEXPECTED))]
   System.RuntimeTypeHandle._GetTypeByName(String name, Boolean throwOnError, Boolean ignoreCase, Boolean reflectionOnly, StackCrawlMark&amp;amp; stackMark, Boolean loadTypeFromPartialName) +0
   System.RuntimeTypeHandle.GetTypeByName(String name, Boolean throwOnError, Boolean ignoreCase, Boolean reflectionOnly, StackCrawlMark&amp;amp; stackMark) +78
   System.RuntimeType.PrivateGetType(String typeName, Boolean throwOnError, Boolean ignoreCase, Boolean reflectionOnly, StackCrawlMark&amp;amp; stackMark) +58
   System.Type.GetType(String typeName) +48
   System.CodeDom.Compiler.CompilerInfo.get_IsCodeDomProviderTypeValid() +9
   System.Web.Compilation.CompilationUtil.GetRecompilationHash(CompilationSection ps) +1813
   System.Web.Configuration.CompilationSection.get_RecompilationHash() +70
   System.Web.Compilation.BuildManager.CheckTopLevelFilesUpToDate2(StandardDiskBuildResultCache diskCache) +780
   System.Web.Compilation.BuildManager.CheckTopLevelFilesUpToDate(StandardDiskBuildResultCache diskCache) +46
   System.Web.Compilation.BuildManager.RegularAppRuntimeModeInitialize() +419
   System.Web.Compilation.BuildManager.Initialize() +235
   System.Web.Compilation.BuildManager.InitializeBuildManager() +228
   System.Web.HttpRuntime.HostingInit(HostingEnvironmentFlags hostingFlags) +329

[HttpException (0x80004005): Could not load file or assembly &amp;#39;Microsoft.JScript, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a&amp;#39; or one of its dependencies. Catastrophic failure (Exception from HRESULT: 0x8000FFFF (E_UNEXPECTED))]
   System.Web.HttpRuntime.FirstRequestInit(HttpContext context) +3465427
   System.Web.HttpRuntime.EnsureFirstRequestInit(HttpContext context) +69
   System.Web.HttpRuntime.ProcessRequestInternal(HttpWorkerRequest wr) +279&lt;/pre&gt;&lt;/code&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;/p&gt;
&lt;hr /&gt;

&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;b&gt;&lt;font face="Arial, Helvetica"&gt;
&lt;p&gt;Version Information:&lt;/b&gt; Microsoft .NET Framework Version:2.0.50727.1433; ASP.NET Version:2.0.50727.1433 &lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;/font&gt;</description></item></channel></rss>