T
Tom Welch
You can really mess up ASP.NET easily.
1. Create a new ASP.NET project.
2. Create a new folder on the web named System
Now all objects in the System namespace are invalid because the compiler
starts looking in <projectname>.System for them. You cannot compile or use
any designers. WTF ?!?
1. Create a new ASP.NET project.
2. Create a new folder on the web named System
Now all objects in the System namespace are invalid because the compiler
starts looking in <projectname>.System for them. You cannot compile or use
any designers. WTF ?!?