I created a new website in vs2019. I copied aspx code and cs code from an older website that works. My CalendarExtender wont work. I guess due to packages or dlls. I was going to compare folders but there's just too much. Any help appreciated
As far as I know, it is not possible to create a website project in vs2019, only a web application.
mikeasp30
My CalendarExtender wont work. I guess due to packages or dlls. I was going to compare folders but there's just too much. Any help appreciated
You can find the AjaxControlToolkit.dll in your old project bin folder. or you can install new ajaxcontrolToolkit through nuget package manage in your new project.
Best regards,
Sam
IIS.NET forums are moving to a new home on Microsoft Q&A, we encourage you to go to Microsoft Q&A for .NET for posting new questions and get involved today. Learn more >
Member
11 Points
54 Posts
AjaxControlToolkit CalendarExtender
Jun 05, 2020 09:04 PM|mikeasp30|LINK
I created a new website in vs2019. I copied aspx code and cs code from an older website that works. My CalendarExtender wont work. I guess due to packages or dlls. I was going to compare folders but there's just too much. Any help appreciated
Contributor
3370 Points
1409 Posts
Re: AjaxControlToolkit CalendarExtender
Jun 08, 2020 02:26 AM|samwu|LINK
Hi mikeasp30,
As far as I know, it is not possible to create a website project in vs2019, only a web application.
You can find the AjaxControlToolkit.dll in your old project bin folder. or you can install new ajaxcontrolToolkit through nuget package manage in your new project.
Best regards,
Sam