Ajax controls not working in my C# deeloped web app

R

Robert Bravery

HI all,

I just downloaded the latest ajax extentions, the controll toolkit and the
Jan CTP versions.
Now I get a lot of errors in my project/soltution.
I cannot add any ajax controls, like scriptmanaget. I get the error "Cannot
find the Control type in the control assembly"
I have tried to change all the references in my web.cinfig file, like
Microsoft.web to system.web
But still no joy. Can anyone help me, being new to all this stuff, I am
confused and batling here

Thanks
Robert
 
I

Ignacio Machin \( .NET/ C# MVP \)

Hi,


| HI all,
|
| I just downloaded the latest ajax extentions, the controll toolkit and the
| Jan CTP versions.
| Now I get a lot of errors in my project/soltution.
| I cannot add any ajax controls, like scriptmanaget. I get the error
"Cannot
| find the Control type in the control assembly"
| I have tried to change all the references in my web.cinfig file, like
| Microsoft.web to system.web
| But still no joy. Can anyone help me, being new to all this stuff, I am
| confused and batling here
|

Did you read the docs?

The easiest way is to select the new template when you create yoru solution,
Otherwise you will have to add the references to the new types.
 
R

Robert Bravery

HI All,

Well got it working after a couple of uninstalls and reinstall of the entire
AJAX framework

Thanks
Robert
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top