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))
|
||||
{
|
||||
|
@@ -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)
|
||||
|
Reference in New Issue
Block a user