N
Nikolaus Hruska
has anyone experienced problems generating vb class libraries from Visio
Enterprise Architect UML Models?
the namespace imports statements are being generated after the namespace
declaration like so (similar to c# usage):
Namespace MyNamespace.MySubsystem
Imports System.ComponentModel
Public Class MyClass
Inherits Component
End Class
End Namespace
generating c# class libraries works fine.
--
Nikolaus R. Hruska
AASHTO Materials Reference Laboratory
National Institute of Standards and Technology
http://amrl.net
(e-mail address removed)
Enterprise Architect UML Models?
the namespace imports statements are being generated after the namespace
declaration like so (similar to c# usage):
Namespace MyNamespace.MySubsystem
Imports System.ComponentModel
Public Class MyClass
Inherits Component
End Class
End Namespace
generating c# class libraries works fine.
--
Nikolaus R. Hruska
AASHTO Materials Reference Laboratory
National Institute of Standards and Technology
http://amrl.net
(e-mail address removed)