473,399 Members | 4,254 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,399 software developers and data experts.

AJAX Toolkit 3.5 on VS.NET 2008 RTM?

Hi,

1. Do I need to install "AjaxControlExtender.vsi" and to use "AJAX Control
Toolkit Web Site" template when I create a new web site or I can just use
"ASP.NET Web Site" and to add "Script Manager" control and have the same
functionality.

2. Why when I try to drag for example "ConfirmButtonExtender" to the
Designer it's refuses to accept it and I can only drag controls to the Source
into the <form></formsection?
Thanks in advanced for any help,
Asaf

Nov 21 '07 #1
8 5768

"Asaf" <AG**@newsgroups.nospamwrote in message
news:A5**********************************@microsof t.com...
Hi,

1. Do I need to install "AjaxControlExtender.vsi" and to use "AJAX Control
Toolkit Web Site" template when I create a new web site or I can just use
"ASP.NET Web Site" and to add "Script Manager" control and have the same
functionality.

2. Why when I try to drag for example "ConfirmButtonExtender" to the
Designer it's refuses to accept it and I can only drag controls to the
Source
into the <form></formsection?
Thanks in advanced for any help,
Asaf
there's a video

http://www.asp.net/ajax/
and select ASP.NET AJAX Support in Visual Studio 2008:

or just click on:
http://download.microsoft.com/downlo...AX-Support.wmv
Nov 21 '07 #2
Hi Peter,

Thanks for the info for the video, however I have installed AJAX tool kit as
described by the video but I don’t see any option for "Add Extender…" for
example on an ASP.NET Button.

How can I solve this problem please?

Asaf
"Peter" wrote:
>
"Asaf" <AG**@newsgroups.nospamwrote in message
news:A5**********************************@microsof t.com...
Hi,

1. Do I need to install "AjaxControlExtender.vsi" and to use "AJAX Control
Toolkit Web Site" template when I create a new web site or I can just use
"ASP.NET Web Site" and to add "Script Manager" control and have the same
functionality.

2. Why when I try to drag for example "ConfirmButtonExtender" to the
Designer it's refuses to accept it and I can only drag controls to the
Source
into the <form></formsection?
Thanks in advanced for any help,
Asaf

there's a video

http://www.asp.net/ajax/
and select ASP.NET AJAX Support in Visual Studio 2008:

or just click on:
http://download.microsoft.com/downlo...AX-Support.wmv
Nov 22 '07 #3
Download the source code and open the project in VS2008. Go to the
project's properties and change the Assembly version (not the file version)
to 3.5.0.0 (it is currently 3.5.11119.*) and recompile. Once you do that
add the recompiled release version to the toolbox and everything will start
working. This "quirk" was driving me nuts yesterday for hours until I found
a single link somewhere on the web about this issue.

"Asaf" <AG**@newsgroups.nospamwrote in message
news:C5**********************************@microsof t.com...
Hi Peter,

Thanks for the info for the video, however I have installed AJAX tool kit
as
described by the video but I don’t see any option for "Add Extender…" for
example on an ASP.NET Button.

How can I solve this problem please?

Asaf
"Peter" wrote:
>>
"Asaf" <AG**@newsgroups.nospamwrote in message
news:A5**********************************@microso ft.com...
Hi,

1. Do I need to install "AjaxControlExtender.vsi" and to use "AJAX
Control
Toolkit Web Site" template when I create a new web site or I can just
use
"ASP.NET Web Site" and to add "Script Manager" control and have the
same
functionality.

2. Why when I try to drag for example "ConfirmButtonExtender" to the
Designer it's refuses to accept it and I can only drag controls to the
Source
into the <form></formsection?
Thanks in advanced for any help,
Asaf

there's a video

http://www.asp.net/ajax/
and select ASP.NET AJAX Support in Visual Studio 2008:

or just click on:
http://download.microsoft.com/downlo...AX-Support.wmv
Nov 23 '07 #4
Can you explain how to do this?

Thanks!

