This is a migrated thread and some comments may be shown as answers.

[Solved] Strange behavior with Actions running under Mono

0 Answers 66 Views
Menu
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
JFoulk
Top achievements
Rank 1
JFoulk asked on 03 Jul 2012, 04:20 PM
I am attempting to get a site running with Telerik MVC Extensions using C#4, Mono (2.10.?), Razor, and MVCCodeRouting.

Everything is working well, with one exception... Please keep in mind that this behavior is only seen after the site has been published to the production Ubuntu/Mono server.  It works perfectly when running against the internal VS web server or IIS.

Any action link that has a parameter (e.g. /Account/User/{userid}) does not work on the initial load of the site.  The menu item is there, but the action link is not.  Clicking on the menu item does nothing.  If I navigate manually to the page, and then check the menu, the action links are there!  Strange, yes?

All other action links (w/o parameters) work perfectly fine.  Just the ones that have the routeValues object defined are having issues.

Are there any settings, or anything internal to the menu, that might be causing this behavior?  Some type of validation, etc. that would cause the links to not appear before the page has been hit?

Thank you.
Tags
Menu
Asked by
JFoulk
Top achievements
Rank 1
Share this question
or