跳至主內容

搜尋

搜尋

Cannot Load Seagull.bartender.print.dll

評論

3 條評論

  • Avatar
    Sahvanna Canary
    版主

    Hello Douglas,

    Here's a few things you can check: 

    • Make sure the folder it's referencing exists at that location & has these DLLs.
    • This may mean the bit version is not set correctly for IIS Express. In Visual Studio go to Tools > Options > Projects and Solutions > Web Projects > Enable the option for “Use the 64 bit version of IIS Express for web sites and projects”
    • In Visual Studio, manually changed your "Target Framework" to .NET Framework 4.7
    • BarTender uses .NET Framework 4.7. If you don't have it already installed, please download & install the developer & runtime pack for 4.7.2: https://dotnet.microsoft.com/en-us/download/dotnet-framework/net472
    • In Visual Studio in general, for anything bit-related that's been picked automatically, set it manually to 64-bit. 
    0
  • Avatar
    Douglas Burdette

    Thanking you Team, now I am able to execute the .btw file thru ASP .NET Application.

    0
  • Avatar
    alex rub

    I helped to remove the flag "Prefer 32-bit"
    App -> Properties -> Build -> "Prefer 32-bit"

    0

登入寫評論。