问题描述
您好,
我只是想知道Microsoft.Office.Interop.MSProject使用的参考资料
请让我知道我能解决吗?因为它在2处给我一个错误:
1.)Interop :: Error类型或命名空间名称'Interop';命名空间'Microsoft.Office'中不存在(你是否缺少程序集引用?)
2.)MSProject :: Error类型或命名空间名称'MSProject ;命名空间'Microsoft.Office.Interop'中不存在(你错过了程序集引用吗?)
提前谢谢...
Hello,
I just want to know about references used by Microsoft.Office.Interop.MSProject
please let me know how can i solve it. Since it is giving me an error at 2 place :
1.) Interop :: Error The type or namespace name 'Interop'; does not exist in the namespace 'Microsoft.Office' (are you missing an assembly reference?)
2.) MSProject :: Error The type or namespace name 'MSProject '; does not exist in the namespace 'Microsoft.Office.Interop' (are you missing an assembly reference?)
Thanks in advance...
推荐答案
这篇关于在.NET中使用Microsoft.Office.Interop.MSProject需要什么参考?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!