When using zkemkeeper.dll winthin a human resource management application to interact with finger print machine like U160 Ronal Jack, you may run into an error of running your human resource management application in Windows 7 64-bit although you have registered the zkeemkeeper.dll into windows\sysWOW64 folder via 32-bit version regsrv32 file. The error contains something like:
“Retrieving the COM class factory for component …..”
Showing posts with label SE Tools. Show all posts
Showing posts with label SE Tools. Show all posts
How to create a SQL Server 2005 timestamp field using datetime field type
A column with timestamp field type is useful to record user activity. However, as timestamp values are binary numbers it is difficult to compare with other datetime values.
How to deploy ASP.NET website in IIS 5.1
1. Registering the ASP.NET file mapping.
If you install the .NET framework before IIS, the ASP.NET run time does not recognize your ASP.NET application and will just leave everything alone and pass the raw text to the browser.
You can use the ASP.NET registration tool (i.e. aspnet_regiis.exe command-line utility) with the -i or –s command-line parameter to make IIS recognize the ASP.NET file types:
If you install the .NET framework before IIS, the ASP.NET run time does not recognize your ASP.NET application and will just leave everything alone and pass the raw text to the browser.
You can use the ASP.NET registration tool (i.e. aspnet_regiis.exe command-line utility) with the -i or –s command-line parameter to make IIS recognize the ASP.NET file types:
How to make Web servers respond from request from another computer on your LAN
You may just want to use a PHP or ASP.NET script off windows pc on your LAN that's running apache or IIS. If you use the browser on the same machine running web server, typing http://locahost or http://127.0.0.1 is just fine.
How to install IIS and Apache web server on the same computer
There are many ways to install IIS and Apache web server on the same computer. One easy way is to make IIS listen on the standard port that is 80 and make Apache web server listen on the other port that is 8080.
How to connect to fingerprint devices using zkeemkeeper.dll
When you buy a finger scanning machine to construct a time and attendance system, you may already be provided with the ‘Standalone development for ZKEMSDK’ (i.e. ZkemKeeper.dll). This tutorial will describe how to see check if your purchased device is actually connected to your .NET software system via TCP/IP protocol.
Labels:
SE Tools,
Time and Attendance System,
Useful Apps
Convert an SQL Server 2005 database to a Physical Data Model in PowerDesigner
A physical data model specifies the structure of a database in a graphic format. It shows all the tables, keys, indexes, etc… in the database. In the reverse engineering process it can play an important part as there would be no documentation describing the database. This tutorial will show how to generate a PDM from an SQL Server 2005 database by using PowerDesigner 12.5.
Labels:
PowerDesigner,
SE Tools,
Useful Apps
Subscribe to:
Posts (Atom)
Blog Archive
©2011 Tutorials4Share.blogspot.com
About Me
- Tutorials4Share
- I am a software developer with roughly 5 years of experience in developing end-to-end solutions in C#, Java, C/C++, PHP and HTML/CSS/Javascript. At the moment, I am joining the Professional Doctorate in Engineering degree program in Software Technology at Eindhoven University of Technology. My areas of particular interest include software design, data structures and algorithms, problem solving, software security, embedded system, machine learning, and data science.