How do I fix HttpRuntime.get_UsingIntegratedPipeline() method not found exception?
Posted
by Nick Berardi
on Stack Overflow
See other posts from Stack Overflow
or by Nick Berardi
Published on 2010-03-17T11:52:12Z
Indexed on
2010/03/17
12:11 UTC
Read the original article
Hit count: 384
This is the exception that I am getting when I run my application with the Managed Fusion Url Rewriter installed.
Exception Details: System.MissingMethodException: Method not found: 'Boolean System.Web.HttpRuntime.get_UsingIntegratedPipeline()'.
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:
[MissingMethodException: Method not found: 'Boolean System.Web.HttpRuntime.get_UsingIntegratedPipeline()'.]
ManagedFusion.Rewriter.RewriterModule.context_BeginRequest(Object sender, EventArgs e) in C:\Users\Nick\Documents\Projects\Managed Fusion (Open Source)\ManagedFusion.Rewriter\Source\RewriterModule.cs:162
System.Web.SyncEventExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +92
System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +64
I have .NET 2.0 SP1 installed on my server that is throwing this error.
© Stack Overflow or respective owner