How to call plugin from VB application (PartⅡ)

Continuation of the theme posted on February 14th. I changed the environment and execute the VB application, the following error will appear
Is there a way to solve it?

System.TypeLoadException was not handled.
  HResult = -2146233054
  Implementation included in method 'GetBestMatchingFileTypeDefinition' in type 'Sdl.FileTypeSupport.Framework.Integration.FilterManager' from Message = assembly 'Sdl.FileTypeSupport.Framework.Implementation, Version = 1.0.0.0, Culture = neutral, PublicKeyToken = c28cdb26c445c888' It is not.
  Source = mscorlib
  TypeName = Sdl.FileTypeSupport.Framework.Integration.FilterManager
  StackTrace:
       at System.Reflection.RuntimeAssembly.GetType (RuntimeAssembly assembly, String name, Boolean throwOnError, Boolean ignoreCase, ObjectHandleOnStack type)
       at System.Reflection.RuntimeAssembly.GetType (String name, Boolean throwOnError, Boolean ignoreCase)
       at System.Reflection.Assembly.CreateInstance (String typeName, Boolean ignoreCase, BindingFlags bindingAttr, Binder binder, Object [] args, CultureInfo culture, Object [] activationAttributes)
       at Sdl.FileTypeSupport.Framework.Core.Utilities.IntegrationApi.DefaultFileTypeManager.CreateInstance (Boolean autoLoadFileTypes)
       at Sdl.Community.XliffReadWrite.SDLXLIFF.Parser.GetParagraphUnits (String filePath)
       at Sdl.Community.XliffReadWrite.Processor.ReadFileParagraphUnits ()
       at ExportTest.ExportTest.Export (String translationMemoryPath) at C: \ ykami_work \ TradosTest \ ExportTest \ ExportTest.vb: Line 59
       at ExportTest.ExportTest.Main () at C: \ ykami_work \ TradosTest \ ExportTest \ ExportTest.vb: Line 13
       at System.AppDomain._nExecuteAssembly (RuntimeAssembly assembly, String [] args)
       at System.AppDomain.ExecuteAssembly (String assemblyFile, Evidence assemblySecurity, String [] args)
       at Microsoft.VisualStudio.HostingProcess.HostProc.RunUsersAssembly ()
       at System.Threading.ThreadHelper.ThreadStart_Context (Object state)
       at System.Threading.ExecutionContext.RunInternal (ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
       at System.Threading.ExecutionContext.Run (ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
       at System.Threading.ExecutionContext.Run (ExecutionContext executionContext, ContextCallback callback, Object state)
       at System.Threading.ThreadHelper.ThreadStart ()
  InnerException: