Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. Web Development
  3. ASP.NET
  4. ajaxtoolkit problem

ajaxtoolkit problem

Scheduled Pinned Locked Moved ASP.NET
helpdesign
11 Posts 4 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • M Offline
    M Offline
    Miss Maheshwari
    wrote on last edited by
    #1

    i use ajaxToolkit:modalpopupExtender in my site..its working fine on local machine...but when i upload this site on net i got this exception.. "Could not load file or assembly 'AjaxControlToolkit' or one of its dependencies. The system cannot find the file specified."...so please tell me the solution..as i copied all dll.."AjaxControlToolkit.dll","System.Web.Extensions.dll","AJAXExtensionsToolbox.dll","System.Web.Extensions.Design.dll" and some other folder in bin folder.....please help me

    E 1 Reply Last reply
    0
    • M Miss Maheshwari

      i use ajaxToolkit:modalpopupExtender in my site..its working fine on local machine...but when i upload this site on net i got this exception.. "Could not load file or assembly 'AjaxControlToolkit' or one of its dependencies. The system cannot find the file specified."...so please tell me the solution..as i copied all dll.."AjaxControlToolkit.dll","System.Web.Extensions.dll","AJAXExtensionsToolbox.dll","System.Web.Extensions.Design.dll" and some other folder in bin folder.....please help me

      E Offline
      E Offline
      eyeseetee
      wrote on last edited by
      #2

      Have you added it to your toolbar in visual studio? Have you delcared the tag AjaxControlToolkit at the top of the page?

      We are not a Code Charity

      M 1 Reply Last reply
      0
      • E eyeseetee

        Have you added it to your toolbar in visual studio? Have you delcared the tag AjaxControlToolkit at the top of the page?

        We are not a Code Charity

        M Offline
        M Offline
        Miss Maheshwari
        wrote on last edited by
        #3

        ya i have added this in my master page... <%@ Register Assembly="AjaxControlToolkit" Namespace="AjaxControlToolkit" TagPrefix="ajaxToolkit" %> its working fine on my local server..but on net its giving the exception...Could not load file or assembly 'AjaxControlToolkit' or one of its dependencies. The system cannot find the file specified....please help me

        N E 2 Replies Last reply
        0
        • M Miss Maheshwari

          ya i have added this in my master page... <%@ Register Assembly="AjaxControlToolkit" Namespace="AjaxControlToolkit" TagPrefix="ajaxToolkit" %> its working fine on my local server..but on net its giving the exception...Could not load file or assembly 'AjaxControlToolkit' or one of its dependencies. The system cannot find the file specified....please help me

          N Offline
          N Offline
          N a v a n e e t h
          wrote on last edited by
          #4

          Server has "AJAX extensions" installed ?

          All C# applications should call Application.Quit(); in the beginning to avoid any .NET problems.- Unclyclopedia How to use google | Ask smart questions

          1 Reply Last reply
          0
          • M Miss Maheshwari

            ya i have added this in my master page... <%@ Register Assembly="AjaxControlToolkit" Namespace="AjaxControlToolkit" TagPrefix="ajaxToolkit" %> its working fine on my local server..but on net its giving the exception...Could not load file or assembly 'AjaxControlToolkit' or one of its dependencies. The system cannot find the file specified....please help me

            E Offline
            E Offline
            eyeseetee
            wrote on last edited by
            #5

            You need to make sure ajax is installed on your server as well as your localmachine

            We are not a Code Charity

            M 1 Reply Last reply
            0
            • E eyeseetee

              You need to make sure ajax is installed on your server as well as your localmachine

              We are not a Code Charity

              M Offline
              M Offline
              Miss Maheshwari
              wrote on last edited by
              #6

              No ajax is not installed on server....is der any other way to run the site without installing the ajax on server.....cann't it run only by copying the dll on bin folder....please tell if der is any other way....

              E 1 Reply Last reply
              0
              • M Miss Maheshwari

                No ajax is not installed on server....is der any other way to run the site without installing the ajax on server.....cann't it run only by copying the dll on bin folder....please tell if der is any other way....

                E Offline
                E Offline
                eyeseetee
                wrote on last edited by
                #7

                Nope I'm pretty sure you have to have ajax installed on the server because that is where the code is going to be running and it needs to know what the control is. Its not hard to install on the server, is there any reason why your hesitant?

                We are not a Code Charity

                M 1 Reply Last reply
                0
                • E eyeseetee

                  Nope I'm pretty sure you have to have ajax installed on the server because that is where the code is going to be running and it needs to know what the control is. Its not hard to install on the server, is there any reason why your hesitant?

                  We are not a Code Charity

                  M Offline
                  M Offline
                  Miss Maheshwari
                  wrote on last edited by
                  #8

                  what i have to download the ASP.NET AJAX Extensions 1.0 or ASP.NET AJAX Control Toolkit...i m working on ASP.NET 2.0...

                  E 1 Reply Last reply
                  0
                  • M Miss Maheshwari

                    what i have to download the ASP.NET AJAX Extensions 1.0 or ASP.NET AJAX Control Toolkit...i m working on ASP.NET 2.0...

                    E Offline
                    E Offline
                    eyeseetee
                    wrote on last edited by
                    #9

                    I would down load 1.1 as the new one is designed for 3.5 framework. Then just install on the server as you have done for the other toolkit

                    We are not a Code Charity

                    G 1 Reply Last reply
                    0
                    • E eyeseetee

                      I would down load 1.1 as the new one is designed for 3.5 framework. Then just install on the server as you have done for the other toolkit

                      We are not a Code Charity

                      G Offline
                      G Offline
                      Gayani Devapriya
                      wrote on last edited by
                      #10

                      Hi, Here is another way of doing it. Create a AjaxDlls folder in your project and copy all 4 dlls to it, and reference the ajax dlls by adding them to your project from AjaxDlls folder. When you install ajax some dlls get registered in your machine’s GAC and when you add AJAX controls, it may get referenced from GAC. I feel you may, already have those references, if you right click project and go to properties page you will see all the references and from where they are added to your project. So remove those references and add the references again from the AjaxDlls folder you created earlier and build it. This does not require you to install AJAX in your production server. Thx, Gayani

                      E 1 Reply Last reply
                      0
                      • G Gayani Devapriya

                        Hi, Here is another way of doing it. Create a AjaxDlls folder in your project and copy all 4 dlls to it, and reference the ajax dlls by adding them to your project from AjaxDlls folder. When you install ajax some dlls get registered in your machine’s GAC and when you add AJAX controls, it may get referenced from GAC. I feel you may, already have those references, if you right click project and go to properties page you will see all the references and from where they are added to your project. So remove those references and add the references again from the AjaxDlls folder you created earlier and build it. This does not require you to install AJAX in your production server. Thx, Gayani

                        E Offline
                        E Offline
                        eyeseetee
                        wrote on last edited by
                        #11

                        How can he add them from his local machine where they were installed and reference them from his production server? surely that wont work

                        We are not a Code Charity

                        1 Reply Last reply
                        0
                        Reply
                        • Reply as topic
                        Log in to reply
                        • Oldest to Newest
                        • Newest to Oldest
                        • Most Votes


                        • Login

                        • Don't have an account? Register

                        • Login or register to search.
                        • First post
                          Last post
                        0
                        • Categories
                        • Recent
                        • Tags
                        • Popular
                        • World
                        • Users
                        • Groups