Griaule Biometrics

Home » Forums » FINGERPRINT SDK » .NET Specific » error declaring AxGrFingerXCtrl
No replies
eboz66
Offline
Joined: 2008-10-02
Rate this post:
0
No votes yet
error declaring AxGrFingerXCtrl

hello
i'm using GrFinger ActiveX, when i declarean object i have an error
here is the code :
.....
private AxGrFingerXLib.AxGrFingerXCtrl g1;
g1= new AxGrFingerXLib.AxGrFingerXCtrl();
.....

the error is on the line 2 : it says
Impossible to instance the controle ActiveX '71944dd6-b5d2-4558-ad02-0435cb2b39df', becaus the actua thread is not a cloisonne thread (STA, Single-Threaded Apartment).

what do you say?