Embedding Microsoft.Office.Interop.MSProject in Unity Project.
I try to use the Microsoft.Office.Interop.MSProject library in my Project, but I only get loading errors, when I copy the .dll in my Plugins folder.
The errors I get are: Assembly 'Assets/microsoft.office.interop.word.15.0.4797.1003/lib/net20/Microsoft.Office.Interop.Word.dll' will not be loaded due to errors: Unable to resolve reference 'office'. Is the assembly missing or incompatible with the current platform? Reference validation can be disabled in the Plugin Inspector. Unable to resolve reference 'Microsoft.Vbe.Interop'. Is the assembly missing or incompatible with the current platform? Reference validation can be disabled in the Plugin Inspector.
Does anyone has tips for this problem?
Your answer

Follow this Question
Related Questions
Xcode Apple Mach-O Linker Error, Library not found for -liPhone-lib 0 Answers
Integrate Unity as a Library via Dynamic Feature Modules in Android 1 Answer
MonoDevelop doesn't recognize Priority_Queue library 0 Answers
Using RuntimeInitializeOnLoadMethod inside dll and using in iOS build 1 Answer
UnityPlayer packaged as an Android library module? 0 Answers