There is a problem when WebMenu is put on master page. Everything works correct when aspx page which uses master page with menu and master page are in the same directory. But if aspx page is in different directory than its master page server throws an error "Cannot use a leading .. to exit above the top directory".
NetAdvantage 2008.2
Change “..” into “~”. I've described more about this problem, here: http://www.developerbits.com/2012/12/21/cannot-use-a-leading-to-exit-above-the-top-directory/
I have ran into this issue using 8.2 and found some different behaviour. The content page work fine provided they are at the same folder level (not same folder). I have shown my directory structure and what does and doesnt work:
Master Pages /Library/MasterPages/MasterPage1.master
Content Pages
/User/Client/ContentPage1.aspx (works because it is 2 directories from root (same as master)
/User/ContentPage2.aspx (works but no images appear because it tries to read from /Library instead of root)
/User/Client/Report/ContentPage3.aspx (throws error ASP.NET error listed in title of thread)
Does anyone know when the hot fixes are coming out for 8.2. I have found 3 or 4 errors like this in various controls support tells me it should be fixed in hotfix.
Folks,
These forums are "peer support". In reality, that means Infragistics staff may or may not respond to your post. The fact that nobody has replied usually indicates that the rest of us are equally clueless. (At least I am; I'm following this thread because I'm interested, but ...)
If you need "official" support, they have a page where you can create a user support "incident", free of charge, at: http://devcenter.infragistics.com/Protected/SubmitSupportIssue.aspx
For best results, attach a working example of your problem, based on the Northwind database. That will usually get you a reply within a week.
The reply sometimes is "We have determined that this is a bug and we have reported it to the development team." In which case, the next hotfix may or may not include a fix to your problem.
Wow, I just upgraded to 2008.2 and bam, this same error just nailed me. It's been over a week and no replies from infragistics yet to this post?
What's the status of this issue? Infragistics, it would be encouraging to hear from you on this one. I basically have no choice but to go back to 2008.1.
I also this is a problem with 8.1 and 8.2 when using Master Pages. We had to go back to 7.3 to keep the application working. I called tech support but they did not have an answer.