Note that there are some explanatory texts on larger screens.

plurals
  1. POSystem.EnterpriseServices.Wrapper.dll error
    primarykey
    data
    text
    <hr> <blockquote> <p>Parser Error Description: An error occurred during the parsing of a resource required to service this request. Please review the following specific parse error details and modify your source file appropriately. </p> <p>Parser Error Message: Could not load file or assembly 'System.EnterpriseServices.Wrapper.dll' or one of its dependencies.<br> (Exception from HRESULT: 0x800700C1)</p> <p>Source Error: </p> <p>Line 1: &lt;%@ Application Codebehind="Global.asax.cs" Inherits="PMP.MvcApplication" Language="C#" %></p> </blockquote> <hr> <p>Yesterday, I shut up my Windows 7, an Windows update was pending there without any process for nearly one hour, then I shut my laptop. When I re-opened my Windows 7 and ran the PMP MVC application, this error occurred. I finished that pending windows update. That did not fix the issue.</p> <p>I googled to find that should re-install .net framework 1.1/2.1, I tried but nothing good happened. This error always here. I spent 4 hrs re-installing VS 2010, but it didn't resolve the issue.</p> <p>How can I fix this issue?</p> <p>[Update]:</p> <p>I tried this,</p> <pre><code>"C:\Program Files\Microsoft SDKs\Windows\v6.0A\bin\gacutil.exe" /i Microsoft.NET/Framework/v2.0.50727/System.EnterpriseServices.dll "C:\Program Files\Microsoft SDKs\Windows\v7.0A\bin\gacutil.exe" /i Microsoft.NET/Framework/v2.0.50727/System.EnterpriseServices.dll </code></pre> <p>to found that <code>gacutil.exe</code> in v6.0A is 0kb. Then replace the file in <code>v7.0A</code> to <code>v6.0A</code>. This didn't solve the issue either.</p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload