Hi All.. Upgrading from 4.5.3 to 4.5.4, and received the glorious dotnet application failure page... I'm not sure if this is exactly the same thing you're looking at, but here's what my app log was saying... Any ideas? I've highlighted the error that seems to be sticking out in Red...
Event code: 3005
Event message: An unhandled exception has occurred.
Event time: 7/23/2007 10:08:34 PM
Event time (UTC): 7/24/2007 2:08:34 AM
Event ID: 240998c1ec374f7bb9a46b1634b96700
Event sequence: 1
Event occurrence: 1
Event detail code: 0
Application information:
Application domain: /LM/W3SVC/778681111/Root-18-128297165050586458
Trust level: Full
Application Virtual Path: /
Application Path: D:\DotNetNuke_2\
Machine name: SERVERNAME
Process information:
Process ID: 6016
Process name: w3wp.exe
Account name: DOMAIN\DNN_User
Exception information:
Exception type: HttpException
Exception message: The files '/App_Code/phdcc.Form/FormInfo.cs' and '/App_Code/Reports/ReportInfo.vb' use a different language, which is not allowed since they need to be compiled together.
Request information:
Request path: /Default.aspx
User host address: 148.232.55.33
User:
Is authenticated: False
Authentication Type:
Thread account name: DOMAIN\DNN_User
Thread information:
Thread ID: 5
Thread account name: DOMAIN\DNN_User
Is impersonating: False
Stack trace: at System.Web.Compilation.BuildManager.ReportTopLevelCompilationException()
at System.Web.Compilation.BuildManager.EnsureTopLevelFilesCompiled()
at System.Web.Hosting.HostingEnvironment.Initialize(ApplicationManager appManager, IApplicationHost appHost, IConfigMapPathFactory configMapPathFactory, HostingEnvironmentParameters hostingParameters)
I actually got 4 of these errors... here are the other 3 exceptions:
Exception information:
Exception type: HttpException
Exception message: The files '/App_Code/XML/Components/GlobalConstants.vb' and '/App_Code/phdcc.Form/Question_Currency.cs' use a different language, which is not allowed since they need to be compiled together.
Exception information:
Exception type: HttpException
Exception message: The files '/App_Code/Reports/PackageInstaller.vb' and '/App_Code/phdcc.Form/ResultInfo.cs' use a different language, which is not allowed since they need to be compiled together.
Exception information:
Exception type: HttpException
Exception message: The files '/App_Code/phdcc.Form/Question_Text.cs' and '/App_Code/XML/Parameters/ParameterController.vb' use a different language, which is not allowed since they need to be compiled together.