Folks
We have 2 servers, one which the live application is installed and the other where we run our code base.
We have are having irregular errors on the live server where we are getting a binding error on a control on the screen.
The error message is as follows.
"Cannot access a disposed object named "checkbox"
The source of the error in the exception message is as follows in summary
reflectpropertydescription.Setvalue
windows.forms.binding.SetPropValue
windows.forms.binding.PushData
windows.forms.binding.managerbase.pushdata
windows.forms.propertymanager.oncurrentchanged
windows.forms.bindtoObject.propvaluechanged
csla.core.bindablebase.onIsDirtychanged
CSLA.businessbase.MarkIsDirty
So do you think there could be an issue with the .NET or CSLA.NET frameworks?
Can I check the versions of them or something like that?
I can debug the code and not get the issue, this ONLY happens on the LIVE server.
Thanks very much
Aidan
An update
Server 1 which runs ok has Framework 1.1 and 2.0
Server 2 which has errors only has Framework 1.1 , could this be an issue?
Server 2 though is 24/7, how easy is Framework 2.0 to install on a live server?
Thanks
Copyright (c) Marimer LLC