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:
2017-05-26 18:31:23 +00:00
parent cd3d3f15eb
commit 1648de9f8d
3 changed files with 34 additions and 1 deletions

View File

@@ -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))
{

View File

@@ -218,7 +218,7 @@ namespace Volian.Controls.Library
{
next = (cbxReverse.Checked) ? next.SearchPrev : next.SearchNext;
}
if (next != null) Console.WriteLine("next {0} {1}", next.ItemID, next.MyContent.Text);
//if (next != null) Console.WriteLine("next {0} {1}", next.ItemID, next.MyContent.Text);
if ((next == null) || next.IsSection)
{
if (!findingbookmarks)