By phippsy - Wed 4 Aug 2010
|
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
|
By Paul - Wed 4 Aug 2010
|
Does your server have Plesk installed by any chance? Or do you have direct remote access to the windows desktop?
|
By - Tue 10 Aug 2010
|
Yeah, it has Plesk installed, but I do also have RDP access? Why you ask, you think this is the cause?
|
By Paul - Tue 10 Aug 2010
|
Possibly. I have not seen the error before, so googled it and came upon this:
http://forums.lhotka.net/forums/p/8561/40696.aspx
I think I figured it out ... I am using the PLESK Panel for managing the websites on the server. I noticed that it had setup it's only application pool using a different account, one setup by the software. I switch the application/website to run in the DefaultPool under the Network Service account and everything seems to be working now.
Seems more than a coincidence that your server is also running PLESK, as I don't see it that often.
|
By - Tue 10 Aug 2010
|
righto, i will connect and check and see if I can configure via Plesk!
|
|