Search code examples
c#asp.netsdkfingerprint

System.BadImageFormatException: Could not load file or assembly 'CgtFpAccessCSD200Dotnet' or one of its dependencies


Iam trying to integrate fingerprint reader to my web application.My Device is 3M Cogent CSD200.but it fails to execute and the above error is being displayed.Can anybody help me with this error


Solution

  • Might be you are facing the problem with your website after deploying on server.

    Then you need to adjust your application pool to Enable 32-Bit Applications.

    Steps:

    • Open IIS Manager
    • Click on Application Pools
    • Select whatever application pool you are using
    • From right pane, click Advanced Settings...
    • Set Enable 32-Bit Applications to True