I'm following Chris Hammond's video tutorial (The Task Manager one), where he explains in video 21 how to make a list of items. I'm stuck at this part as my module errors. I'm sure it HAS a database connection, as I'm able to add items and my repeater repeats as many times as there are rows in the table.
Error: DWWorldMap 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 ASP.desktopmodules_dwworldmap_view_ascx.__DataBinding__control4(Object sender, EventArgs e) at System.Web.UI.Control.OnDataBinding(EventArgs e) at System.Web.UI.Control.DataBind(Boolean raiseOnDataBinding) at System.Web.UI.Control.DataBindChildren() at System.Web.UI.Control.DataBind(Boolean raiseOnDataBinding) at System.Web.UI.WebControls.Repeater.CreateControlHierarchy(Boolean useDataSource) at System.Web.UI.WebControls.Repeater.OnDataBinding(EventArgs e) at DotNetNuke.Modules.DWWorldMap.View.Page_Load(Object sender, EventArgs e) in c:\websites\datawell\DesktopModules\DWWorldMap\View.ascx.cs:line 65 --- End of inner exception stack trace ---
Which files should I look into to fix this (It says View.ascx.cs, but there isn't really anything wrong)? Or do you know what the problem is?