BugNET

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

BugNET Forums

 
  Forum  Development  General develop...  What am I missing?
Previous Previous
 
Next Next
New Post 7/3/2007 4:49 PM
User is offline jetjaguar
14 posts
No Ranking


What am I missing? 



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


--------------------------------------------------------------------------------
Version Information: Microsoft .NET Framework Version:2.0.50727.312; ASP.NET Version:2.0.50727.312

Jet
I was able to get BugNET to run on my dev system but when I go to the Administration tab and click Create New Project I get the following error:

Server Error in '/' Application.
--------------------------------------------------------------------------------

Parser Error
Description: An error occurred during the parsing of a resource required to service this request. Please review the following specific parse error details and modify your source file appropriately.

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

Source Error:


Line 48:

Line 49:
Line 50: Line 51: TargetControlID="ddlProjectMembers" PromptCssClass="ListSearchExtenderPrompt" />
Line 52:
 
New Post 7/4/2007 12:53 AM
User is offline BC
40 posts
No Ranking


Re: What am I missing? 

Are you shure you have ASP.NET Ajax 1.0 installed on your server?

You can find it here: www.microsoft.com/downloads/details.aspx

 
New Post 7/5/2007 7:00 PM
User is offline jetjaguar
14 posts
No Ranking


Re: What am I missing? 
I'm positive I have it installed. Even did a repair. Same error.

Server Error in '/' Application.
--------------------------------------------------------------------------------
Parser Error Description:
An error occurred during the parsing of a resource required to service this request. Please review the following specific parse error details and modify your source file appropriately.

Parser Error Message: Unknown server tag 'ajaxToolkit:ListSearchExtender'.
Source Error:
Line 48: < td colspan="2">
Line 49: <asp:dropdownlist AutoPostBack="True" id="ddlProjectMembers" Runat="Server" Width="177px" />
Line 50: <ajaxToolkit:ListSearchExtender ID="ListSearchExtender2" PromptPosition="bottom" runat="server"
Line 51: TargetControlID="ddlProjectMembers" PromptCssClass="ListSearchExtenderPrompt" />
Line 52: </td>

Source File:
/Administration/Projects/UserControls/ProjectMembers.ascx Line: 50
--------------------------------------------------------------------------------
Version Information:
Microsoft .NET Framework Version:2.0.50727.312; ASP.NET Version:2.0.50727.312

Jet
 
New Post 7/5/2007 7:09 PM
User is offline admin
658 posts
bugnetproject.com
1st Level Poster




Re: What am I missing? 

Double check that the ajax toolkit tag prefix is registered in the webconfig

<pages enableSessionState="true">
            <controls>
                <add tagPrefix="asp" namespace="System.Web.UI" assembly="System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"/>
                <add assembly="AjaxControlToolkit" namespace="AjaxControlToolkit" tagPrefix="ajaxToolkit" />
            </controls>
        </pages>


Davin Dubeau
BugNET - Core Developer

 
New Post 7/5/2007 7:20 PM
User is offline jetjaguar
14 posts
No Ranking


Re: What am I missing? 
 Davin wrote

Double check that the ajax toolkit tag prefix is registered in the webconfig

<pages enableSessionState="true">
            <controls>
                <add tagPrefix="asp" namespace="System.Web.UI" assembly="System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"/>
                <add assembly="AjaxControlToolkit" namespace="AjaxControlToolkit" tagPrefix="ajaxToolkit" />
            </controls>
        </pages>



Thanks. That add assembly line wasn't in my Web.config. I got BugNET using SVN. Did I do something wrong? Or do I just need to update my SVN checkout?

Jet
 
Previous Previous
 
Next Next
  Forum  Development  General develop...  What am I missing?

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.