The iTextSharp assembly includes the BouncyCastle namespace in the core assembly, but the VB.Net application I am working with uses a different version of BouncyCastle already. I think C# could work around this by using "extern alias" but I can't find how to do this in VB.NET.
Is there any equivalent of extern alias in VB.Net or any other way to exclude specific namespaces from a particular assembly?