I've just upgraded to .144 from .129 and my VS.Net form designer is giving me the error below.
- Code: Select all
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.Maintenance.CustomFormTabCollection..ctor(UserInterface hostForm)
at JiwaFinancials.Jiwa.JiwaApplication.Maintenance.UserInterface..ctor()
form is Inherits Maintenance UI
- Code: Select all
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
Partial Class frmOrder
Inherits JiwaFinancials.Jiwa.JiwaApplication.Maintenance.UserInterface
I also updated WinSpread Dlls to v8.35.20151.0



