I have an ASP.NET Website project that I have converted to a Web Application. I converted the App_Code which has sub directories for vb and cs it renamed to the folder to Old_App_Code. Now the C# code will not compile, none of the syntax is recognized and several hundred errors show in the error list.
I know its possible to have both languages in a website project but how do I compile both in a web app project? or do I have to convert all the C# to VB?