Showing posts with label install. Show all posts
Showing posts with label install. Show all posts

Wednesday, March 28, 2012

Ajax Update Pable not working

Hi!

I m using VS2005.I am just download & Install Ajax Extention & Controle fro asp.net.

After running the project, Web page give me following JAVA Script ERRRO:

'Sys' is undefined.

Please give me suggestion.

Abhishek

Hi,

Sys undefined means that you're not getting the client side files loaded on your browser.

See'Sys' is undefined. for more information and find out a solution.

This error have many different causes.

A lot of people run into it,and most of them finally figured out it and post up their solution.

Best Regards,

Monday, March 26, 2012

Ajax Toolkit installation on windows vista / IIS 7.0

I tried to install the ajax toolkit localy on a windows vista / iis 7.0 system. Whe I try to call the default.aspx page I get the following error:

Serverfehler in der Anwendung "Default Web Site"


HTTP-Fehler 404.3 - Not Found

Beschreibung: Die angeforderte Seite kann aufgrund der für den Webserver konfigurierten MIME (Multipurpose Internet Mail Extensions)-Zuordnungsrichtlinien nicht angezeigt werden. Die angeforderte Seite weist eine unbekannte Dateinamenerweiterung auf. Sie ist daher nicht zul?ssig.

Fehlercode: 0x80070032

Benachrichtigung: ExecuteRequestHandler

Modul: StaticFileModule

Angeforderte URL: http://localhost:80/default.aspx

Physikalischer Pfad: C:\DevTools.Net2005\AjaxSite\default.aspx

Angemeldeter Benutzer: Anonym

Anmeldemethode: Anonym

Handler: StaticFile

Any idea which mime types I have to define? Thanks

This should just work out of the box. You should not need to set any mime types explicitly. Did you make any changes to the Default web site?

AJAX Toolkit install on Vista reverts back to Beta version & whats up with the sub folders

Anyone have issues install AJAX on Vista OS? It appears that the controls revert back to <cc1 etc... as was in beta version dubbed Atlas... Anyone know why the many sub-folders?

Previous apps however do recognize the controls from the Toolkit as <ajaxToolkit: etc...

Thanks,

It has worked fine with us. We have a couple people using Ultimate x64 and others using Ultimate x86.

Wednesday, March 21, 2012

Ajax support on the hosting server

If I have an Ajax website that I want to copy to the hosting server,
But the hosting server didn't install AJAX,

Is it enough just to include ajax dll within my bin folder, and my web site will function well,
Or AJAX must be also installed on the hosting server ?

Thanks.

>> Is it enough just to include ajax dll within my bin folder, and my web site will function well,
>> Or AJAX must be also installed on the hosting server ?

The hosting Server should have AJAX installed. Otherwise your aspx pages uses AJAX controls will not work.


1. If the server has AJAX installed, I don't need the ajax dll at my bin folder ?

2. What about AjaxToolkit ? I just there is not server installation needed, just the DLL at my bin folder, amI right ?

3. By the way, what are the language extension folders been created under my bin folder, while adding reference to AjaxToolKit ?
If I need only English support, can I delete these folders ?
(And anyway, what these resource dll within these folders hold ? error text messages ?)

Thank you.


david79:

1. If the server has AJAX installed, I don't need the ajax dll at my bin folder ?

Yes, it's not needed. The assembly will be loaded from GAC.

david79:

2. What about AjaxToolkit ? I just there is not server installation needed, just the DLL at my bin folder, amI right ?

Yes, it's enough.

david79:

3. By the way, what are the language extension folders been created under my bin folder, while adding reference to AjaxToolKit ?
If I need only English support, can I delete these folders ?
(And anyway, what these resource dll within these folders hold ? error text messages ?)

Yes, you can delete them. Those satellite assembly contains all text messages for different language.