Visio 20033 EA Code Generation

D

David GB

I'm not sure if this is the appropriate place for this question, so direct me
elsewhere if there's a better place.

I have Visio 2003 E.A and I'm using the UML add-in to generate my class
structures.
It's pretty cool!

My questions are about how it generates "Import" statements.

It always generates them as: "Imports TopPackage.Myapp.DataTier"

Q1. How can I persuade it NOT to add the TopPackage? VB won't compile that.

Q2. How can I stop it generating (faulty) Imports for the current Namespace.
They're unneccesary as well as being erroneous.
(eg: "Imports Myapp.DataTier")

Thanks

David
 
Top