Added HWndCounter tool to count/debug window handle usage
Add DSO Framer errors to our error log Commented out a debug console.writeline
This commit is contained in:
@@ -161,9 +161,11 @@ namespace Volian.Controls.Library
|
||||
try
|
||||
{
|
||||
this._MyDSOFramer.Open(MyDSOFile.MyFile.FullName);
|
||||
//this._MyDSOFramer.Open(MyDSOFile.MyFile.FullName,false,"Word.Document","","");
|
||||
}
|
||||
catch (Exception ex)
|
||||
{
|
||||
_MyLog.Warn("dso fraimer error", ex); // put exception message in the error log
|
||||
System.IO.FileStream fs = MyDSOFile.MyFile.Create();
|
||||
using (DocumentAuditInfoList dail = DocumentAuditInfoList.Get(MyDocumentInfo.DocID))
|
||||
{
|
||||
|
Reference in New Issue
Block a user