I have this issue:
How to register a COM shared as a NuGet Package in a Class Library (.NET Core)?
Which solution seems to be:
Retrieving the COM class factory for component with CLSID {XXXX} failed due to the following error: 80040154
Visual Basic.Net error 80040154
But when I go to the XPROJ project properties, there ain't any Advanced Configuration Options, neither is a target platform found.
- How to target x86 platform using a XPROJ?
- Is it only doable?
My goal is to fully take advantage of the project.json
file and this NuGet Package restore feature instead of using the old-fashioned references to DLL directly.