473,769 Members | 5,742 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

VS2008 AJAX and .Net 2.0

I am using VS2008 release and am trying to create a AJAX web site targetted
to .Net 2.0. however, there is no AJAX template and the default.aspx page and
web.config that is created has no AJAX 2.0 references. Is this supported
under VS2008 or must I downgrade to VS2005?

Thanks in advance,

Mike
Dec 11 '07 #1
5 2182
Ajax is supported in VS 2008, but creating a standard web form and adding
Ajax controls to it from the Toolbox.

Ajax is not a part of .NET 2.0, it's a part of the 3.x Framework. You can
develop the application using VS 2008, but your server will need the 3.x
Framework installed. The 3.5 Framework has just recently been released.
"Mike" <Mi**@discussio ns.microsoft.co mwrote in message
news:1B******** *************** ***********@mic rosoft.com...
>I am using VS2008 release and am trying to create a AJAX web site targetted
to .Net 2.0. however, there is no AJAX template and the default.aspx page
and
web.config that is created has no AJAX 2.0 references. Is this supported
under VS2008 or must I downgrade to VS2005?

Thanks in advance,

Mike

Dec 11 '07 #2
"by" creating a standard....
"Scott M." <sm**@nospam.no spamwrote in message
news:%2******** ********@TK2MSF TNGP02.phx.gbl. ..
Ajax is supported in VS 2008, but creating a standard web form and adding
Ajax controls to it from the Toolbox.

Ajax is not a part of .NET 2.0, it's a part of the 3.x Framework. You can
develop the application using VS 2008, but your server will need the 3.x
Framework installed. The 3.5 Framework has just recently been released.
"Mike" <Mi**@discussio ns.microsoft.co mwrote in message
news:1B******** *************** ***********@mic rosoft.com...
>>I am using VS2008 release and am trying to create a AJAX web site
targetted
to .Net 2.0. however, there is no AJAX template and the default.aspx page
and
web.config that is created has no AJAX 2.0 references. Is this supported
under VS2008 or must I downgrade to VS2005?

Thanks in advance,

Mike


Dec 11 '07 #3
there currently is no template for 2.0, but if ajax is installed, update the
web.config as specified in the docs, and it will work.

-- bruce (sqlwork.com)
"Mike" wrote:
I am using VS2008 release and am trying to create a AJAX web site targetted
to .Net 2.0. however, there is no AJAX template and the default.aspx page and
web.config that is created has no AJAX 2.0 references. Is this supported
under VS2008 or must I downgrade to VS2005?

Thanks in advance,

Mike
Dec 11 '07 #4
Scott,

Thanks. I guess I'll just have to wire 1.0 by hand as my company is not yet
willing to put 3.5 in production.

Regards,

Mike

"Scott M." wrote:
"by" creating a standard....
"Scott M." <sm**@nospam.no spamwrote in message
news:%2******** ********@TK2MSF TNGP02.phx.gbl. ..
Ajax is supported in VS 2008, but creating a standard web form and adding
Ajax controls to it from the Toolbox.

Ajax is not a part of .NET 2.0, it's a part of the 3.x Framework. You can
develop the application using VS 2008, but your server will need the 3.x
Framework installed. The 3.5 Framework has just recently been released.
"Mike" <Mi**@discussio ns.microsoft.co mwrote in message
news:1B******** *************** ***********@mic rosoft.com...
>I am using VS2008 release and am trying to create a AJAX web site
targetted
to .Net 2.0. however, there is no AJAX template and the default.aspx page
and
web.config that is created has no AJAX 2.0 references. Is this supported
under VS2008 or must I downgrade to VS2005?

Thanks in advance,

Mike


Dec 11 '07 #5
Bruce,

That's what I figured. Can you point me to the appropriate docs? I added the
references and handlers manually and got the page to render with scripting
properly, I'm just not sure if I missed anything (probably the stuff related
to WS callbacks).

Regards,

Mike

"bruce barker" wrote:
there currently is no template for 2.0, but if ajax is installed, update the
web.config as specified in the docs, and it will work.

-- bruce (sqlwork.com)
"Mike" wrote:
I am using VS2008 release and am trying to create a AJAX web site targetted
to .Net 2.0. however, there is no AJAX template and the default.aspx page and
web.config that is created has no AJAX 2.0 references. Is this supported
under VS2008 or must I downgrade to VS2005?

Thanks in advance,

Mike
Dec 11 '07 #6

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

15
2196
by: =?Utf-8?B?Z3V5?= | last post by:
Is it safe to load VS2008 on a VS2005 dev box? And no - dont talk Virtual PCs that is not the question:-) guy
20
2894
by: Iouri | last post by:
Hi everybody, We are currently using VS2003 and now we are in the porcess of upgrading to the next Visual Studio version. Does somebody have a real life experience with VS2008? My boss wants to go with VS2005 and I am trying to convince to buy VS2008. Can somebody provide links to compare 2 products in terms of how stable they are. I do not need VS2008 new features, I need to prove to my management that VS2008 is a stable product. TIA
2
2444
by: Academia | last post by:
I have vs2005 installed on the System disk and vs2008 installed on a different disk. I want to remove VS2005. I read one time about some problem with uninstalling vs2005 after vs2008 is installed but can't find the site now. Is there a problem? Would reinstalling vs2008 fix any problem that may occur because of uninstalling vs2005.
1
1363
by: GaryDean | last post by:
If you go to the ajax toolkit page at MSDN and hit the download button to download the toolkit it redirects you to: http://www.codeplex.com/AtlasControlToolkit/Release/ProjectReleases.aspx?ReleaseId=8513 On this page it says: 2007-11-19 release of the AJAX Control Toolkit targets the official release of .NET Framework 3.5 and Visual Studio 2008.
1
1258
by: Andy B | last post by:
Are asp.net futures enabled web application projects in vs2008 already ajax enabled?
0
1175
by: =?Utf-8?B?T21lbg==?= | last post by:
I also have this issue. If, like VS2005, i would have expected the Web Application to compile all the code into a single DLL file. This does seem to happen and the DLL is there in the Bin folder but i get the same parser error when attempting to open the website after deploying to a web server. I wonder if it is also just a cooincidence that it is a master page code file that is being searched for. My master page file is in a sub...
1
1101
by: Newcomsas | last post by:
Hello. I have got a little dilemma to solve about AJAX and VS2008. At the moment I'm working on a C# ASP.NET web site in VS2008 environment. The machine that is going to host the site runs with Win2000 OS so it is not possible to install the .NET Framework 3.5 on it. Since I'd like to use .NET AJAX in some pages, I was wondiring if the pre-installed version of it (labeld 3.5 whe you pass with the mouse over the controls) can preserve...
1
1051
by: stoogots2 | last post by:
I'm having issues with VS2008 (Framework 2.0) and AJAX 1.0. I've implemented an AutoComplete Textbox that just doesn't make the call to the associated web service. Does anybody know how I can troubleshoot this? I think it is something in the web.config, but I've done everything that I can find reference to. Any help would be appreciated.
3
5805
by: =?Utf-8?B?SmFtZXMgV29uZw==?= | last post by:
Hi everybody, There is a fatal error while installing VS2008 SP1 on Vista 64bit Business edition. The last line of error log is Installation failed with error code: (0x80070643) I tried to uninstall Silverlight first (which is described in some blogs) and install .NET framework 3.5 SP1 manually but still failed. My VS2008 is Team Suit for developer and Vista SP1 is also installed.
0
9586
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
10210
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
1
9990
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
9861
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
8869
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
7406
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
6672
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5446
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
3956
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.