IMPORTANT:
this is not a Support Forum! Experienced users might answer from time to time questions posted here. If you need a professional and reliable answer, or if you want to report a bug, please contact Altova Support instead.

Profile: radu76
About
User Name: radu76
Forum Rank: Newbie
Real Name:
Location Bucharest
Occupation:
Interests:
Gender: None Specified
Statistics
Joined: Friday, July 3, 2009
Last Visit: Friday, July 3, 2009 11:18:06 AM
Number of Posts: 1
[0.01% of all post / 0.00 posts per day]
Avatar
Last 10 Posts
Topic: Namespace gets multiplied
Posted: Friday, July 3, 2009 11:17:22 AM
Hello,
I am currently evaluating UModel 2009 for my company and I have a small problem.
I created a namespace and under it some enumerations, delegates and classes.
Also I created a component diagram by following the tutorial and generated some C# 2008 code.
Everything was perfect except one thing, in my generated .cs file namespace is put before each declaration (instead of having it on top with all declarations nested):


namespace InputLibrary
{
public abstract class Input .....
}

namespace InputLibrary
{
public class InputPressEventArgs : EventArgs ....
}

namespace InputLibrary
{
public enum InputValue ....
}

namespace InputLibrary
{
public delegate void InputPressEventHandler(Object sender, InputPressEventArgs e) ....
}


Is anything I need to set in order to have the namespace displayed properly?

Thank you.
Radu Curca.

Use of the Altova User Forum(s) is governed by the Altova Terms of Use.