XML.com: XML From the Inside Out
oreilly.comSafari Bookshelf.Conferences.

advertisement
 Resource Guide -> Visual Basic, Microsoft, .NET -> Versioning VB 6 Components with VB .NET

Versioning VB 6 Components with VB .NET

Date: Aug. 29, 2001
Link: http://dotnet.oreilly.com/news/complus_0801.html
Source Author or Organization: Jose Mojica, O'Reilly & Associates

In this article Jose Mojica, author of COM+ Programming with Visual Basic from O'Reilly & Associates, describes one compelling reason to migrate to Visual Basic .NET now: version control.

Mojica details the process used by Visual Basic 6 (VB 6) to assign Globally Unique Identifiers (GUIDs) and how it may lead to a new GUID being assigned each compile time, even if no method has been changed. He then describes a technique to solve VB 6 code versioning problems by creating VB .NET custom type libraries.