Why don't I have a bin folder?

Last post 03-30-2007 10:26 PM by vcsjones. 1 replies.

Sort Posts:

  • Why don't I have a bin folder?

    03-30-2007, 7:26 PM
    • Member
      4 point Member
    • Meph1st0
    • Member since 03-30-2007, 5:55 PM
    • Las Vegas
    • Posts 13

    I'm obviously very new to AJAX (just installed it yesterday).  But it seems I'm supposed to have a bin folder with a whole bunch of dlls in it but I don't.  I've installed all the required files (the ajax extensions, the futures ctp file and the ajax control toolkit and VS 2005 sp1) as far as I know.  What am I missing?  Ultimately I'm trying to get a tab control to work, but I'm getting all sorts of errors.  ie.  unknown element errors, unregistered prefix tag etc...

     

    I think I've done something seriously wrong. 

  • Re: Why don't I have a bin folder?

    03-30-2007, 10:26 PM
    Answer
    • All-Star
      33,913 point All-Star
    • vcsjones
    • Member since 04-18-2006, 8:53 PM
    • Falls Church, VA
    • Posts 4,331
    • Moderator
      TrustedFriends-MVPs

    In AJAX RTM, the AJAX assemblies are installed in the Global Assembly Cache (GAC) like ASP.NET itself is. In turn, those assemblies need to be registered in your web.config file so the runtime knows where to locate those assemblies. Make sure the assemblies are correctly registered in the web.config. The web.config file in the AJAX Project Type has all of them already defined in it.

    Cheers,
           Kevin Jones


Page 1 of 1 (2 items)