Activity overview
Latest activity by 2nice
Hi.
Well - I use version 2.6.0 build 62
and I still get a very long time profiling a .NET application using a Word.Interop.
About 10 sec. each time - and without Ants using my own custom made loggning this takes under 1 sec!
Any ideas?
Below is listet the code which take approx. 10 sec. to profile.
(I'm using Interop.Word.dll verison 8.1.0.0 and
Interop.Office.dll version 2.1.0.0)
mWordApp = new Application();
mWordApp.Visible = false;
mWordApp.Options.CheckSpellingAsYouType = false;
mWordApp.Options.CheckGrammarWithSpelling = false;
mWordApp.Options.CheckGrammarAsYouType = false;
mWordApp.Options.CheckHangulEndings = false;
best regards Bo. / comments
Hi.
Well - I use version 2.6.0 build 62
and I still get a very long time profiling a .NET application using a Word.Interop.
About 10 sec. each time - and without Ants using my own custom made loggn...