Ajax Control Toolkit does not work with VWD 2008 Express?

Last post 05-21-2008 8:24 AM by BobInIndy. 8 replies.

Sort Posts:

  • Ajax Control Toolkit does not work with VWD 2008 Express?

    05-14-2008, 12:52 PM
    • Loading...
    • BobInIndy
    • Joined on 04-22-2008, 4:15 PM
    • Posts 18

    Using Visual Web Designer 2008 Express Edition and Expressions Web...

    I would like to play with the AJAX control "Colapsable Content", but the installation of the "ASP.NET Ajax Control Toolkit" failed and indicated I do not have the right visual studio to install.  I tried installing ver. 1 (for VS 2005) and then ver. 3 (for VWD 2008) as instructed, but both failed.

    I presume the problem is that the Control Toolkit only works with the full version of Visual Web Designer 2008?

    Please advise

    Thanks, Bob

  • Re: Ajax Control Toolkit does not work with VWD 2008 Express?

    05-14-2008, 1:09 PM
    • Loading...
    • joshj
    • Joined on 05-17-2007, 9:37 PM
    • Posts 352

    I don't really have a solution to your problem but I can at least verify for you that I have the AJAX Control Toolkit installed in VWD2008. So it is not a restriction, looks like a installation problem instead.

    Do you have more than one version of VS installed?

    "I hear there’s rumors on the...uh...internets"
    - George W. Bush
  • Re: Ajax Control Toolkit does not work with VWD 2008 Express?

    05-14-2008, 1:52 PM

    Toolkit is supported in Express.What is version of the toolkit and version of the VWD in Help | About?

    Thanks

    ------------------------------------------------------------

    This posting is provided "AS IS" with no warranties, and confers no rights.
  • Re: Ajax Control Toolkit does not work with VWD 2008 Express?

    05-15-2008, 11:55 AM
    • Loading...
    • BobInIndy
    • Joined on 04-22-2008, 4:15 PM
    • Posts 18

    I have ordered VS2008 Pro and downloaded the 90 day trial, although not installed it yet.

    Yes, I have many versions of VS on my System, VS 2005 Pro, VS 2005 Express, VWD 2008, xWeb and xWeb beta.

    I am getting the tool kit from http://asp.net/downloads/default.aspx?tabid=62 which states you must install version 1 (if you hover your mouse over it) before version 3.5.  How do you tell if you have version 1 installed?  VWD has a few Ajax controls, but I have never explicidly download version 1.

    I will try installing again (maybe after VS2008 is installed).

     Any ideas?

    Thanks

    Bob

  • Re: Ajax Control Toolkit does not work with VWD 2008 Express?

    05-20-2008, 12:43 PM
    • Loading...
    • Eric Morand
    • Joined on 05-20-2008, 3:16 PM
    • Posts 3

    I have the same problem here : whatever the solution I try, I can't have AJAX Control Toolkit work in VWD 2008 Express.

    AjaxControlExtender.vsi fails.

    And when I add AjaxControlToolkit.dll to a newly created toolbar, it works...but I have compilation errors when I use one of its controls in my project.

     

    Can someone point me to a step by step guide on how to install and use the AJAX Control Toolkit with VWD 2008 Express ? I'm very curious to know what I am doing wrong...

  • Re: Ajax Control Toolkit does not work with VWD 2008 Express?

    05-20-2008, 2:38 PM
    • Loading...
    • joshj
    • Joined on 05-17-2007, 9:37 PM
    • Posts 352

    Eric Morand:

    ...but I have compilation errors when I use one of its controls in my project.

    Please post your errors.

    "I hear there’s rumors on the...uh...internets"
    - George W. Bush
  • Re: Ajax Control Toolkit does not work with VWD 2008 Express?

    05-21-2008, 3:33 AM
    • Loading...
    • Eric Morand
    • Joined on 05-20-2008, 3:16 PM
    • Posts 3

    For example, when I add a Calendar Extender control and launch my page, I have the folowwing error :

    Unknown server tag 'cc1:calendarextender'

     

    Here is the source code for my page :

     

     

    <%@ Page Language="VB" AutoEventWireup="false" CodeFile="Test.aspx.vb" Inherits="Test" %>
    
    <%@ Register Assembly="AjaxControlToolkit" Namespace="AjaxControlToolkit" TagPrefix="cc1" %>
    
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head runat="server">
        <title>Page sans titre</title>
        <script type="text/javascript">
        
          function pageLoad() {
          }
        
        </script>
    </head>
    <body>
        <form id="form1" runat="server">
        <div>
            <asp:ScriptManager ID="ScriptManager1" runat="server" />
            <cc1:calendarextender runat="server"></cc1:calendarextender>
        </div>
        </form>
    </body>
    </html>
     
  • Re: Ajax Control Toolkit does not work with VWD 2008 Express?

    05-21-2008, 4:44 AM
    • Loading...
    • Eric Morand
    • Joined on 05-20-2008, 3:16 PM
    • Posts 3

    It looks like the problem was coming from the fact that my project was hosted on a shared point. My 'My Documents' folder lies on a server and is synchronized when I log out.

     I've created a project locally (on C:\) and AJAX Control Toolkit works perfectly. I still have the .vsi errors, obviously, but adding and using the controls works great.

    I'll probably have to make another thread to clarify that situation because this is now out-topic : VWD Express 2008 is not in cause.

  • Re: Ajax Control Toolkit does not work with VWD 2008 Express?

    05-21-2008, 8:24 AM
    • Loading...
    • BobInIndy
    • Joined on 04-22-2008, 4:15 PM
    • Posts 18

    The problem has been solved. Go to http://asp.net/ajax/ and a) click the download essentials button and b) download and install ASP.NET AJAX Extensions 1.0. This is an .msi file so installation is fine. Then download and install which version of the toolkit you need and install it. This is not easy to do (it is not an .msi file), so follow step by step the first and/or 2nd video at http://www.asp.net/learn/ajax-videos/ concerning installation. Everything went fine. Thanks for your help Bob
Page 1 of 1 (9 items)