error
C#
2
Posts
2
Posters
0
Views
1
Watching
-
iwork with C#.net.i download gdtwain.ocx and then add to my project with add refrence.i have error:gdtwain.twainclass.twainclass() is inaccesible due to its protection level help me for solvethisproblem.thanks
-
iwork with C#.net.i download gdtwain.ocx and then add to my project with add refrence.i have error:gdtwain.twainclass.twainclass() is inaccesible due to its protection level help me for solvethisproblem.thanks
That's probably because the reference, or the ocx modifier is set to private. Try public.