Hi amibarret,
Do you know how to manually import libraries to Blue Prism path? I tried to use Blue Prism Outlook VBO, there is an error at initialize stage,
InitialiseStage1ErrorValidateCompiler error at top section line -6: could not find library 'Microsoft.Office.Interop.Outlook.dll'No
I would assume in my case I am missing the whole Microsoft.Office.Interop. How can I fix this?
I know it seems to be a very simple issue, but I cannot figure out a way to solve this problem... When working with Python, pip install will solve this kind of problem. Working with Java, Eclipse will handle this. Working with C#, Visual Studio can handle this. With Blue Prism, it is so hard...