"Hemant" <(E-Mail Removed)> wrote in
news:e0jEW$(E-Mail Removed):
> At my machine i am working on framework 3.5 but I want to deploy my
> code where framework 2.0 is installed and framework 3.5 is not
> installed. thats why i want to move.
You can set Visual Studio 2008 projects to 2.0. That is step 1. For most
apps that is all you do. For AJAX, which was an "extension" in 2.0 and
now part of 3.5, you have to do a bit more.
1. Download and install the extensions:
http://www.asp.net/ajax/downloads/archive/
2. make sure all AJAX references point to the 1.0 bits instead of hte
3.5 bits.
vvvvvvvvvvv
assembly="System.Web.Extensions, Version=1.0.61025.0
3. Test and if it is still failing with some type of unknown type error,
make an assembly reference to the AJAX 1.0 assembly.
NOTE: You will have to either make a reference or install the AJAX
extensions on the server you are deploying to.
Peace and Grace,
Greg
--
Vote for Miranda's Christmas Story
http://tinyurl.com/mirandabelieve
Twitter: @gbworld
Blog:
http://gregorybeamer.spaces.live.com
*******************************************
| Think outside the box! |
*******************************************