by perry » Thu Dec 03, 2015 2:12 pm
Hi Scott,
I think the problem is with JiwaGrid control, I get below error when I drop JiwaGrid into my form.
The message is same as if I inherit the form with Maintenance.UserInterface which already has JiwaGrid.
---------------------------
Microsoft Visual Studio
---------------------------
Failed to create component 'JiwaGrid'. The error message follows:
'System.NullReferenceException: Object reference not set to an instance of an object.
at JiwaFinancials.Jiwa.JiwaApplication.ConnectionManager.ConnectionProfile.ReadRecord()
at JiwaFinancials.Jiwa.JiwaApplication.Manager..ctor()
at JiwaFinancials.Jiwa.JiwaApplication.Manager._Closure$__._Lambda$__194-0(Object k)
at System.Collections.Concurrent.ConcurrentDictionary`2.GetOrAdd(TKey key, Func`2 valueFactory)
at JiwaFinancials.Jiwa.JiwaApplication.Manager.get_Instances(Object key)
at JiwaFinancials.Jiwa.JiwaApplication.Controls.Sheet..ctor(JiwaGrid JiwaGrid, String Name)
at JiwaFinancials.Jiwa.JiwaApplication.Controls.JiwaGrid.InitialiseGridControl()
at JiwaFinancials.Jiwa.JiwaApplication.Controls.JiwaGrid..ctor()'
---------------------------
OK
---------------------------