ViewCubeCameraController Exception
#6
Because my Ab3d DLL's are located in an application subfolder, I've resolved the problem as follow

Code:
Private Function OnAppDomainAssemblyResolve(
       ByVal sender As System.Object,
       ByVal args As System.ResolveEventArgs) _
       As System.Reflection.Assembly        
       '
       '
       If args.Name.Contains("Ab3d.PowerToys.resources") Then
           '
           '
           Return System.Reflection.Assembly.LoadFile("..\Ab3d\Ab3d.PowerToys.Input.dll")
           '
           '
       End If            
       '
       '
   End Function

Thank you.
Bye.
  


Messages In This Thread
RE: ViewCubeCameraController Exception - by mattia.riviera - 10-01-2020, 09:37 AM

Forum Jump:


Users browsing this thread:
1 Guest(s)