Good. Well, I know that this question has a good chance of being closed for the first 10 minutes, but I'm going to ask about it anyway, because I spent almost a day and a half trying to find a solution. However, I cannot understand this. There is not much information about this on the Internet, even on the HASP (safenet) website, although they do have demos.
I have a HASP HL ​​USB dongle. I'm trying to convert their demo version and check it out, but for life I just can't get her to log in. He continues to raise the Aladdin.HASP.HaspStatus.HaspDotNetDllBroken exception .
However, if I run a version of their demo, it works fine.
Here is the version of my Csharp code:
Aladdin.HASP;
HASP myHasp = new HASP();
var thestatus = myHasp.Login(vender_code);
myHasp.Logout;
I would like to enter the USB HASP and get its HaspID and settings in my memory.
Thanks in advance,
source
share