compiling 2003 solution on whidbey

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
 
M

Morten Wennevik

Hi Felipe,

This isn't the group for whidbey questions.

Happy coding!
Morten Wennevik [C# MVP]
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top