BugNET

Open source issue tracking & project management
Welcome to BugNET Register | Login |

BugNET Forums

 
  Forum  Support  General Support  Unknown server tag 'ajaxToolkit:ListSearchExtender'.
Previous Previous
 
Next Next
New Post 8/17/2007 1:14 PM
User is offline S1nF0ny
4 posts
No Ranking


Unknown server tag 'ajaxToolkit:ListSearchExtender'. 

I get this exception when trying to add a new project to a clean install.

Parser Error Message: Unknown server tag 'ajaxToolkit:ListSearchExtender'.

Source File: /BugNet/Administration/Projects/UserControls/ProjectMembers.ascx    Line: 50

The app compiles and I have Asp.Net AJAX 1.0 installed. 

Any ideas what the problem could be?

 
New Post 8/21/2007 7:24 AM
User is offline guillesip
1 posts
No Ranking


Re: Unknown server tag 'ajaxToolkit:ListSearchExtender'. 

That's because there's a missing reference.

you need to add the tag <%@ Register Assembly="AjaxControlToolkit" Namespace="AjaxControlToolkit" TagPrefix="ajaxToolkit" %> in the first line of the file /BugNet/Administration/Projects/UserControls/ProjectMembers.ascx.

 
Previous Previous
 
Next Next
  Forum  Support  General Support  Unknown server tag 'ajaxToolkit:ListSearchExtender'.

Forum Policy

These Discussion Forums are dedicated to the discussion of the BugNET issue tracker.

For the benefit of the community and to protect the integrity of the project, please observe the following posting guidelines:
1. No Advertising.
2. No Flaming or Trolling.
3. No Profanity, Racism, or Prejudice.
4. Site Moderators have the final word on approving/removing a thread or post or comment.
5. English language posting only, please.