I am trying to publish my code but every time this error comes up. couldn't figure out the problem causing this . I am using vs2019.
C:\Users\user\AppData\Local\Temp\Temporary ASP.NET Files\root\3ae3db50\386f86a2\App_Web_ysujl3yj.1.cs(34,0): Error CS0246: The type or namespace name 'MediaTypeHeaderValue' could not be found (are you missing a using directive or an assembly reference?)
Am I missing any package or reference ? Has anyone encountered this error before? Is it related to IIS? P.S: While debugging it runs smoothly and not showed any error or exception.
Updated: Error List Shows this
but Unbale to find this file in my project.
You can try:
Some times we might miss **using ** keyword.
For further details refer SO-Thread1, SO-Thread2.