In VS 2013 I am trying to Import a reference “Microsoft.Office.Interopt.Outlook” into my VB.net project. The reference is listed with all of the other references, yet when I try to drag it to my page it does not copy. It’s there, but it’s not! I have looked at the reference properties and it appears that the reference .dll
Following a post I deleted the reference from the list and I attempted adding the reference back using the Reference Manager. I believed that the reference is included in the “Microsoft Office 15.0 Object Library Version 8.6 and 9.5” (I tried adding both) . But I cant locate it.
I downloaded the microsoft.office.interop.outlook.15.0.4797.1003.nupkg, but cannot find instructions to update the references. I do however a file in the Microsoft Assembly directory “Microsoft.Office.Interop.Outlook”
One more thing, before I deleted the reference I noticed in the properties the file was located in the following directory, which must be a hidden directory because I am unable to locate it: C:\WINDOWS\assembly\GAC_MSIL\Microsoft.Office.Interop.Outlook \15.0.0.0__71e9bce111e9429c\Microsoft.Office.Interop.Outlook.dll
When I looked at other references that I use in my project they are located in my Project Directory: C:\Users\JoeMiz\Documents\Visual Studio 2013\Projects\Labs\Labs\packages\EntityFramework.6.4.0\lib\net45\
Can anyone point me to instructions that could help me straighten out his issue ? Thanks!