Your question has been submitted and is awaiting moderation.
Thank you for reporting this content, moderators have been notified of your submission.
Hi.
I'm having a classic problem of "works fine locally but won't work on live server".
I have a dataset that accesses the live/remote hosted database. This works grand locally but then I put the module onto the live server I get the Null Reference Exception error. I assume there's something not being copied or flagged.
Do I need to set the Build Action or the "Copy to output directory" in a certain way? Is there something more that I need to copy to the server?
:/
Thanks,
Error: View Game Events 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 DotNetNuke.Modules.ViewGameEvents.TCRTableAdapters.TCR_CrudeTableAdapter.InitConnection() at DotNetNuke.Modules.ViewGameEvents.TCRTableAdapters.TCR_CrudeTableAdapter.InitCommandCollection() at DotNetNuke.Modules.ViewGameEvents.TCRTableAdapters.TCR_CrudeTableAdapter.GetMatchInfoByMatchGuid(Nullable`1 MatchGuid) at DotNetNuke.Modules.ViewGameEvents.View.BindMatchHeader() at DotNetNuke.Modules.ViewGameEvents.View.Page_Load(Object sender, EventArgs e) --- End of inner exception stack trace ---