Search code examples
vb.netvisual-studiovisual-studio-2010vs-web-application-project

Why are code-behind files not visible in a VB.NET Web Application project?


I am trying to convert a VB.NET web site project to a web application project, yet the in web application project, my code-behind files are not visible unless I set the solution explorer "show all files" option. Why is this? What setting can I change so that my code behind files are always visible?


Solution

  • You can set VS to always show all files. That's the best soluution although a really ugly way to avoid this would be to rename the files for the code behind.