I used NuGet to add AjaxControlToolkit.dll version 4.5.7.1005 to a project.
The project works fine using IIS development server on two machines, my local dev machine and even works when launched via Visual Studio on the same server as IIS.
I stripped out all of the Asp controls and my controls and IIS still just continually loads.
Finally I took the AjaxControlToolkit version 4.1.51116.0 from another project and changed out the reference for the project and it fixed the issue.
Any idea why the new version doesn't work? I am using IIS 7 on Windows Server 2008 R2.
I added a Response.Write to the page load event to see if it was being executed (and how many times) and it never appeared to execute the Page_Load event, or it never rendered.
Has anyone else reported this issue? I can duplicate this issue by replacing out the Ajax Toolkit Version to the 4.5.7.1005 version.
The older version works fine for what I need (Ajax Toolkit Script Manager - Timer - Color Picker) all work fine in the older version so I have no issue using the older version but I just wanted to report the bug so if anyone else uses NuGet to update a project and experiences this bug they will know the cause and also so this this issue can be fixed as using the latest version is preferred.
Thanks
The project works fine using IIS development server on two machines, my local dev machine and even works when launched via Visual Studio on the same server as IIS.
I stripped out all of the Asp controls and my controls and IIS still just continually loads.
Finally I took the AjaxControlToolkit version 4.1.51116.0 from another project and changed out the reference for the project and it fixed the issue.
Any idea why the new version doesn't work? I am using IIS 7 on Windows Server 2008 R2.
I added a Response.Write to the page load event to see if it was being executed (and how many times) and it never appeared to execute the Page_Load event, or it never rendered.
Has anyone else reported this issue? I can duplicate this issue by replacing out the Ajax Toolkit Version to the 4.5.7.1005 version.
The older version works fine for what I need (Ajax Toolkit Script Manager - Timer - Color Picker) all work fine in the older version so I have no issue using the older version but I just wanted to report the bug so if anyone else uses NuGet to update a project and experiences this bug they will know the cause and also so this this issue can be fixed as using the latest version is preferred.
Thanks