F
Flavio Zanellato
I've a strange anomaly in the way VB.NET
makes references of COM library :
- in one machine when i reference the Outlook 11 object library
the Object Browser displays the link as
'Microsoft.Office.Interop.Outlook'
- in the other development machine
(the same configuration : .NET framework, VS 2003, Office 2003, XP SP1,
etc)
the Object Browser displays the link as 'Outlook' only !
The problem :
in my code I wrote 'Imports Microsoft.Office.Interop.Outlook' ,
when i move the project files in the other machine, the code does not work
because of the 'Imports..' statement.
I must change it to 'Imports Outlook' to make project build.
What kind of behavior is this ???
Thanks for your response.
makes references of COM library :
- in one machine when i reference the Outlook 11 object library
the Object Browser displays the link as
'Microsoft.Office.Interop.Outlook'
- in the other development machine
(the same configuration : .NET framework, VS 2003, Office 2003, XP SP1,
etc)
the Object Browser displays the link as 'Outlook' only !
The problem :
in my code I wrote 'Imports Microsoft.Office.Interop.Outlook' ,
when i move the project files in the other machine, the code does not work
because of the 'Imports..' statement.
I must change it to 'Imports Outlook' to make project build.
What kind of behavior is this ???
Thanks for your response.