Page 1 of 1

encoding and deploying

PostPosted: Tue Sep 28, 2004 6:16 am
by aymansn(Legacy Member)
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

Re: encoding and deploying

PostPosted: Tue Sep 28, 2004 7:54 am
by benz(Legacy Member)
The datamatrix encoder is a COM object. Before you use it you need to register it:

Regsvr32 MrvDMFEAX3.dll

Re: encoding and deploying

PostPosted: Wed Sep 29, 2004 4:11 am
by aymansn(Legacy Member)
please tell me how to register the com object

Re: encoding and deploying

PostPosted: Wed Sep 29, 2004 8:41 am
by dxk240(Legacy Member)
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.

Re: encoding and deploying

PostPosted: Sat Oct 02, 2004 10:59 pm
by aymansn(Legacy Member)
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

Re: encoding and deploying

PostPosted: Sun Oct 03, 2004 4:18 am
by aymansn(Legacy Member)
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

Re: encoding and deploying

PostPosted: Mon Oct 04, 2004 10:24 am
by benz(Legacy Member)
Business Objects (formerly Crystal Decisions) has an article in their web site which might be helpful:

http://support.businessobjects.com/libr ... 011205.asp

Re: encoding and deploying

PostPosted: Sun Jan 16, 2005 5:44 am
by aymansn(Legacy Member)
thanks very much for you support it works alright now