c# - SaveAs-Dialog shows ExecuteDialog instead -


we've implemented addin office. i'm faced strange behavior. want show user saveasdialog when closes application. that, use following line of code. uses saveas-dialog of word itself.

((word.application)m_application).dialogs(word.wdworddialog.wddialogfilesaveas).show(); 

this code works in other places not when application being closed. instead i'm seeing following window

windows

it translates "execute" title options "clipboard & configuration"

any idea might doing wrong? & advice appreciated.

note: can't find translated (to english) version of window. if has it, feel free add it.


Comments

Popular posts from this blog

'hasOwnProperty' in javascript -

How to put a lock and transaction on table using spring 4 or above using jdbcTemplate and annotations like @Transactional? -

How to understand 2 main() functions after using uftrace to profile the C++ program? -