Archives

Archives / 2005 / July
  • VB.NET and Enums

    Tags: .NET, VB

    I've run into several problems with the way the VB.NET compiler handles enums. I've described one here, a while ago. In a nutshell, an enum exposed by SPS was based on the non-CLSCompliant UInt32 … more