F
Felipe Garcia
I`m trying to compile a solution built in vs.net 2003 on whibdey with
framework 1.2. I have a project into this solution that uses word automation
using office 2003, and when i try to compile this project alone, or the
entire solution i get these errors:
Ambiguity between 'Microsoft.Office.Interop.Word._Document.Close(ref object,
ref object, ref object)' and
'Microsoft.Office.Interop.Word.DocumentEvents2_Event.Close'
Ambiguity between 'Microsoft.Office.Interop.Word._Application.Quit(ref
object, ref object, ref object)' and
'Microsoft.Office.Interop.Word.ApplicationEvents4_Event.Quit'
But when i compiled this on Vs.net 2003, i didn't get this errors.
What's happening ?
Thanks
framework 1.2. I have a project into this solution that uses word automation
using office 2003, and when i try to compile this project alone, or the
entire solution i get these errors:
Ambiguity between 'Microsoft.Office.Interop.Word._Document.Close(ref object,
ref object, ref object)' and
'Microsoft.Office.Interop.Word.DocumentEvents2_Event.Close'
Ambiguity between 'Microsoft.Office.Interop.Word._Application.Quit(ref
object, ref object, ref object)' and
'Microsoft.Office.Interop.Word.ApplicationEvents4_Event.Quit'
But when i compiled this on Vs.net 2003, i didn't get this errors.
What's happening ?
Thanks