"Kelly Herald" <kh@no.spamwrote in message
news:%2****************@TK2MSFTNGP06.phx.gbl...
Download the source code and open the project in VS2008. Go to the
project's properties and change the Assembly version (not the file
version) to 3.5.0.0 (it is currently 3.5.11119.*) and recompile. Once you
do that add the recompiled release version to the toolbox and everything
will start working. This "quirk" was driving me nuts yesterday for hours
until I found a single link somewhere on the web about this issue.

"Asaf" <AG**@newsgroups.nospamwrote in message
news:C5**********************************@microsof t.com...
>Hi Peter,

Thanks for the info for the video, however I have installed AJAX tool kit
as
described by the video but I don't see any option for "Add Extender." for
example on an ASP.NET Button.

How can I solve this problem please?

Asaf
"Peter" wrote:
>>>
"Asaf" <AG**@newsgroups.nospamwrote in message
news:A5**********************************@micros oft.com...
Hi,

1. Do I need to install "AjaxControlExtender.vsi" and to use "AJAX
Control
Toolkit Web Site" template when I create a new web site or I can just
use
"ASP.NET Web Site" and to add "Script Manager" control and have the
same
functionality.

2. Why when I try to drag for example "ConfirmButtonExtender" to the
Designer it's refuses to accept it and I can only drag controls to the
Source
into the <form></formsection?
Thanks in advanced for any help,
Asaf
there's a video

http://www.asp.net/ajax/
and select ASP.NET AJAX Support in Visual Studio 2008:

or just click on:
http://download.microsoft.com/downlo...AX-Support.wmv

Nov 23 '07 #5
Hi Asaf,

I have reproduced the issue on my side. I will consult product team to get
more information and keep you posted. Thanks for your patience and
understanding.
Regards,
Walter Wang (wa****@online.microsoft.com, remove 'online.')
Microsoft Online Community Support

==================================================
When responding to posts, please "Reply to Group" via your newsreader so
that others may learn and benefit from your issue.
==================================================

This posting is provided "AS IS" with no warranties, and confers no rights.

Nov 23 '07 #6
Thanks Kelly very much for your sharing.

Hi Asaf and Cirene,

You need to open AjaxControlToolkit.sln (from
AjaxControlToolkit-Framework3.5.zip) in VS2008, open project
"AjaxControlToolkit" properties dialog, on the Application tab, there's a
button "Assembly Information", click it and change the Assembly version to
3.5.0.0 and recompile. Then drop the compiled AjaxControlToolkit.dll onto
toolbox.
Regards,
Walter Wang (wa****@online.microsoft.com, remove 'online.')
Microsoft Online Community Support

==================================================
When responding to posts, please "Reply to Group" via your newsreader so
that others may learn and benefit from your issue.
==================================================

This posting is provided "AS IS" with no warranties, and confers no rights.

Nov 23 '07 #7
Hi Kelly,

All the projects in the solution are set to the Framework 3.5 and there
Assembly versions are correct except "TemplateVSI" Assembly and when I go to
properties for it "Target Framework" is set to 2.0 and when trying to set to
3.5 I am receiving the error:

"Exception of type 'System.Runtime.InteropServices.ExternalException' was
thrown."

And when I go to "Assembly Information…" the "Assembly Version" is empty
when entering the values " 3 5 11119 *" I am receiving the error:

" The assembly reference "System, Version=2.0.0.0, Culture=neutral,
PublicKeyToken=b77a5c561934e089" could not be added to the project. This
wizard will continue to run, but the resulting project may not build
properly."

* VS.NET 2005 is also installed on my computer.
Thanks for any help,
Asaf

"Cirene" wrote:
Can you explain how to do this?

Thanks!

"Kelly Herald" <kh@no.spamwrote in message
news:%2****************@TK2MSFTNGP06.phx.gbl...
Download the source code and open the project in VS2008. Go to the
project's properties and change the Assembly version (not the file
version) to 3.5.0.0 (it is currently 3.5.11119.*) and recompile. Once you
do that add the recompiled release version to the toolbox and everything
will start working. This "quirk" was driving me nuts yesterday for hours
until I found a single link somewhere on the web about this issue.

