Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Problem with namespace with iTextSharp
Message
From
12/12/2013 12:22:12
 
 
To
12/12/2013 10:38:18
General information
Forum:
ASP.NET
Category:
Other
Environment versions
Environment:
VB 9.0
OS:
Windows 7
Network:
Windows 2003 Server
Database:
MS SQL Server
Application:
Web
Miscellaneous
Thread ID:
01590015
Message ID:
01590038
Views:
50
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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform