Install error; version of ASP.NET??

Posted By phippsy Wed 4 Aug 2010
Add to Favorites0
Author Message
phippsy
 Posted Wed 4 Aug 2010
Supreme Being

Supreme Being - (755 reputation)Supreme Being - (755 reputation)Supreme Being - (755 reputation)Supreme Being - (755 reputation)Supreme Being - (755 reputation)Supreme Being - (755 reputation)Supreme Being - (755 reputation)Supreme Being - (755 reputation)Supreme Being - (755 reputation)

Group: Awaiting Activation
Last Active: Tue 10 Aug 2010
Posts: 1, Visits: 2
755
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
Paul
 Posted Wed 4 Aug 2010
große Käse

große Käse - (449,980 reputation)große Käse - (449,980 reputation)große Käse - (449,980 reputation)große Käse - (449,980 reputation)große Käse - (449,980 reputation)große Käse - (449,980 reputation)große Käse - (449,980 reputation)große Käse - (449,980 reputation)große Käse - (449,980 reputation)

Group: Administrators
Last Active: Fri 15 Sep 2023
Posts: 806, Visits: 2,737
Does your server have Plesk installed by any chance? Or do you have direct remote access to the windows desktop?

--
If my post solves your issue, can you 'Mark as Answer' so it's easier for other users to find in future.

If you would like to be informed of new features, new releases, developments and occasional special bonuses, please sign up to our mailing list: http://bit.ly/19sKMZb
Unknown (Google)
 Posted Tue 10 Aug 2010
Supreme Being

Supreme Being - (1,448 reputation)Supreme Being - (1,448 reputation)Supreme Being - (1,448 reputation)Supreme Being - (1,448 reputation)Supreme Being - (1,448 reputation)Supreme Being - (1,448 reputation)Supreme Being - (1,448 reputation)Supreme Being - (1,448 reputation)Supreme Being - (1,448 reputation)

Group: Forum Members
Last Active: Sat 21 Aug 2010
Posts: 2, Visits: 16
Yeah, it has Plesk installed, but I do also have RDP access? Why you ask, you think this is the cause?
Paul
 Posted Tue 10 Aug 2010
große Käse

große Käse - (449,980 reputation)große Käse - (449,980 reputation)große Käse - (449,980 reputation)große Käse - (449,980 reputation)große Käse - (449,980 reputation)große Käse - (449,980 reputation)große Käse - (449,980 reputation)große Käse - (449,980 reputation)große Käse - (449,980 reputation)

Group: Administrators
Last Active: Fri 15 Sep 2023
Posts: 806, Visits: 2,737
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.




--
If my post solves your issue, can you 'Mark as Answer' so it's easier for other users to find in future.

If you would like to be informed of new features, new releases, developments and occasional special bonuses, please sign up to our mailing list: http://bit.ly/19sKMZb
Unknown (Google)
 Posted Tue 10 Aug 2010
Supreme Being

Supreme Being - (1,448 reputation)Supreme Being - (1,448 reputation)Supreme Being - (1,448 reputation)Supreme Being - (1,448 reputation)Supreme Being - (1,448 reputation)Supreme Being - (1,448 reputation)Supreme Being - (1,448 reputation)Supreme Being - (1,448 reputation)Supreme Being - (1,448 reputation)

Group: Forum Members
Last Active: Sat 21 Aug 2010
Posts: 2, Visits: 16
righto, i will connect and check and see if I can configure via Plesk!

Similar Topics

Expand / Collapse

Reading This Topic

Expand / Collapse

Back To Top