Jump to content

dev botao

AcbrLib Boleto e Nao foi possivel carregar a biblioteca


HSoft
Go to solution Solved by Rafael Dias,
  • Este tópico foi criado há 1440 dias atrás.
  • Talvez seja melhor você criar um NOVO TÓPICO do que postar uma resposta aqui.

Recommended Posts

protected ACBrLibHandle(string dllName)
            : base(IntPtr.Zero, true)
        {
            methodCache = new Dictionary<string, Delegate>();
            methodList = new Dictionary<Type, string>();
            className = GetType().Name;

            var pNewSession = LibLoader.LoadLibrary(dllName);
            if (pNewSession == IntPtr.Zero || pNewSession == MinusOne)
                throw CreateException("Não foi possivel carregar a biblioteca.");

 

Nunca trabalhei com o acbr. Só com sistema web. Estou inciando. 

Aparece essa mensagem quando abro a demo do boleto: Não foi possivel carregar a biblioteca

O boleto, as NFCe, o SAT, funciona em c# .net mvc ? É possível Integrar em um software online ?

https://prnt.sc/v5ed0g

Link to comment
Share on other sites

Como faço para rodar a demo ?

1 - Quais dll precisam ?

2 - Onde encontrar a dll 64bit ? 

3 - Baixei a demo pelo svn, para funcionar preciso baixar mais algum Arquivo ?

 

erro dll.png

Edited by henriqueguerra1
Link to comment
Share on other sites

  • Este tópico foi criado há 1440 dias atrás.
  • Talvez seja melhor você criar um NOVO TÓPICO do que postar uma resposta aqui.
Guest
This topic is now closed to further replies.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.

The popup will be closed in 10 seconds...