473,467 Members | 1,590 Online
Bytes | Software Development & Data Engineering Community
Create Post

Home Posts Topics Members FAQ

AjaxControlToolkit - Can't run the sample!

Hi there,

I've been having a few issues using features from the AjaxControlToolkit,
but have reverted to simply trying to sun the SampleWebSite on my server -
and I can't even get that to work!

The server's running asp.net 3.5 framework, and the toolkit is the latest
version, for 3.5.

The error is: "Parser Error Message: Unknown server tag
'ajaxToolkit:ToolkitScriptManager'." so it's as if it's not reading or
referencing the .dll correctly.. but as I say this is the standard sample so
everything should work fine (it does on the local server within VS/VWD)

cheers for any pointers you may have!
Jun 27 '08 #1
4 4540
Hi was able to get it to run on a server, using 2.0 framework. I have the
files AjaxControlToolkit.dll, AjaxControlToolkit.pdb and
AJAXExtensionsToolbox.dll in the bin directory of the project.
--
Paul G
Software engineer.
"Not Me" wrote:
Hi there,

I've been having a few issues using features from the AjaxControlToolkit,
but have reverted to simply trying to sun the SampleWebSite on my server -
and I can't even get that to work!

The server's running asp.net 3.5 framework, and the toolkit is the latest
version, for 3.5.

The error is: "Parser Error Message: Unknown server tag
'ajaxToolkit:ToolkitScriptManager'." so it's as if it's not reading or
referencing the .dll correctly.. but as I say this is the standard sample so
everything should work fine (it does on the local server within VS/VWD)

cheers for any pointers you may have!
Jun 27 '08 #2
Thanks for the reply,

Where does AJAXExtensionsToolbox come from? I don't want to use framework
2.0, but 3.5, is the toolbox the ajax v1 dll that's required by the 2.0
framework? if so I shouldn't need that?

Cheers :)

"Paul" <Pa**@discussions.microsoft.comwrote in message
news:B8**********************************@microsof t.com...
Hi was able to get it to run on a server, using 2.0 framework. I have the
files AjaxControlToolkit.dll, AjaxControlToolkit.pdb and
AJAXExtensionsToolbox.dll in the bin directory of the project.
--
Paul G
Software engineer.
"Not Me" wrote:
>Hi there,

I've been having a few issues using features from the AjaxControlToolkit,
but have reverted to simply trying to sun the SampleWebSite on my
server -
and I can't even get that to work!

The server's running asp.net 3.5 framework, and the toolkit is the latest
version, for 3.5.

The error is: "Parser Error Message: Unknown server tag
'ajaxToolkit:ToolkitScriptManager'." so it's as if it's not reading or
referencing the .dll correctly.. but as I say this is the standard sample
so
everything should work fine (it does on the local server within VS/VWD)

cheers for any pointers you may have!

Jun 27 '08 #3
If I remember correctly I just downloaded an MSI file (installer file for the
correct version of .net) and running this on the machine created the sample
ajax project and loaded everything correctly. I am using .net 2.0. With the
project you can see what each control does as well as the code behind each
control. Also if you go to the AJAX website I think there are forums there
that could provide more detailed information.
--
Paul G
Software engineer.
"Not Me" wrote:
Thanks for the reply,

Where does AJAXExtensionsToolbox come from? I don't want to use framework
2.0, but 3.5, is the toolbox the ajax v1 dll that's required by the 2.0
framework? if so I shouldn't need that?

Cheers :)

"Paul" <Pa**@discussions.microsoft.comwrote in message
news:B8**********************************@microsof t.com...
Hi was able to get it to run on a server, using 2.0 framework. I have the
files AjaxControlToolkit.dll, AjaxControlToolkit.pdb and
AJAXExtensionsToolbox.dll in the bin directory of the project.
--
Paul G
Software engineer.
"Not Me" wrote:
Hi there,

I've been having a few issues using features from the AjaxControlToolkit,
but have reverted to simply trying to sun the SampleWebSite on my
server -
and I can't even get that to work!

The server's running asp.net 3.5 framework, and the toolkit is the latest
version, for 3.5.

