Invalid URI: The format of the URI could not be determined.
When I click on an anchor linking to this page I get the following error where as similar links work fine e.g. page I m using Umbraco v 4.0.4.2.
Invalid URI: The format of the URI could not be determined.
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.UriFormatException: Invalid URI: The format of the URI could not be determined.
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:
[UriFormatException: Invalid URI: The format of the URI could not be determined.]
System.Uri.CreateThis(String uri, Boolean dontEscape, UriKind uriKind) +2166300
System.Uri..ctor(String uriString) +17
umbraco.presentation.requestModule.rewrite404Url(String url, String querystring, Boolean returnQuery) +233
umbraco.presentation.requestModule.Application_BeginRequest(Object sender, EventArgs e) +205
System.Web.SyncEventExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +92
System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +64
Invalid URI: The format of the URI could not be determined.
When I click on an anchor linking to this page I get the following error where as similar links work fine e.g. page I m using Umbraco v 4.0.4.2.
Invalid URI: The format of the URI could not be determined.
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.UriFormatException: Invalid URI: The format of the URI could not be determined.
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:
is working on a reply...