QRCodeWindowsMobile5.0 plz help

Hi,
I faced the following problem when I hit Encode button.
System.IndexOutOfRangeException was unhandled
Message="IndexOutOfRangeException"
StackTrace:
at ThoughtWorks.QRCode.Codec.QRCodeEncoder.calculateRSECC()
at ThoughtWorks.QRCode.Codec.QRCodeEncoder.calQrcode()
at ThoughtWorks.QRCode.Codec.QRCodeEncoder.Encode()
at ThoughtWorks.QRCode.Codec.QRCodeEncoder.Encode()
at TestMobile.MainForm.btnEncode_Click()
at System.Windows.Forms.Control.OnClick()
at System.Windows.Forms.Button.OnClick()
at System.Windows.Forms.ButtonBase.WnProc()
at System.Windows.Forms.Control._InternalWnProc()
at Microsoft.AGL.Forms.EVL.EnterMainLoop()
at System.Windows.Forms.Application.Run()
at TestMobile.Program.Main()
Here's the image link "http://img214.imageshack.us/my.php?image=errorkt8.jpg"

More details needed

I need your help to tell me what options you choose on the Encode form, and also what are the data you want to encode so that I can do further debugging.

I need your help to tell me

I need your help to tell me what options you choose on the Encode form, and also what are the data you want to encode so that I can do further debugging.

>>> I'm using the default setting as follow:
Data: ThoughtWorks
Encoding: Byte
Ver: 7
Size: 4
Correction level: M

I've tried playing with the settings but facing same problem. Btw I'm tried deploying using both Windows Mobile 5.0 Pocket PC Emulator and an actual device.

This is the steps I've done:
1) Download and extract all files
2) Start ThoughtWorks.QRCode
3) set QRCodeWindowsMobile5 as startup project
4) Hit "start debugging", and then select "Windows Mobile 5.0 Pocket PC Emulator"
5) Hit encode and the error message came

Thanks a lot

It is working on Mobile !! You need to copy "qrcode_data" folder

It is working. You can

1. Run the QRCodeWindowsMobile5.exe directly under QRCodeWindowsMobile5.0\bin\Debug directly. It should works.

2. To run it in Windows Mobile, you must copy QRCodeWindowsMobile5.exe and "qrcode_data" to the same folder in your Windows Mobile. Looks like "qrcode_data" is required for it to function properly.

1. Run the

1. Run the QRCodeWindowsMobile5.exe directly under QRCodeWindowsMobile5.0\bin\Debug directly. It should works.

>>> Yes, only when I run in directly from the folder on my desktop.

2. To run it in Windows Mobile, you must copy QRCodeWindowsMobile5.exe and "qrcode_data" to the same folder in your Windows Mobile. Looks like "qrcode_data" is required for it to function properly.

>>> Do you mean I need to copy the whole folder, "QRCodeWindowsMobile5.0", to the actual deivce and run it?
What I did was during deployment was I selected the application to be deploy as "Windows Mobile Pocket PC Device" and it gave the same problem.

Thanks all...

Deployment issues

If you want to deploy it to the emulator or the actual device, remember to copy the "qrcode_data" folder as well.

thanks

got it thanks....