"Asaf" <AG**@newsgroups.nospamwrote in message
news:C5**********************************@microsof t.com...
Hi Peter,

Thanks for the info for the video, however I have installed AJAX tool kit
as
described by the video but I don't see any option for "Add Extender." for
example on an ASP.NET Button.

How can I solve this problem please?

Asaf
"Peter" wrote:
"Asaf" <AG**@newsgroups.nospamwrote in message
news:A5**********************************@microso ft.com...
Hi,

1. Do I need to install "AjaxControlExtender.vsi" and to use "AJAX
Control
Toolkit Web Site" template when I create a new web site or I can just
use
"ASP.NET Web Site" and to add "Script Manager" control and have the
same
functionality.

2. Why when I try to drag for example "ConfirmButtonExtender" to the
Designer it's refuses to accept it and I can only drag controls to the
Source
into the <form></formsection?
Thanks in advanced for any help,
Asaf
there's a video

http://www.asp.net/ajax/
and select ASP.NET AJAX Support in Visual Studio 2008:

or just click on:
http://download.microsoft.com/downlo...AX-Support.wmv


Nov 23 '07 #8
Hi Walter,

Thanks for your help.

Asaf

""Walter Wang [MSFT]"" wrote:
Thanks Kelly very much for your sharing.

Hi Asaf and Cirene,

You need to open AjaxControlToolkit.sln (from
AjaxControlToolkit-Framework3.5.zip) in VS2008, open project
"AjaxControlToolkit" properties dialog, on the Application tab, there's a
button "Assembly Information", click it and change the Assembly version to
3.5.0.0 and recompile. Then drop the compiled AjaxControlToolkit.dll onto
toolbox.
Regards,
Walter Wang (wa****@online.microsoft.com, remove 'online.')
Microsoft Online Community Support

==================================================
When responding to posts, please "Reply to Group" via your newsreader so
that others may learn and benefit from your issue.
==================================================

This posting is provided "AS IS" with no warranties, and confers no rights.

Nov 23 '07 #9

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

Similar topics

2
by: Cirene | last post by:
3 quick questions... 1. Are the controls in the AJAX Futures download "beta" or the release and stable version? 2. Also, where is the best way to learn how to implement these? (Other than by...
2
by: kai | last post by:
Hi, I installed VS 2008 Professional Final version. I followed Joe Stagner video try to install Ajax Control Toolkit 3.5 into Toolbox, then I get an error message: "The following assemblies...
17
by: Scott M. | last post by:
I'd like to start working with Ajax in VS 2008 Pro., but it's important that I not use anything that is not standard with VS 2008 Pro. (with all installation options selected). Does anyone have...
2
by: Liz | last post by:
I have both VS2005 and VS2008 installed and now find I need to work on some code using AJAX extensions/toolkit ... and I'm really a bit lost on what it is I need to install and hopefully have it...
1
by: GaryDean | last post by:
I have an asp.net 2.0 website using the ajax toolkit 1.0 running on server2003 using vs2005 on a 32 bit machine. I need to transfer it to my vista 64 bit machine. I'm following the MSDN article:...
5
by: simon | last post by:
hello, I have a server set up on my local (home) network and can not get an ajax application to run on the box. it works fine on our developement server and also works fine locally. I...
1
by: Mike Gleason jr Couturier | last post by:
Hi, I just installed VS 2008 / .NET 3.5 I know that ajax is included in the box but previously, with .NET 2.0 and the Ajax Toolkit, I was able to drag and drop items from the Toolbox that are...
8
by: Tomasz J | last post by:
Hello developers, After migrating my web project application (using the old model) to .Net Framework 3.5 and Ajax Control Toolkit release 20820 the Accordion control no longer works correctly....
11
by: =?Utf-8?B?R2VyaGFyZA==?= | last post by:
I have run into a situation that if a page/tab that uses the Ajax toolkit (using .net version 3.5) is closed before the Ajax enable controls complete loading, then IE locks up. Does it in both IE7...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
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...
0
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,...
0
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...

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.