Error message: The Web Framework's container

From Galen Healthcare Solutions - Allscripts TouchWorks EHR Wiki
Revision as of 19:18, 18 November 2008 by Mike.Dow (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

If you are using v11 and you are receiving the this message: The Web Framework's container for .Net-based pages failed to initialize. Make sure your .Net environment is configured to grant Full Trust to this Website.

Web framework.jpg

To fix this follow these steps. Warning this fix requires that you have administrative access to the PC:

1. First you need to download and install the .NET 2.0 runtime software. This can be found at Microsoft.com.

2. Make sure the website is in your trusted site zone. Got to Tools> internet options> click the security tab> click on Trusted sites> then click on the Sites button. In the window that opens, if you don't see your site listed, type the URL or IP address in the Add field, then click the Add button.

3. For Vista: Go to Start, or click the windows key on the keyboard. In the "start search" field at the bottom of the window, Type: "comm" At the top of this window you should see a link to the command prompt. RIGHT click this. Click Run as administrator. When the user account control window opens> click continue. In the command prompt window you should see: 3: For Windows XP: Go to Start, Run. Type in CMD and click OK.

C:\Windows\system32>

4. copy and past the following text:

%WINDIR%\Microsoft.NET\Framework\v2.0.50727\caspol -q -m -cg Trusted_Zone FullTrust

Click the enter key.

you should see the following message:

Net cmd.jpg

Success.