You are here: Home » Visual Studio » Common exceptions » Error: The name 'media' does not exist in the current context
Problem:
Solution:
'@' character is a reserved character in mvc razor view templates.
To fix this error, you can escape it by prefixing with @.
Eg:
@@media ( min-width: 767px ) ...