Please click the button above to download
cruflbcsnet.dll for Crystal Reports .Net : Barcodesoft dot net solution for generating
barcode in Crystal Reports .Net.
You will find different versions of
barcode DLL for both x86 and x64 systems. Please choose the one DLL that fits your system and dot net framework version.
1. Unlock the DLL as instructed below. Right click cruflbcsnet.dll in Windows explorer and choose Properties from context menu. Click Unblock button as shown below.
2. Register the barcode DLL: cruflbcsnet.dll.
Right click DOS prompt and choose "Run as administrator" from context menu to open DOS prompt as administrator and type in the following command.
For x64 systems:
%windir%\Microsoft.NET\Framework64\v4.0.30319\regasm cruflbcsnet.dll /codebase
For x86 systems:
%windir%\Microsoft.NET\Framework\v4.0.30319\regasm cruflbcsnet.dll /codebase
It's supposed to return "Types registered successfully" message.
Now, you will be able to find all barcode functions in the Function List in Crystal Reports, such as
BcsNetQRCode,
BcsNetCode128B,
BcsNetPDF417,
BcsNetUPCA,
BcsNetCode39,
BcsNetDataMatrix etc.
3. Grant full trust to cruflbcsnet.dll.
Right click DOS prompt and choose "Run as administrator" from context menu to open DOS prompt as administrator and type in the following command.
%windir%\Microsoft.NET\Framework\v4.0.30319\CasPol.exe -m -ag 1.2 -url file://DLLPathName/* FullTrust
It will ask you the following question: The operation you are performing will alter security policy. Are you sure you want to perform this operation?
Please type "y" for yes and your system will grant full trust to barcode DLL for Crystal Reports .Net.