0 votes
by (470 points)

Hi!

I just upgrade my 5.xx version to latest one and I'm getting some weird errors in code, as shown below:

Errors on VS2022 VB.NET

Interesting notice that I'm using Rebex.Security, Rebex.FTP, Rebex.Tls, Rebex.Networking, Rebex.Http and Rebex.Common. and these erros didn't raise if using the version 5.4.

Thanks for any help!
Kindest regards,
David

Applies to: Rebex FTP/SSL
by (470 points)
Ops!
Solved....

I had to checkmark some "Imported Namespaces" on PROJECT - REFERENCES and manually add  some "imports" within my modules.

1 Answer

0 votes
by (144k points)
selected by
 
Best answer

Thanks for letting us know you you resolved this. The classes and enums from your screenshot are still available with 6.x version in Rebex.IO, Rebex.Security.Certificates, Rebex.Security.Cryptography.Pkcs namespace (like 5.x).

...