Just noticed that this file is no longer installed anymore.
Seems close to impossible also to find the file.
Was using this to program in VS2010.
But since i no longer have it in my system32 folder its throwing me errors.
Neither the Middleware Eid installer or the Eid SDK include the beidlib.dll
Could anybody please let me know how or where you can find this dll now?
Thanks
A reference to 'C:\Windows\SyWOW64\beidlib.dll' could not be added. Please make sure that the file is accessible, and that it is a valid assembly or COM component.
Problem signature:
Problem Event Name: BEX
Application Name: devenv.exe
Application Version: 9.0.21022.8
Application Timestamp: 47317b3d
Fault Module Name: BEIDWINSCARD.dll_unloaded
Fault Module Version: 0.0.0.0
Fault Module Timestamp: 45d9b0cd
Exception Offset: 0a780fa0
Exception Code: c0000005
Exception Data: 00000008
OS Version: 6.1.7601.2.1.0.256.1
Locale ID: 1033
Additional Information 1: ce89
Additional Information 2: ce89967dcf05ea21ef060c151e95dd83
Additional Information 3: 37d3
Additional Information 4: 37d3381b5630a280331b370d7332d98d
Read our privacy statement online:
http://go.microsoft.com/fwlink/?linkid=104288&clcid=0x0409
If the online privacy statement is not available, please read our privacy statement offline:
C:\Windows\system32\en-US\erofflps.txt
' Assembly beidlib
Location: C:\Windows\SysWOW64\beidlib.dll Name: beidlib, 'C:\Windows\SysWOW64\beidlib.dll' is not a .NET module.
' Assembly beid35libCS, Version 3.5.3.6193 |
| Location: | C:\Users\Administrator\Desktop\eid installer\release\beid35libCS.dll |
| Name: | beid35libCS, Version=3.5.3.6193, Culture=neutral, PublicKeyToken=null |
| Type: | Library |
Hello
We have the same problem with Eidlib.dll being installed on C:\Windows\SysWOW64
Folder, but application running on 'any
cpu' and impossible to change our application to x86.
Is there an installer that instaals Eidlib.dll on
C:\Windows\system32 on a 64bit Windows ?
Geert
--
You received this message because you are subscribed to the Google Groups "eID Middleware Dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to eid-middleware-...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
Hello
Our application is developed in C#.
Maybe it is possible to read dll from an other folder in runtime,
but I never needed to do that, so that would require investigation.
Do you know if there are plans for a 64bit Eidlib.dll ?
If so, that would be a better solution.
With kind regards
Geert
To unsubscribe from this group and stop receiving emails from it, send an email to eid-middleware-dev+unsub...@googlegroups.com.
I tried to get loading from an other folder working in runtime, but no luck.
I get the message (dutch) “poging om een programma te laden met een onjuiste indeling”
Although I'm not an expert in this low-level-programming, I think the reason for this error is, that it is impossible to load a 32bit-dll when the application is running in 64bit.
A 64bit-version of Eidlib.dll seems to be the only solution !
Hello,
Wkr,Frederik
To unsubscribe from this group and stop receiving emails from it, send an email to eid-middleware-dev+unsub...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.To unsubscribe from this group and stop receiving emails from it, send an email to eid-middleware-...@googlegroups.com.
Hello Frederik,
We will reprogram our application using the beidpkcs11.dll instead of Eidlib.dll
Thanks for your support.
Wkr.
Geert
To unsubscribe from this group and stop receiving emails from it, send an email to eid-middleware-dev+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
--
You received this message because you are subscribed to the Google Groups "eID Middleware Dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to eid-middleware-dev+unsub...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
I know that would be a solution, however we also use other external dll's that are installed depending on the platform, so we must target our app in 'any cpu'-mode
Op woensdag 28 mei 2014 16:41:41 UTC+2 schreef Pierre De Boeck:
A 32 bits process can only load 32 bits dlls and 64 bits process can only load 64 bits dlls. I use the 32 bits beidlib.dll from a C++ 32 bits exe
without any problem. Just target your app to a 32 bits mode.
On Monday, March 10, 2014 11:01:33 AM UTC+1, Geert Cobbaut wrote:
I tried to get loading from an other folder working in runtime, but no luck.
I get the message (dutch) “poging om een programma te laden met een onjuiste indeling”
A blthough I'm not an expert in this low-level-programming, I think the reason for this error is, that it is impossible to load a 32bit-dll when the application is running in 64bit.