Error CS0012 during compilation

tsdt

Active Member
Licensed User
Hi all,

I am facing a compile error CS0012 on my program, however, during execution/run, it is working without error. I was using password.dll from the additional libraries you provided, however, it is not working for the compilation.

The error message is as per attachment
 

Attachments

  • CS0012.zip
    10.5 KB · Views: 158

tsdt

Active Member
Licensed User
I think I know what the problem is.. The problem is that password.dll only support in desktop and not device mode.

By the way, is there any control like password that I can use in device??

Thanks.
 

tsdt

Active Member
Licensed User
Anyone knows what is the control which is equivalent to the PasswordTextBox control in Basic4PPC??

Thanks
 

tsdt

Active Member
Licensed User
thanks Erel.

Should have done that in the first place after all the troubles.. :) It works the same too.
 
Last edited:
Top