N
NB
We have written a VB.NET 2005 application that references the
Microsoft Outlook 11.0 Object Library (Microsoft.Office.Interop.Outlook).
I have searched and have been unsuccessful in finding out what to deploy with our application to ensure that the email application will work. Specifically, do we need to include the
Microsoft Outlook 11.0 Object Library dll in the application folder with our VB.NET application?
We did some testing here on a machine that did not have Microsoft.Office.Interop.Outlook in the global assembly cache(GAC). Nor did we have the dll in our application folder. Yet, when we ran our application, it added the following two objects to the GAC:
Microsoft.Office.Interop.Outlook
Microsoft.Office.Interop.OutlookViewCtl
Can anyone explain to me how our VB.NET app added these to the GAC?
Do we need to distribute these in our VB.NET app?
How should the reference properties of Copy Local and Isolated be set for this reference?
I know...lots of questions, but we want to understand how this works. Thank you.
Microsoft Outlook 11.0 Object Library (Microsoft.Office.Interop.Outlook).
I have searched and have been unsuccessful in finding out what to deploy with our application to ensure that the email application will work. Specifically, do we need to include the
Microsoft Outlook 11.0 Object Library dll in the application folder with our VB.NET application?
We did some testing here on a machine that did not have Microsoft.Office.Interop.Outlook in the global assembly cache(GAC). Nor did we have the dll in our application folder. Yet, when we ran our application, it added the following two objects to the GAC:
Microsoft.Office.Interop.Outlook
Microsoft.Office.Interop.OutlookViewCtl
Can anyone explain to me how our VB.NET app added these to the GAC?
Do we need to distribute these in our VB.NET app?
How should the reference properties of Copy Local and Isolated be set for this reference?
I know...lots of questions, but we want to understand how this works. Thank you.