Hi Team
I have removed and clea, rebuild the project but now i am getting this error and cant seem to resolve it on VS 2019 IDE.

Hi Team
I have removed and clea, rebuild the project but now i am getting this error and cant seem to resolve it on VS 2019 IDE.

Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Adarsh NigamPosted Jul 13, 2024, 8:26 AM
System.Web.Dll is old library responsible for whole http-protocol working. requests sending and creation. And you can find the system.web is member of system:
Besides, we can find the detail build log in the Visual studio Output, the system should be loaded, so if that assembly is missing or it is with a different version compared with the other referenced binaries, the assembly could not be loaded.