Ajax control Toolkit

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • shweta sharma
    New Member
    • Oct 2011
    • 2

    Ajax control Toolkit

    I downloaded and added Ajax control toolkit binary version3.5 from codeplex.com and I got Ajax toolkit in vs2008 but when I use it in design and debug it ...its showing error as:

    Server Error in '/WebSite2' Application

    Could not find any resources appropriate for the specified culture or the neutral culture. Make sure "AjaxControlToo lkit.Properties .Resources.reso urces" was correctly embedded or linked into assembly "AjaxControlToo lkit" at compile time, or that all the satellite assemblies required are loadable and fully signed

    Upate:
    I did as I get instruction in http://www.asp.net/ajaxlibrary/act.ashx but still I'm still getting the error.


    help me
    Last edited by Niheel; Oct 14 '11, 06:09 PM.
  • Frinavale
    Recognized Expert Expert
    • Oct 2006
    • 9749

    #2
    You have to install the toolkit and then reference it in your application before you can use it. After you reference it in your application you will have to add a reference in each page that you are using the controls as well... or you could add it to the pages->controls-section of the web.config file to specify that it should be on every page.

    -Frinny

    Comment

    Working...