Group: Awaiting Activation
Last Active: Tue 10 Aug 2010
Posts: 1,
Visits: 2
|
ALl, see what we think here.
I have installed and gone through the steps to create and "application" from .zip of the code downloaded. My server already had the web install thingy that the site mentioned.
I then run the code from the URL, and get:
Configuration Error Description: An error occurred during the processing of a configuration file required to service this request. Please review the specific error details below and modify your configuration file appropriately.
Parser Error Message: Could not load file or assembly 'PresentationFramework, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. Access is denied.
Source Error:
Line 235: <add assembly="WindowsBase, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" />Line 236: <add assembly="PresentationCore, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" />Line 237: <add assembly="PresentationFramework, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" />Line 238: <add assembly="System.Security, Version=2.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A" />Line 239: <add assembly="System.Web.DynamicData, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" />
|
I have been here before - I think - with some other asp.net apps where the resolution was actually to install ALL versions of asp.net right up to latest. This server has v4.5 installed, but from what limited knowledge I have; it looks as though a component of v3 is missing?
Might the collective agree?
Post at will ;-)
Regards Kenny
|