When I set the StyleSetPath property using a root-relative URL (using a leading tilde (~)), I get this error--"Cannot use a leading .. to exit above the top directory."This occurs in any and all of these scenarios--
In other words, there is NO situation where I can use a root-relative URL for the StyleSetPath property of ANY control without throwing the error.Root-relative URLs work for each and every other control and property that normally supports it. Root-relative URLs work for every Infragistics path property EXCEPT StyleSetPath.The ONLY workaround I have been able to find is to use this syntax at Run-Time--WebPageStyler.StyleSetPath = HttpContext.Current.Request.ApplicationPath & "/relativePath/StyleSets."I must do this for EVERY page or UserControl where I need the StyleSetPath, since there is no web.config syntax equivalent to HttpContext.Current.Request.ApplicationPath, other than root-relativee (~/) URL.This is clearly a bug. I can't find where to submit bug reports, so I sent it in as a support request, and I'm posting it here.
dhaggard said:I can't find where to submit bug reports, so I sent it in as a support request, and I'm posting it here.
Thank you for taking the time to inform us about this issue. Developer Support will investigate the issue and provide you with further information.