I have downloaded and installed the DotNetNuclear.ViewsTutorial code to use with the videos. I am finding the following error after installation of the module on a test page.
Error: ViewsTutorial is currently unavailable. DotNetNuke.Services.Exceptions.ModuleLoadException: Object reference not set to an instance of an object. ---> System.NullReferenceException: Object reference not set to an instance of an object. at DotNetNuclear.Modules.ViewsTutorial.View.rptItemListOnItemDataBound(Object sender, RepeaterItemEventArgs e) in c:\websites\dnndev.me\DesktopModules\DotNetNuclear.ViewsTutorial\View.ascx.cs:line 75 at System.Web.UI.WebControls.Repeater.CreateItem(Int32 itemIndex, ListItemType itemType, Boolean dataBind, Object dataItem) at System.Web.UI.WebControls.Repeater.CreateControlHierarchy(Boolean useDataSource) at System.Web.UI.WebControls.Repeater.OnDataBinding(EventArgs e) at DotNetNuclear.Modules.ViewsTutorial.View.BindData() in c:\websites\dnndev.me\DesktopModules\DotNetNuclear.ViewsTutorial\View.ascx.cs:line 62 at DotNetNuclear.Modules.ViewsTutorial.View.Page_Load(Object sender, EventArgs e) in c:\websites\dnndev.me\DesktopModules\DotNetNuclear.ViewsTutorial\View.ascx.cs:line 45 --- End of inner exception stack trace -
The line that is bombing out is in rptItemListOnItemDataBound: Line 75 string sColor = base.Settings["TextColor"].ToString();
This is on dnn 7.3.2 and I am using VS 2013 professional on Windows 7 professional x64 / SQLExpress database server
I have other test modules using the DAL2 template that load properly, so I believe the install is sound.
Any thoughts are appreciated.