ASP.NET, Delphi 2005 and Hasp

  • Thread starter Mateusz [PEYN] Adamus
  • Start date
M

Mateusz [PEYN] Adamus

Hi


I'm writing an asp.net application in delphi 2005. App is secured by the
hasp hardware key. On my computer everything works fine but when I put
the app on the test computer (without delphi) appliaction cannot connect
to the hasp key. Further more I can't even call the Login method - I
get NullReference exception.


When I was writing it in Delphi there was a strange bug - Delphi didn't
see referenced hasp_net_windows.dll and all classes, enums, etc
contained in it. But everything compiled just fine and like I said app
worked on my computer. Now it seems that the hasp_net_windows.dll can't
be seen by the app on server.


Has anyone had that kind of a problem?


best regards
Mateusz [PEYN] Adamus
 
M

Mateusz [PEYN] Adamus

Benedictum napisa³(a):
Check the location of the dll. Should be placed among your system files.

I have placed dll in the bin directory of the asp.net application -
isn't that enough?

best regards
Mateusz [PEYN] Adamus
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top