0

I am getting the following error:

Could not load file or assembly 'System.Web.DynamicData, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified.

I've researched the problem and some of the solutions are pointing to Turning on Assembly Binding Logging.

I'm confused as to what this error is. So my question:

*What does this error mean and how do I resolve it? I am not hosting the site in a shared hosting scenario, it is on a single server running .NET Framework 3.5.0 using IIS 6.0

Edit .Net Framework 3.5 SP 1 isn't installed on the server. The missing assemblies are apart of that Service Pack.

asked Nov 24, 2009 at 21:19

3 Answers 3

1

Are you certain that the SP1 is installed for .NET 3.5?

answered Nov 24, 2009 at 21:25
Sign up to request clarification or add additional context in comments.

Comments

0

If you're in Visual Studio; remove the reference to the assembly, and then re-add it by hunting it down on the file system, or if it's in the GAC (c:\windows\assembly)

answered Nov 24, 2009 at 21:23

Comments

0

I've found the solution. It appears that on our dev machines we are running Framework 3.5.1 but running 3.5.0 on the server.

answered Nov 24, 2009 at 21:24

Comments

Your Answer

Draft saved
Draft discarded

Sign up or log in

Sign up using Google
Sign up using Email and Password

Post as a guest

Required, but never shown

Post as a guest

Required, but never shown

By clicking "Post Your Answer", you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.