Tiago Azevedo Borges

Results 4 issues of Tiago Azevedo Borges

I do not know if it's really a problem. In my application I use the MvcSiteMapProvider to create my menu. Items that will be shown on the menu are in...

After the last update my solution now has the following error with the MVCSiteMapProvider. View: ``` @{ ViewBag.Title = Html.MvcSiteMap().SiteMap.CurrentNode.Title; ViewBag.Description = Html.MvcSiteMap().SiteMap.CurrentNode.Description; } ``` Stack Trace: ``` [NullReferenceException: Referência...

is:Defect
pri:Normal

I would like to know if you have plans to add support for multi tenancy.

enhancement

This condition is always false when I use FileHelperEngine with ClassBuilder FileHelperEngine.cs (line 419) ```C# if (RecordInfo.RecordType.IsInstanceOfType(rec) == false) { throw new BadUsageException("This engine works with record of type "...

bug