.NET Framework 3.5, Assembly Binding Logging
Posted
by Achilles
on Stack Overflow
See other posts from Stack Overflow
or by Achilles
Published on 2009-11-24T21:19:42Z
Indexed on
2010/03/15
7:09 UTC
Read the original article
Hit count: 419
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.
© Stack Overflow or respective owner