G Greg Jul 30, 2003 #1 I have a number of using statements that are not finding the office components. ex: using Microsoft.Office.Core;
I have a number of using statements that are not finding the office components. ex: using Microsoft.Office.Core;
G Gerard Collop [MS] Jul 31, 2003 #2 Gregory, I cannot reprodcue the behavior you're seeing. Make sure the namespace you're using ( in the using directive ) matches the namespace viewable in the object browser. Thanks, Gerard Office Automation with Visual Studio http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnoffdev/ht ml/vsofficedev.asp This posting is provided "AS IS" with no warranties, and confers no rights.
Gregory, I cannot reprodcue the behavior you're seeing. Make sure the namespace you're using ( in the using directive ) matches the namespace viewable in the object browser. Thanks, Gerard Office Automation with Visual Studio http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnoffdev/ht ml/vsofficedev.asp This posting is provided "AS IS" with no warranties, and confers no rights.