SF_TOOLBAR undefined javascript error

Has anyone seen this?

I have a toolbar in a usercontrol, embedded in a master page content page.

The toolbar appears, but does not function and the error SF_TOOLBAR is undefined is in the javascript errors.

I looked into the source for the page and it appears some generated script is trying to create an instance of a SF_TOOLBAR class but can't find it.

Any help would be appreciated.

Mike

3 Replies

MI michael iacoviello October 5, 2007 11:14 PM UTC

This is a result of microsoft web extensions not being installed.

Install Microsoft web extensions and add the info to your web.config (httphandlers, httpmodules) and it will fix this/these problems.

Installing these extensions also fixes issues with ajax not functioning on components.

Michael Iacoviello

>Has anyone seen this?

I have a toolbar in a usercontrol, embedded in a master page content page.

The toolbar appears, but does not function and the error SF_TOOLBAR is undefined is in the javascript errors.

I looked into the source for the page and it appears some generated script is trying to create an instance of a SF_TOOLBAR class but can't find it.

Any help would be appreciated.

Mike


KG Kathy Gray January 7, 2008 06:39 AM UTC

Where do I find the info for web.config that you mention?

>This is a result of microsoft web extensions not being installed.

Install Microsoft web extensions and add the info to your web.config (httphandlers, httpmodules) and it will fix this/these problems.

Installing these extensions also fixes issues with ajax not functioning on components



MI michael iacoviello July 18, 2008 04:43 PM UTC

Great, this took care of the problem.

>Where do I find the info for web.config that you mention?

>This is a result of microsoft web extensions not being installed.

Install Microsoft web extensions and add the info to your web.config (httphandlers, httpmodules) and it will fix this/these problems.

Installing these extensions also fixes issues with ajax not functioning on components




Loader.
Up arrow icon