Unrecognized tab prefix or device filter 'ext'

Post here for help with installing or upgrading mojoPortal pre-compiled release packages. When posting in this forum, please provide all relevant details. You may also want to review the installation or upgrading documentation.

If you have questions about using the source code or working with mojoPortal in Visual Studio, please post in the Developer forum.

Post here for help with installation of mojoPortal pre-compiled release packages

When posting in this forum, please try to provide as many relevant details as possible. Particularly the following:

  • What operating system were you running when the bug appeared?
  • What database platform is your site using?
  • What version of mojoPortal are you running?
  • What version of .NET do you use?
  • What steps are necessary to reproduce the issue? Compare expected results vs actual results.

You may also want to review the installation or upgrading documentation.

If you have questions about using the source code or working with mojoPortal in Visual Studio, please post in the Developer forum.

This thread is closed to new posts. You must sign in to post in the forums.
11/6/2007 11:58:11 AM
Gravatar
Total Posts 13

Unrecognized tab prefix or device filter 'ext'

Hi,

I'm getting the error "Unrecognized tab prefix or device filter 'ext'" on all lines simular to this one:

<ext:Tab ID="tabSecurity" runat="server" CssClass="modulecontent">

Seems like I'm missing something!

Maybe this is an obvious question, still, I spent some time figuring this one out on my own, with no success..

 

 

11/6/2007 12:05:46 PM
Gravatar
Total Posts 18439

Re: Unrecognized tab prefix or device filter 'ext'

Seems like you got the code from svn but somehow didn't get the updated Web.config which has the needed control declaration or else overwrote it with your previous customized Web.config.

Back up your Web.config then right click it and do Tortosie SVN > revert then re-customize it with your settings.

For issues like this its best to put your custom appSettings things like connection strings in a user.config file which won't be touched when you do svn update. Though some other settings like smtp do require editing web.config

Hope it helps,

Joe

11/6/2007 12:19:01 PM
Gravatar
Total Posts 13

Re: Unrecognized tab prefix or device filter 'ext'

This is spooky. You know what I did, and you know it even better than I do.

 

Yo' good. V'ry good.

11/6/2007 12:21:15 PM
Gravatar
Total Posts 13

Re: Unrecognized tab prefix or device filter 'ext'

Now that I got everything up and running, I must say, _very_ impressed with this open source project. I mean, woaw!

Maybe we should be using this at work too, and drop SiteCore :D :D :D

You must sign in to post in the forums. This thread is closed to new posts.