|
-
May 11th, 2006, 07:09 PM
#2
Re: Web Service & Collection problem
Ah, the good ol' collection object. Don't use that anymore, it's only there for making the VB6 migration easier and is not a native CLR member.
If you are using VB.NET 2002/2003, try using an ARRAYLIST instead.
If you are using VB.NET 2005 and you know the exact object type you will be storing in your array, try using a member of the System.Generic namespace, like the Generic.List().
Actually here is a list of all the functions that are not native CLR, and only exist to make migrating easier: http://msdn2.microsoft.com/en-us/lib...8f(d=ide).aspx
You should NOT be using any of the functions in the above link.
Good Luck,
Craig - CRG IT Solutions - Microsoft Gold Partner
-My posts after 08/2015 = .NET 4.x and Visual Studio 2015
-My posts after 11/2011 = .NET 4.x and Visual Studio 2012
-My posts after 02/2010 = .NET 4.0 and Visual Studio 2010
-My posts after 12/2007 = .NET 3.5 and Visual Studio 2008
-My posts after 04/2007 = .NET 3.0 and Visual Studio 2005
-My posts before 04/2007 = .NET 1.1/2.0
*I do not follow all threads, so if you have a secondary question, message me.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|