The error is: "Parser Error Message: Unknown server tag
'ajaxToolkit:ToolkitScriptManager'." so it's as if it's not reading or
referencing the .dll correctly.. but as I say this is the standard sample
so
everything should work fine (it does on the local server within VS/VWD)

cheers for any pointers you may have!


Jun 27 '08 #4
Thanks Paul,

I definitely don't have that extra dll, but assume it's not required with
3.5, I ran the installer as described.

Unfortunately I struck a blank on those forums too! I think it might be time
for a fresh install :(

cheers!
"Paul" <Pa**@discussions.microsoft.comwrote in message
news:AF**********************************@microsof t.com...
If I remember correctly I just downloaded an MSI file (installer file for
the
correct version of .net) and running this on the machine created the
sample
ajax project and loaded everything correctly. I am using .net 2.0. With
the
project you can see what each control does as well as the code behind each
control. Also if you go to the AJAX website I think there are forums
there
that could provide more detailed information.
--
Paul G
Software engineer.
"Not Me" wrote:
>Thanks for the reply,

Where does AJAXExtensionsToolbox come from? I don't want to use
framework
2.0, but 3.5, is the toolbox the ajax v1 dll that's required by the 2.0
framework? if so I shouldn't need that?

Cheers :)

"Paul" <Pa**@discussions.microsoft.comwrote in message
news:B8**********************************@microso ft.com...
Hi was able to get it to run on a server, using 2.0 framework. I have
the
files AjaxControlToolkit.dll, AjaxControlToolkit.pdb and
AJAXExtensionsToolbox.dll in the bin directory of the project.
--
Paul G
Software engineer.
"Not Me" wrote:

Hi there,

I've been having a few issues using features from the
AjaxControlToolkit,
but have reverted to simply trying to sun the SampleWebSite on my
server -
and I can't even get that to work!

The server's running asp.net 3.5 framework, and the toolkit is the
latest
version, for 3.5.

The error is: "Parser Error Message: Unknown server tag
'ajaxToolkit:ToolkitScriptManager'." so it's as if it's not reading or
referencing the .dll correctly.. but as I say this is the standard
sample
so
everything should work fine (it does on the local server within
VS/VWD)

cheers for any pointers you may have!



Jun 27 '08 #5

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

Similar topics

1
by: daniel.chawner | last post by:
I am trying to deploy a very simple website (one page with the calendar extender, latest version 1.0) on a WinXP/IIS6.0 site. The target server has the latest (1.0) installation of ASP.NET AJAX...
6
by: Nathan Sokalski | last post by:
I am trying to start using the AjaxControlToolkit. I followed all the instructions on the following page: http://ajax.asp.net/ajaxtoolkit/Walkthrough/Setup.aspx The only thing I did...
1
by: anjali.lourda | last post by:
Hi, We are trying to use the accordion control from ajaxcontroltoolkit by databinding to an sqldatasource. The accordion binds to the datasource perfectly. However, We are not able to access the...
0
by: Nathan Sokalski | last post by:
When using the AjaxControlToolkit TabContainer in my application the ActiveTabIndex is not maintained between postbacks, as well as the ActiveTabChanged event not being triggered (both of which I...
1
by: Anonone | last post by:
I am getting an error: "The application for project 'C:\Microsoft ASP.NET\SampleWebsite' is not installed" I have MS Visual Studio 2005 and MS Visual Web Developer 2005 express installed on...
0
by: avanthika | last post by:
Hi, I'm using this version DLL in my project( .NET Framework 2.0 and Visual Studio 2005 and ajaxControlToolkit version 1.0.11119.0 ).I have problem in maskEdit. ' Date is Invalid' error is...
0
by: gerry | last post by:
I have been playing with the AjaxControlToolkit drag&drop. Things work consistantly well across all browsers that I'm testing on. But I notice that when dragging over a non-drop target area the...
1
by: phanimadhav | last post by:
i got this error whenever i am adding the ajaxcontrol tool kit to my application.The error is There was an error loading types from assembly C:\Program Files\Microsoft...
1
by: ShaluGoogle | last post by:
I'm using Tooltipextender control in ajaxcontroltoolkit. When I try to use other controls of Ajaxcontroltoolkit, the following error occurs. "Error 4 Could not load file or assembly...
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
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,...
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
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,...
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
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...
0
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...
0
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?

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.