Hello,
I've been consulting the threads on asp.net for years, but never before have I had to ask a question, so please bear with me as I try to explain my problem.
I've created an ASP.NET webpage locally. Once I got it 90% done, I started a trial to put it on the server. That version worked eventually, and I thought it would be a good idea to continue on the server.
So I created a new project from existing code. (VS 2013 Ult)
Instantly, there were heaps of problems. I managed to resolve a couple of them, but one remains:
None of the Web Controls are found in the C# code. So I currently have ~600 errors all pointing to unknown controls. (The name 'identifier' does not exist in the current context)
Again, it works online, it just won't compile locally any more.
I have three working theories as to why that is, and tried to tamper with all three of them without success:
Missing NuGets - trying to install new ones
//there is a ...
Go to the complete details ...