In Visual Studio 2010, I could mix VB and C# pages and usercontrols in the same website. Visual Studio 2012 doesn't seem to allow that. I created a C# web project and when I add some old pages done in VB, it lists the .ascx and .ascx.vb files separately and won't compile.
I have a bunch of old stuff that was done in VB so please don't tell me I have to convert it all to C# before I can use VS2012.
Thanks!
It's ASP.NET web forms.