Your question has been submitted and is awaiting moderation.
Thank you for reporting this content, moderators have been notified of your submission.
Server Error in '/' Application.
-----------------------------------------------------------------------
Hi
I installed YouTubeGallery module but it didn't work properly so uninstalled it, that was fine. Then I installed IFrame module and it installed successfully and the I lost me web site. I then got the error below and worked out how to edit the custom error and then got the new error. see 2nd Server Error in '/' Application. below.
I want to uninstall the IFrame module and fix the error but don't know what to do. I need help to fix this problem.
Description: An application error occurred on the server. The current custom error settings for this application prevent the details of the application error from being viewed remotely (for security reasons). It could, however, be viewed by browsers running on the local server machine.
Details: To enable the details of this specific error message to be viewable on remote machines, please create a tag within a "web.config" configuration file located in the root directory of the current web application. This tag should then have its "mode" attribute set to "Off".
Notes: The current error page you are seeing can be replaced by a custom error page by modifying the "defaultRedirect" attribute of the application's configuration tag to point to a custom error page URL.
---------
The files '/App_Code/YouTubeGallery/Gallery.designer.cs' and '/App_Code/IFrame/Controller.vb' use a different language, which is not allowed since they need to be compiled together.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.Web.HttpException: The files '/App_Code/YouTubeGallery/Gallery.designer.cs' and '/App_Code/IFrame/Controller.vb' use a different language, which is not allowed since they need to be compiled together.
Source Error:
An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.
Stack Trace:
[HttpException (0x80004005): The files '/App_Code/YouTubeGallery/Gallery.designer.cs' and '/App_Code/IFrame/Controller.vb' use a different language, which is not allowed since they need to be compiled together.]
System.Web.Compilation.BuildProvidersCompiler.ProcessBuildProviders() +628
System.Web.Compilation.BuildProvidersCompiler.PerformBuild() +46
System.Web.Compilation.CodeDirectoryCompiler.GetCodeDirectoryAssembly(VirtualPath virtualDir, CodeDirectoryType dirType, String assemblyName, StringSet excludedSubdirectories, Boolean isDirectoryAllowed) +11647613
System.Web.Compilation.BuildManager.CompileCodeDirectory(VirtualPath virtualDir, CodeDirectoryType dirType, String assemblyName, StringSet excludedSubdirectories) +181
System.Web.Compilation.BuildManager.CompileCodeDirectories() +498
System.Web.Compilation.BuildManager.EnsureTopLevelFilesCompiled() +762
[HttpException (0x80004005): The files '/App_Code/YouTubeGallery/Gallery.designer.cs' and '/App_Code/IFrame/Controller.vb' use a different language, which is not allowed since they need to be compiled together.]
System.Web.Compilation.BuildManager.ReportTopLevelCompilationException() +100
System.Web.Compilation.BuildManager.EnsureTopLevelFilesCompiled() +1126
System.Web.Hosting.HostingEnvironment.Initialize(ApplicationManager appManager, IApplicationHost appHost, IConfigMapPathFactory configMapPathFactory, HostingEnvironmentParameters hostingParameters, PolicyLevel policyLevel, Exception appDomainCreationException) +1209
[HttpException (0x80004005): The files '/App_Code/YouTubeGallery/Gallery.designer.cs' and '/App_Code/IFrame/Controller.vb' use a different language, which is not allowed since they need to be compiled together.]
System.Web.HttpRuntime.FirstRequestInit(HttpContext context) +11792384
System.Web.HttpRuntime.EnsureFirstRequestInit(HttpContext context) +141
System.Web.HttpRuntime.ProcessRequestNotificationPrivate(IIS7WorkerRequest wr, HttpContext context) +4941237