Hi,
I was playing with adding a site map to my DNN site. Running 4.09.02.
Here is what I did:
- Downloaded the site map module from this link (code project)
http://www.codeproject.com/KB/custo...teMap.aspx- Installed the module
- As per the installation instructions, I added this code to the web.config file
<codeSubDirectories>
<add directoryName="DnnSiteMap"/>
</codeSubDirectories>
Issue: The problem is the site is offline. See the error message at the bottom of this post. It has to do with running both VB and CS code.
I please need to know what I should alter in the web.config file or how to uninstall this module. The problem is I cannot access the site to uninstall it via the interface.
Thank you for your help. This is a hot one.
The files '/App_Code/HTML/HtmlTextInfo.vb' and '/App_Code/DnnSiteMap/ExtendedTreeNode (from Zeus).cs' 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/HTML/HtmlTextInfo.vb' and '/App_Code/DnnSiteMap/ExtendedTreeNode (from Zeus).cs' 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/HTML/HtmlTextInfo.vb' and '/App_Code/DnnSiteMap/ExtendedTreeNode (from Zeus).cs' use a different language, which is not allowed since they need to be compiled together.]
System.Web.Compilation.BuildProvidersCompiler.ProcessBuildProviders() +957
System.Web.Compilation.BuildProvidersCompiler.PerformBuild() +29
System.Web.Compilation.CodeDirectoryCompiler.GetCodeDirectoryAssembly(VirtualPath virtualDir, CodeDirectoryType dirType, String assemblyName, StringSet excludedSubdirectories, Boolean isDirectoryAllowed) +384
System.Web.Compilation.BuildManager.CompileCodeDirectory(VirtualPath virtualDir, CodeDirectoryType dirType, String assemblyName, StringSet excludedSubdirectories) +125
System.Web.Compilation.BuildManager.CompileCodeDirectories() +525
System.Web.Compilation.BuildManager.EnsureTopLevelFilesCompiled() +448
[HttpException (0x80004005): The files '/App_Code/HTML/HtmlTextInfo.vb' and '/App_Code/DnnSiteMap/ExtendedTreeNode (from Zeus).cs' use a different language, which is not allowed since they need to be compiled together.]
System.Web.Compilation.BuildManager.ReportTopLevelCompilationException() +57
System.Web.Compilation.BuildManager.EnsureTopLevelFilesCompiled() +612
System.Web.Hosting.HostingEnvironment.Initialize(ApplicationManager appManager, IApplicationHost appHost, IConfigMapPathFactory configMapPathFactory, HostingEnvironmentParameters hostingParameters) +456
[HttpException (0x80004005): The files '/App_Code/HTML/HtmlTextInfo.vb' and '/App_Code/DnnSiteMap/ExtendedTreeNode (from Zeus).cs' use a different language, which is not allowed since they need to be compiled together.]
System.Web.HttpRuntime.FirstRequestInit(HttpContext context) +3426839
System.Web.HttpRuntime.EnsureFirstRequestInit(HttpContext context) +88
System.Web.HttpRuntime.ProcessRequestInternal(HttpWorkerRequest wr) +149
|