ScriptManager and Update panel controls are missing in VS2008

Last post 01-18-2008 12:19 PM by ajax.siva. 4 replies.

Sort Posts:

  • ScriptManager and Update panel controls are missing in VS2008

    01-17-2008, 5:12 PM
    • Loading...
    • ajax.siva
    • Joined on 01-17-2008, 5:00 PM
    • Posts 4

    I just installed VS2008 on Vista Ultimate. I created a new asp.net web site project targeting 3.5 framework. The script manger and update panel controls are missing from the Ajax Extensions toolbox. I only see the followign three controls:

    ScriptManagerProxy

    Timer

    UpdateProgress

    How do I fix this?

    Thanks,

    Siva

    Filed under:
  • Re: ScriptManager and Update panel controls are missing in VS2008

    01-17-2008, 8:28 PM
    • Loading...
    • mjnorman
    • Joined on 09-11-2007, 4:55 PM
    • Posts 209

    Try Resetting the Toolbox, just right click in the toolbox, and select Reset Toolbox.

    Please click Mark as Answer for helpful posts!

    "Give a man a fish, and he eats for a day. Give him a fishing pole, he will eat for life."

    --I'm still a script kiddie at heart.
  • Re: ScriptManager and Update panel controls are missing in VS2008

    01-17-2008, 8:58 PM
    • Loading...
    • ajax.siva
    • Joined on 01-17-2008, 5:00 PM
    • Posts 4

    Resetting the toolbox didn't help.

    I also noticed that the my @page directive is marked with the following warning:

     <%@ Page Language="C#" AutoEventWireup="true" CodeBehind="Default.aspx.cs" Inherits="WebApplication1._Default" %>

    Warning 1 C:\WebApplication1\WebApplication1\Default.aspx: ASP.NET runtime error: Child nodes not allowed. (C:\WebApplication1\WebApplication1\web.config line 83) C:\WebApplication1\WebApplication1\Default.aspx 1 1 WebApplication1

    here is the portion of the web.config that it is complaining about:

    <compilers>

    <compiler language="c#;cs;csharp" extension=".cs" warningLevel="4"

    type="Microsoft.CSharp.CSharpCodeProvider, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">

    <!-- Line 83 -->

    <
    providerOption name="CompilerVersion" value="v3.5"/>

    <providerOption name="WarnAsError" value="false"/>

    </compiler>

    </compilers>

    I tried uninstalling and reinstalling VS2008 pro twice already. It is a brand new machine with vista utlimate and IIS 7 on it.

  • Re: ScriptManager and Update panel controls are missing in VS2008

    01-18-2008, 1:20 AM
    Answer
    • Loading...
    • mjnorman
    • Joined on 09-11-2007, 4:55 PM
    • Posts 209

    Check out this post, looks like it might fix your problem:

    http://forums.asp.net/t/1186941.aspx

    Please click Mark as Answer for helpful posts!

    "Give a man a fish, and he eats for a day. Give him a fishing pole, he will eat for life."

    --I'm still a script kiddie at heart.
  • Re: ScriptManager and Update panel controls are missing in VS2008

    01-18-2008, 12:19 PM
    • Loading...
    • ajax.siva
    • Joined on 01-17-2008, 5:00 PM
    • Posts 4

    Thank you very much mjnorman !!! I installed the patches mentioned in the post (http://forums.asp.net/t/1186941.aspx) and it fixed my toolbox as well as the webconfig warning.

Page 1 of 1 (5 items)