encoding and deploying
8 posts • Page 1 of 1
encoding and deploying
Dear all hi,
i'm new here and i hope i can find some answers here
i'm using morovia 2d datamatrix barcode and i'm using the included dll file to encode the string by my vb.net application
when make a setup project i always get an error at the definition line which is
Dim ecoder As New MrvDMFEAX3Lib.DataMatrixFontEncoderClass
please help
i'm new here and i hope i can find some answers here
i'm using morovia 2d datamatrix barcode and i'm using the included dll file to encode the string by my vb.net application
when make a setup project i always get an error at the definition line which is
Dim ecoder As New MrvDMFEAX3Lib.DataMatrixFontEncoderClass
please help
- aymansn(Legacy Member)
Re: encoding and deploying
The datamatrix encoder is a COM object. Before you use it you need to register it:
Regsvr32 MrvDMFEAX3.dll
Regsvr32 MrvDMFEAX3.dll
- benz(Legacy Member)
Re: encoding and deploying
In order to register the COM object you need to click on Start menu select Run and type: Regsvr32 MrvDMFEAX3.dll
If MrvDMFEAX3.dll is not in your System32 folder then you need to specify the full path to that dll.
Hope this helps.
If MrvDMFEAX3.dll is not in your System32 folder then you need to specify the full path to that dll.
Hope this helps.
- dxk240(Legacy Member)
Re: encoding and deploying
still not working
same nothing happen and I change the definition a little hoping from it to work and i got a new error message
Cannot Create ActiveX component.
pleaseeeeeeeeeeeeeee help
same nothing happen and I change the definition a little hoping from it to work and i got a new error message
Cannot Create ActiveX component.
pleaseeeeeeeeeeeeeee help
- aymansn(Legacy Member)
Re: encoding and deploying
i copied the file in the windows\system32 folder and it works okey now
but i got a different error now
in the next form in the roll after I encode the string with the provided dll from morovia, i store all the data in a XML file then i read this file into a crystal report but when this form (containing the crystal report) start to load an error accure says:
an alert windows start with caption: Crystal Report Windows Forms Viewer
and the error is: Cannot find KeycodeV2.dll, or invalid keycode.
can you help me
and thanks tooooooooo much for you help
but i got a different error now
in the next form in the roll after I encode the string with the provided dll from morovia, i store all the data in a XML file then i read this file into a crystal report but when this form (containing the crystal report) start to load an error accure says:
an alert windows start with caption: Crystal Report Windows Forms Viewer
and the error is: Cannot find KeycodeV2.dll, or invalid keycode.
can you help me
and thanks tooooooooo much for you help
- aymansn(Legacy Member)
Re: encoding and deploying
Business Objects (formerly Crystal Decisions) has an article in their web site which might be helpful:
http://support.businessobjects.com/libr ... 011205.asp
http://support.businessobjects.com/libr ... 011205.asp
- benz(Legacy Member)
Re: encoding and deploying
thanks very much for you support it works alright now
- aymansn(Legacy Member)
8 posts • Page 1 of 1
Return to Microsoft Office (Word, Excel, Access etc) and VB6
Who is online
Users browsing this forum: No registered users and 0 guests