Hi! I'm using the mono layer to run a closed source .NET exe. It looks to be using .NETFramework Version 4.0. I'm able to run one of the CLIs but the second results in a runtime error below:
ERROR: System.IO.FileNotFoundException: Could not load file or assembly 'Microsoft.VisualBasic, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies.
File name: 'Microsoft.VisualBasic, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'
We currently use yocto kirkstone and include only "mono" in our IMAGE_INSTALL:append. Are there any additional recipes to get this assembly in our yocto build?