Error rewriting asp.net url

Failed to load file or assembly 'UrlRewritingNet.UrlRewriter' or one of its dependencies. The system cannot find the specified file.

we set URL rewriting

tried it on a website tried it in a virtual directory

same error: /

any ideas?

Description: An unhandled exception occurred during the execution of the current web request. View the stack trace for more information about the error and its occurrence in the code.

Exception Details: System.IO.FileNotFoundException: Failed to load file or assembly 'UrlRewritingNet.UrlRewriter' or one of its dependencies. The system cannot find the specified file.

Source Error:

An unhandled exception was thrown during the execution of the current web request. Information about the origin and location of the exception can be identified using the trace of the exception stack below.

Assembly load trace: The following information may be useful in determining why the UrlRewritingNet.UrlRewriter assembly cannot be loaded.

WRN: Assembly binding registration is disabled. To enable assembly failure logging, set the registry value to [HKLM \ Software \ Microsoft \ Fusion! EnableLog] (DWORD) on 1. Note. There is some performance limitation associated with the assembly binding failure protocol. To disable this feature, delete the registry value [HKLM \ Software \ Microsoft \ Fusion! EnableLog].

Stack trace:

[FileNotFoundException: "UrlRewritingNet.UrlRewriter" . .]  System.RuntimeTypeHandle.GetTypeByName(String name, Boolean throwOnError, Boolean ignoreCase, Boolean reflectionOnly, StackCrawlMarkHandle stackMark, IntPtr pPrivHostBinder, Boolean loadTypeFromPartialName, ObjectHandleOnStack type) +0  System.RuntimeTypeHandle.GetTypeByName(String name, Boolean throwOnError, Boolean ignoreCase, Boolean reflectionOnly, StackCrawlMark & stackMark, IntPtr pPrivHostBinder, Boolean loadTypeFromPartialName) +153  System.Type.GetType(String typeName, Boolean throwOnError, Boolean ignoreCase) +63  System.Web.Compilation.BuildManager.GetType(String typeName, Boolean throwOnError, Boolean ignoreCase) +124  System.Web.Configuration.ConfigUtil.GetType(String typeName, String propertyName, ConfigurationElement configElement, XmlNode node, Boolean checkAptcaBit, Boolean ignoreCase) +76

[ConfigurationErrorsException: 'UrlRewritingNet.UrlRewriter' . .]  System.Web.Configuration.ConfigUtil.GetType(String typeName, String propertyName, ConfigurationElement configElement, XmlNode node, Boolean checkAptcaBit, Boolean ignoreCase) +12773840  System.Web.Configuration.Common.ModulesEntry.SecureGetType(String typeName, String propertyName, ConfigurationElement configElement) +69  System.Web.Configuration.Common.ModulesEntry..ctor( , String typeName, String propertyName, ConfigurationElement configElement) +66  System.Web.HttpApplication.BuildIntegratedModuleCollection(List`1 moduleList) +300  System.Web.HttpApplication.GetModuleCollection(IntPtr appContext) +1262  System.Web.HttpApplication.RegisterEventSubscriptionsWithIIS(IntPtr appContext, HttpContext, MethodInfo []) +133  System.Web.HttpApplication.InitSpecial( HttpApplicationState, MethodInfo [], IntPtr, HttpContext) +304  System.Web.HttpApplicationFactory.GetSpecialApplicationInstance( IntPtr, HttpContext) +404  System.Web.Hosting.PipelineRuntime.InitializeApplication(IntPtr appContext) +475

[HttpException (0x80004005): 'UrlRewritingNet.UrlRewriter' . .]  System.Web.HttpRuntime.FirstRequestInit( HttpContext) +12966756  System.Web.HttpRuntime.EnsureFirstRequestInit( HttpContext) +159  System.Web.HttpRuntime.ProcessRequestNotificationPrivate(IIS7WorkerRequest wr, HttpContext) +12806561

: Microsoft.NET Framework : 4.0.30319; ASP.NET: 4.0.30319.18408

+3
2

, -. . .

0

UrlRewritingNet.UrlRewriter.dll , . not present in the child bin folder

0

All Articles