79658997

Date: 2025-06-09 14:07:58
Score: 0.5
Natty:
Report link

I have Visual Studio 2019 and a very large web application - and get this pop-up Extender error almost every time I open a solution and try to build it from a fresh start on the day. i.e. App opened Friday and compiled fine, Monday it fails - no changes...

The error always references remove and recreate the web.config

FIX is simple -

I think the problem is due to the complexity of the application, it cannot process the previously complied web.config for some reason that is cached somewhere - changing it's state to changed even though technically it hasn't been changed causes Visual Studio to rebuild it again and it works.

Reasons:
  • Long answer (-0.5):
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: ToddN