ASP.NET / VB.NET: compile errors when migrating to .NET 4.8
I have tried to migrate my ASP.NET solution written in VB.NET from .NET 4.0 to .NET 4.8 and organize my solution by creating projects.
ASP (VB.NET) compile errors when migrating to Framework 4.8
I have tried to migrate my ASP solution written in VB.NET from Framework 4.0 to 4.8 and organize my solution by creating Projects. The new project has been created via Visual Studio 2019 -> New Project -> ASP.NET Web Application (Webforms). The code that used to compile now displays error messages all throughout the ASPX.VB pages when objects from the underlying forms are mentionned (ex : Me.button1.Text =”hello” )