I have migrate my work to .net but i have one error i
can't understand:In vb 6.0 this code is ok and open and
close a word session.
Dim apps As New Excel.Application()
apps.Quit()
In .net the same code don't let me to execute and give me
the error in the (apps.quit()) line:
'Quit' is ambiguous across the inherited
interfaces 'Word._Application'
and 'Word.ApplicationEvents3_Event'.
I use the Microsoft Word 10.0 Object model
with excel is all ok (this happen on all the pc with
visual studio .net). How can i close the word i another
way. Thank