Trying to run the Prometheus demo, Visual Studio 2008.
I'm getting this error:
Could not load file or assembly 'System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified.
I've found System.Web.Extensions at:
C:\Program Files\Reference Assemblies\Microsoft\Framework\v3.5\
If I the file (and System.Web.Extensions.Design.dll which I know I also need) to \bin\ then I get this error:
Could not load file or assembly 'System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040)
What am I doing wrong? Am I getting my files from the wrong spot?
I thought when using Visual Studio 2008 everything (Ajax.net) was included and you didn't need to download anything extra.
I'm getting this error:
Could not load file or assembly 'System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified.
I've found System.Web.Extensions at:
C:\Program Files\Reference Assemblies\Microsoft\Framework\v3.5\
If I the file (and System.Web.Extensions.Design.dll which I know I also need) to \bin\ then I get this error:
Could not load file or assembly 'System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040)
What am I doing wrong? Am I getting my files from the wrong spot?
I thought when using Visual Studio 2008 everything (Ajax.net) was included and you didn't need to download anything extra.