Hi. I have recently bought a new computer and I am now moving all my projects over to it. For my projects I use C# a mixture of .NET 2.0 and 3.5, and I am using Visual Web Developer 2010 Express as my development tool.
I have installed .NET 3.5, and hoped/thought that Visual would install necessary libraries when I chose to continue using .NET 2.0 for one of my older projects. However, when I tried to run the web site, it turned down some of my older references. For example this: <add assembly="System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35"/>
I checked the assembly, and I only have the 3.5.0.0 version of this. I am hoping to avoid upgrading to 3.5, since several of the (external) controls that I have added is 2.0, and does not work in 3.5.
How can I add the old libraries/dlls?
Looking forward to your replies.
|