|
|
Browse by Tags
All Tags » Visual Studio » Gotcha
-
If you're copying from specs where the BA has the replace hyphens with dash setting selected in Microsoft Word (which is checked by default), then be careful if you copy that generated dash character into your .master page file. I've found today when you hit save on the – (Alt + 0150 in notepad) character in a .master page file ...
-
Symptom
Aspnet_compiler.exe fails to produce any content apart from the PreCompiledApp.config and the Bin folder.
Reason
When you save a solution containing a web project (file based), it sets the physical path property Debug.AspNetCompiler.PhysicalPath for the aspnet_compiler. If you then subsequently save your ...
|
|
|