I am trying to install phpbb forum on my hosted site. So my hosting
plan has like a one click installer to make it easier to install. So I
went through the steps of it, One was making a virtual directory and
the other was making a mysql database.
My hosted site is in asp.net-mvc and is in the wwwrooot and the phpbb
is in a subdirectory called Forum.
I am also using ELMAH for my error logging and it works find however
when I try to go to my phpBB board it crashes with this error. If I
remove all my ELMAH stuff from my webconfig it works. So I am thinking
it does not want to play with php nicely so I am not sure how to make
it play together. Like I don't need error logging for the phpBB since
I did not make it. So I am not sure if there is a way to tell it to do
only asp.net mvc pages.
Here is the error
Server Error in '/Fourm' Application.
Could not load file or assembly 'Elmah' or one of its
dependencies. The system cannot find the file specified.
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.IO.FileNotFoundException: Could not load
file or assembly 'Elmah' or one of its dependencies. The system cannot
find the file specified.
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.
Assembly Load Trace: The following information can be helpful to
determine why the assembly 'Elmah' could not be loaded.
WRN: Assembly binding logging is turned OFF.
To enable assembly bind failure logging, set the registry value
[HKLM\Software\Microsoft\Fusion!EnableLog] (DWORD) to 1.
Note: There is some performance penalty associated with assembly
bind failure logging.
To turn this feature off, remove the registry value [HKLM\Software
\Microsoft\Fusion!EnableLog].
Stack Trace:
[FileNotFoundException: Could not load file or assembly 'Elmah' or
one of its dependencies. The system cannot find the file specified.]
System.RuntimeTypeHandle._GetTypeByName(String name, Boolean
throwOnError, Boolean ignoreCase, Boolean reflectionOnly,
StackCrawlMark& stackMark, Boolean loadTypeFromPartialName) +0
System.RuntimeTypeHandle.GetTypeByName(String name, Boolean
throwOnError, Boolean ignoreCase, Boolean reflectionOnly,
StackCrawlMark& stackMark) +64
System.RuntimeType.PrivateGetType(String typeName, Boolean
throwOnError, Boolean ignoreCase, Boolean reflectionOnly,
StackCrawlMark& stackMark) +58
System.Type.GetType(String typeName, Boolean throwOnError,
Boolean ignoreCase) +65
System.Web.Compilation.BuildManager.GetType(String typeName,
Boolean throwOnError, Boolean ignoreCase) +342
System.Web.Configuration.ConfigUtil.GetType(String typeName,
String propertyName, ConfigurationElement configElement, XmlNode node,
Boolean checkAptcaBit, Boolean ignoreCase) +52
[ConfigurationErrorsException: Could not load file or assembly
'Elmah' or one of its dependencies. The system cannot find the file
specified.]
System.Web.Configuration.ConfigUtil.GetType(String typeName,
String propertyName, ConfigurationElement configElement, XmlNode node,
Boolean checkAptcaBit, Boolean ignoreCase) +351
System.Web.Configuration.Common.ModulesEntry..ctor(String name,
String typeName, String propertyName, ConfigurationElement
configElement) +56
System.Web.HttpApplication.BuildIntegratedModuleCollection
(List`1 moduleList) +146
System.Web.HttpApplication.GetModuleCollection(IntPtr
appContext) +1219
System.Web.HttpApplication.RegisterEventSubscriptionsWithIIS
(IntPtr appContext, HttpContext context, MethodInfo[] handlers) +97
System.Web.HttpApplication.InitSpecial(HttpApplicationState
state, MethodInfo[] handlers, IntPtr appContext, HttpContext context)
+188
System.Web.HttpApplicationFactory.GetSpecialApplicationInstance
(IntPtr appContext, HttpContext context) +295
System.Web.HttpApplicationFactory.GetPipelineApplicationInstance
(IntPtr appContext, HttpContext context) +56
System.Web.Hosting.PipelineRuntime.InitializeApplication(IntPtr
appContext) +231
[HttpException (0x80004005): Could not load file or assembly
'Elmah' or one of its dependencies. The system cannot find the file
specified.]
System.Web.HttpRuntime.FirstRequestInit(HttpContext context)
+8890735
System.Web.HttpRuntime.EnsureFirstRequestInit(HttpContext
context) +85
System.Web.HttpRuntime.ProcessRequestNotificationPrivate
(IIS7WorkerRequest wr, HttpContext context) +333
--
You received this message because you are subscribed to the Google Groups "ELMAH" group.
To post to this group, send email to el...@googlegroups.com.
To unsubscribe from this group, send email to elmah+un...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/elmah?hl=en.