Would it more likely be Visual Studio 2002 or Net Framework 1.2 that would
need to be upgraded in order to get my VB.NET project to understand the
following code, which is used to control the serialization order of object
properties when using XMLSerializer?

<XmlElement(Order:=1)>_
Public Property Field1....
...
...
End Property

I'm getting an error that says: Field or property 'Order' is not found. On
MSDN, I found a solution, saved in 2005, which uses this technique.


Phil