But I don't have Fuslogvw.exe in my environment(Windows 2003, VB6), I use WINSCPnet.tlb in VB6 application.
So download it. It's part of Windows SDK.
But I don't have Fuslogvw.exe in my environment(Windows 2003, VB6), I use WINSCPnet.tlb in VB6 application.
Try to inspect assembly loading with Assembly Binding Log Viewer (Fuslogvw.exe
):
https://learn.microsoft.com/en-us/dotnet/framework/tools/fuslogvw-exe-assembly-binding-log-viewer
Also make sure that's only one version of the assembly registered on the production server.
Fuslogvw.exe
):
But it works fine when I run debug in production environment, I only get this error when I run .exe from Production environment.