Asked by:
"The name "X" does not exist in the current context"

Question
-
All replies
-
-
-
Make sure that your Soru class is in the same namespace as your _Default class.
Is your Visual Studio VS2013 or later edition? Did you create the Soru class with 'Add - New item - Class' menu item?
-
Error Message: Compilation Error
Resolution: The error is usually caused by an error in a Custom template - (.cshtml file)
Description: An error occurred during the compilation of a resource required to service this request. Please review the following specific error details and modify your source code appropriately.
Compiler Error Message: CS0103: The name 'xxx' does not exist in the current context
Browse the stack trace and find the problematic piece of code based on the variable name xxxThis May Work,
Peter