Installation and deployment Questions on installation, system configuration and deployment to the live server.
Version 5.x > Installation and deployment > link error after upgrade View modes: 
User avatar
Member
Member
info-business-it - 6/2/2011 6:41:27 AM
   
link error after upgrade
Hi
After upgrading from the version 5.0 in 5.5.3999, some link have the following error

The message from the eventlog
------

EventDescription: Message: The file '/Services/~/Home.aspx' does not exist.
Stack Trace:
at System.Web.UI.Util.CheckVirtualFileExists(VirtualPath virtualPath)
at System.Web.Compilation.BuildManager.GetVPathBuildResultInternal(VirtualPath virtualPath, Boolean noBuild, Boolean allowCrossApp, Boolean allowBuildInPrecompile)
at System.Web.Compilation.BuildManager.GetVPathBuildResultWithNoAssert(HttpContext context, VirtualPath virtualPath, Boolean noBuild, Boolean allowCrossApp, Boolean allowBuildInPrecompile)
at System.Web.Compilation.BuildManager.GetVirtualPathObjectFactory(VirtualPath virtualPath, HttpContext context, Boolean allowCrossApp, Boolean noAssert)
at System.Web.Compilation.BuildManager.CreateInstanceFromVirtualPath(VirtualPath virtualPath, Type requiredBaseType, HttpContext context, Boolean allowCrossApp, Boolean noAssert)
at System.Web.UI.PageHandlerFactory.GetHandlerHelper(HttpContext context, String requestType, VirtualPath virtualPath, String physicalPath)
at System.Web.UI.PageHandlerFactory.GetHandler(HttpContext context, String requestType, String virtualPath, String path)
at System.Web.HttpApplication.MaterializeHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute()
at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously)


User avatar
Kentico Consulting
Kentico Consulting
kentico_borisp - 6/2/2011 7:17:42 AM
   
RE:link error after upgrade
Hello,

Could you please let me know how you are creating the given link. Is it generated in the FCKEditor (WYSIWYG) or in some repeater...?
Could you please also post the source code of the generated link with all the surrounding relevant tags?
This can also have something to do with the output filter. Have you changed any settings regarding this?

Best regards,
Boris Pocatko

User avatar
Member
Member
info-business-it - 6/2/2011 7:42:26 AM
   
RE:link error after upgrade
Hi Boris,
the error was on the zonelogo editableimage in the HTML Envelope

<a class="logoLink" href="~/Home.apsx">

I changed the link to <a class="logoLink" href="http://www.mysite.gr">

and everything is ok.