I'm doing a program in vb.net that connects to the webservice WSFEv1 of the AFIP to simulate invoices in the testing environment they offer.
I followed the steps of a guide I found ( link ) but I have a problem with the reference to WSAFIPFE.DLL , I add it and import it but the program does not recognize it when I try to execute it.
As I said the error is when I run the program, when I finish adding the reference, it is not valid.
Specifically, the two errors that appear are: - ' WSAFIPFE ' is not declared. It may be inaccessible due to its level of protection.
- The type ' WSAFIPFE .Factura' 'is not defined.