Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Problem with namespace with iTextSharp
Message
De
12/12/2013 12:22:12
 
 
À
12/12/2013 10:38:18
Information générale
Forum:
ASP.NET
Catégorie:
Autre
Versions des environnements
Environment:
VB 9.0
OS:
Windows 7
Network:
Windows 2003 Server
Database:
MS SQL Server
Application:
Web
Divers
Thread ID:
01590015
Message ID:
01590038
Vues:
51
This message has been marked as the solution to the initial question of the thread.
>Anyone has found a way to avoid the collision at the namespace level when I have a Collection defined and I add the iTextSharp namespaces? This makes the regular Collection namespace of .NET to go out of scope.

Assuming the issue is that iTextSharp has its own Collection class, you will need to specify the full namespace and class name for where there are name collisions. For example:
Dim myCollection as New Microsoft.VisualBasic.Collection
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform