CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 4 of 4
  1. #1
    Join Date
    Jan 2006
    Location
    Fox Lake, IL
    Posts
    15,007

    [RESOLVED] AJAX Toolkit Install

    I can create a new Web AJAX project, but when I try to add the toolbar items, I get an error loading the .dll
    It says it can't FIND the file that I've just browsed to, in the v.directory (below)

    I'm using VS2005, and made the folder a virtual AJAXSAMPLE directory. I can't view it either, with the same error.
    Line 28: <compilation debug="true">
    Line 29: <assemblies>
    Line 30: <add assembly="System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"/>
    Line 31: <add assembly="System.Web, Version=2.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A"/>
    Line 32: <add assembly="System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=B77A5C561934E089"
    />
    Causing the problems are RED, and fatal
    Last edited by dglienna; November 19th, 2007 at 01:58 AM.
    David

    CodeGuru Article: Bound Controls are Evil-VB6
    2013 Samples: MS CODE Samples

    CodeGuru Reviewer
    2006 Dell CSP
    2006, 2007 & 2008 MVP Visual Basic
    If your question has been answered satisfactorily, and it has been helpful, then, please, Rate this Post!

  2. #2
    Join Date
    May 2002
    Posts
    10,943

    Re: AJAX Toolkit Install

    [ moved ]

    // even though it is install issues, more know AJAX related here.
    If the post was helpful...Rate it! Remember to use [code] or [php] tags.

  3. #3
    Join Date
    Jan 2006
    Location
    Fox Lake, IL
    Posts
    15,007

    Re: AJAX Toolkit Install

    I wonder if it's an old version problem. I have net 1, 1.1, and 2 installed
    I ran some Silverlight things that may have been 3

    I don't have VS2008, so I didn't get the 3.5 version of the toolkit.
    David

    CodeGuru Article: Bound Controls are Evil-VB6
    2013 Samples: MS CODE Samples

    CodeGuru Reviewer
    2006 Dell CSP
    2006, 2007 & 2008 MVP Visual Basic
    If your question has been answered satisfactorily, and it has been helpful, then, please, Rate this Post!

  4. #4
    Join Date
    Jan 2006
    Location
    Fox Lake, IL
    Posts
    15,007

    Re: [RESOLVED] AJAX Toolkit Install

    Got it. Needed v 1.0 of the Ajax controls & toolkit before the dll for v 2 would work. Everything's fine now.
    David

    CodeGuru Article: Bound Controls are Evil-VB6
    2013 Samples: MS CODE Samples

    CodeGuru Reviewer
    2006 Dell CSP
    2006, 2007 & 2008 MVP Visual Basic
    If your question has been answered satisfactorily, and it has been helpful, then, please, Rate this Post!

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured