Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Exceção "System.DllNotFoundException: pteidlibCS_Wrapper" #168

Open
renatolopeslatitudde opened this issue May 22, 2024 · 1 comment
Open

Comments

@renatolopeslatitudde
Copy link

Boa tarde, estamos a tentar desenvolver uma aplicação que usar c# na tecnologia blazor e que utiliza dotnet 8.
Foi feito o import de "pteidlib_dotnet.dll" tanto na versão 3.12 como 3.11 e em ambos os casos quando tento inicializar o sdk (" private async Task SignPDF()
{
try
{
PTEID_ReaderSet.initSDK();")

ele dá a seguinte exceção "System.TypeInitializationException: The type initializer for 'pt.portugal.eid.pteidlib_dotNetPINVOKE' threw an exception.
---> System.TypeInitializationException: The type initializer for 'SWIGExceptionHelper' threw an exception.
---> System.DllNotFoundException: pteidlibCS_Wrapper
at pt.portugal.eid.pteidlib_dotNetPINVOKE.SWIGExceptionHelper..cctor()
--- End of inner exception stack trace ---
at pt.portugal.eid.pteidlib_dotNetPINVOKE..cctor()
--- End of inner exception stack trace ---
at pt.portugal.eid.PTEID_ReaderSet.initSDK()"

É necessário realizar mais algum import ou utilizar o pteidlibCS_Wrapper de alguma maneira?

Com os melhores cumprimentos.

@renatolopeslatitudde
Copy link
Author

O problema estava relacionado com ser Blazor WebAssembly, já que o dll não consegue ter comunicação com o programa instalado no desktop.
Alguma alternativa ou maneira de conseguir estabelecer comunicação do browser com sdk e seguidamente com o leitor de cartões?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant