This is strange, not the one I came across before. My project meets the requirements and works fine if I have classes in the root folder (not in App_Code).
As soon as I moved them to the App_Code folder, it will be compiled, but its launch will cause the old
CS0234: The type or namespace name 'Linq' does not exist in the namespace 'System.Data' (are you missing an assembly reference?)
I donβt understand how moving the class (s) to the App_Code folder makes it all fall apart there?
The goal of the project is .Net 4 at VWD 2010 Express
source share