Im getting this error because MVC Postal seems to be overriding my root _ViewStart. The program runs normal without it. Postal _ViewStart is still at its default.
Postal seems to have an issue when there is more than one layout specified.
Unfortunately I need to have them.
Im getting this error because MVC Postal seems to be overriding my root _ViewStart. The program runs normal without it. Postal _ViewStart is still at its default.
Postal seems to have an issue when there is more than one layout specified. Unfortunately I need to have them.
Exception Details: System.NullReferenceException: Object reference not set to an instance of an object.
Is there any way to fix this? Thanks for any help.