I can't work on my form in the designer because it complains "The type OpenDental.UI.SignatureBoxWrapper has no property 'AllowDigitalSig'.
But it does.
I get the same problem in the designer for FormProcEdit and all the other OD Forms with Sig Boxes BTW. Do you see the same issue on your end? I'm thinking it might be a bug in VS 2015, because everything compiles and runs just fine.
It might have to do with the fact that the properties getter expects a database connection (I doubt it). You could try commenting out the contents of the property and simply return true; for testing. Make sure to have all important projects set to compile in your Solutions "Configuration Manager..." and then rebuild the solution. Then you might be able to open your UI.
The best thing about a boolean is even if you are wrong, you are only off by a bit.
I saw a commit go through the repository that fixed the signature box wrapper issue that you were having.
"Internal Enhancement, custom UI control was not browsable in Visual Studio" http://opendentalsoft.com:1942/ODBugTra ... sions.aspx
The best thing about a boolean is even if you are wrong, you are only off by a bit.