|
|
5/2/2010 1:59:07 PM
 mdowless Posts: 9
|
After installing TS version 2010-03-02 / XP Pro on localhost, the default.aspx page never loaded. Instead, I got a server error message as follows:
Parser Error Message: Could not load file or assembly 'System.Web.Entity, Version=3.5.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' or one of its dependencies. The system cannot find the file specified.
Source Error:
Line 46: <add assembly="System.Web.Extensions.Design, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" /> Line 47: <add assembly="System.Data.Linq, Version=3.5.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" /> Line 48: <add assembly="System.Web.Entity, Version=3.5.0.0, Culture=neutral, PublicKeyToken=B77A5C561934E089" /> Line 49: <add assembly="System.Data.Entity, Version=3.5.0.0, Culture=neutral, PublicKeyToken=B77A5C561934E089" /> Line 50: <add assembly="System.Security, Version=2.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A" />
Source File: C:\Inetpub\wwwroot\web.config Line: 48
Does anyone have a fix?
Thanks, MD
|
|
permalink
|
5/2/2010 5:49:10 PM
 AlanG Posts: 262
|
It looks like you do not have asp.net 3.5 installed.
|
|
permalink
|
5/3/2010 6:52:28 AM
 mdowless Posts: 9
|
AlanG wrote:
It looks like you do not have asp.net 3.5 installed.
Asp.net version 2.050727 is running on the machine. What else might it be? Thx. edited by mdowless on 5/3/2010
|
|
permalink
|
5/3/2010 12:32:11 PM
 AlanG Posts: 262
|
Is your application pool configured to run this version of asp.net?
|
|
permalink
|
5/5/2010 11:40:10 PM
 mdowless Posts: 9
|
Problem solved - installed asp.net 4.0, reconfigured the site in IIS, and the problem disappeared.
|
|
permalink
|
5/5/2010 11:56:13 PM
 AlanG Posts: 262
|
great, thanks for posting that you resolved this issue.
|
|
permalink
|
Powered by
AspNetForum v.6.0.1.0
© 2006-2009 Jitbit Software
|