This question is locked. New answers and comments are not allowed.
Hi,
Any reason why many of telerik apis strip the inner exception? The exception infor is very useful in fixing any code issues. This is one such instance - LoadContentFrom to load a partial view on a tab returns error 500.
When i changed the code to use RenderAction, i got an exception which pointed me to the exact line where i was missing a parenthesis. That helped me resolve the issue in virtually no time.
Any reason why many of telerik apis strip the inner exception? The exception infor is very useful in fixing any code issues. This is one such instance - LoadContentFrom to load a partial view on a tab returns error 500.
When i changed the code to use RenderAction, i got an exception which pointed me to the exact line where i was missing a parenthesis. That helped me resolve the issue in virtually no time.