Open web.config and see if your web.extensions are 3.5 or 1.x. If 1.x, you
will have to update.
I say this with a caveat, however, as you may have to ship the code back to
work. In this case, you need to download the AJAX 1.x bits from
www.asp.net
(they are a separate download) and install on your machine. If you ran an
upgrade on the web project, at home, you will have to replace the current
updated web.config with the one from work.
--
Gregory A. Beamer
MVP; MCP: +I, SE, SD, DBA
Blog:
http://feeds.feedburner.com/GregoryBeamer
********************************************
| Think outside the box! |
********************************************
"WISEMANOFNARNIA" <> wrote in message
news:c4ad5d28-2917-4739-b02a-...
>I had a project at work that uses ajax. I use Visual studio 2005, and
> probably an older version of dot net. Then at home I loaded visual
> studio 2008 and dot net v3.5. Now my project will not compile on my
> home computer. It says "could not load file or assembly
> system.web.extensions". Is this an ajax library? Doesn't the latest
> Visual studio have ajax without needing a library?
> Any help is appreciated.
> -- Marvin