hahaking119 / vienna-add-in

Automatically exported from code.google.com/p/vienna-add-in
0 stars 0 forks source link

issue when creating BDT via tool #131

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.Create a BDT following the instructions.
2.After filling in all required fields, press <Create BDT>

What is the expected output? What do you see instead?
Expected: Creation of BDT based on CDT (Date)

Can't find matching ID
   at EA.RepositoryClass.GetElementByID(Int32 ElementID)
   at VIENNAAddIn.upcc3.ea.EaUmlAttribute.get_Type()
   at VIENNAAddIn.upcc3.repo.CdtLibrary.UpccCdtCon.get_BasicType()
   at CctsRepository.BdtLibrary.BdtSpec.CloneCdtCon(ICdtCon cdtCon)
   at CctsRepository.BdtLibrary.BdtSpec.CloneCdt(ICdt cdt, String name)
   at
VIENNAAddIn.upcc3.Wizards.dev.temporarymodel.bdtmodel.TemporaryBdtModel.CreateBd
t()
   at VIENNAAddIn.upcc3.Wizards.dev.ui.BdtEditor.buttonCreate_Click(Object
sender, RoutedEventArgs e)
   at System.Windows.RoutedEventHandlerInfo.InvokeHandler(Object target,
RoutedEventArgs routedEventArgs)
   at System.Windows.EventRoute.InvokeHandlersImpl(Object source,
RoutedEventArgs args, Boolean reRaised)
   at System.Windows.UIElement.RaiseEventImpl(DependencyObject sender,
RoutedEventArgs args)
   at System.Windows.UIElement.RaiseEvent(RoutedEventArgs e)
   at System.Windows.Controls.Primitives.ButtonBase.OnClick()
   at System.Windows.Controls.Button.OnClick()
   at
System.Windows.Controls.Primitives.ButtonBase.OnMouseLeftButtonUp(MouseButtonEve
ntArgs
e)
   at System.Windows.UIElement.OnMouseLeftButtonUpThunk(Object sender,
MouseButtonEventArgs e)
   at System.Windows.Input.MouseButtonEventArgs.InvokeEventHandler(Delegate
genericHandler, Object genericTarget)
   at System.Windows.RoutedEventArgs.InvokeHandler(Delegate handler, Object
target)
   at System.Windows.RoutedEventHandlerInfo.InvokeHandler(Object target,
RoutedEventArgs routedEventArgs)
   at System.Windows.EventRoute.InvokeHandlersImpl(Object source,
RoutedEventArgs args, Boolean reRaised)
   at System.Windows.UIElement.ReRaiseEventAs(DependencyObject sender,
RoutedEventArgs args, RoutedEvent newEvent)
   at
System.Windows.UIElement.CrackMouseButtonEventAndReRaiseEvent(DependencyObject
sender, MouseButtonEventArgs e)
   at System.Windows.UIElement.OnMouseUpThunk(Object sender,
MouseButtonEventArgs e)
   at System.Windows.Input.MouseButtonEventArgs.InvokeEventHandler(Delegate
genericHandler, Object genericTarget)
   at System.Windows.RoutedEventArgs.InvokeHandler(Delegate handler, Object
target)
   at System.Windows.RoutedEventHandlerInfo.InvokeHandler(Object target,
RoutedEventArgs routedEventArgs)
   at System.Windows.EventRoute.InvokeHandlersImpl(Object source,
RoutedEventArgs args, Boolean reRaised)
   at System.Windows.UIElement.RaiseEventImpl(DependencyObject sender,
RoutedEventArgs args)
   at System.Windows.UIElement.RaiseEvent(RoutedEventArgs args, Boolean
trusted)
   at System.Windows.Input.InputManager.ProcessStagingArea()
   at System.Windows.Input.InputManager.ProcessInput(InputEventArgs input)
   at System.Windows.Input.InputProviderSite.ReportInput(InputReport
inputReport)
   at System.Windows.Interop.HwndMouseInputProvider.ReportInput(IntPtr
hwnd, InputMode mode, Int32 timestamp, RawMouseActions actions, Int32 x,
Int32 y, Int32 wheel)
   at System.Windows.Interop.HwndMouseInputProvider.FilterMessage(IntPtr
hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
   at System.Windows.Interop.HwndSource.InputFilterMessage(IntPtr hwnd,
Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
   at MS.Win32.HwndWrapper.WndProc(IntPtr hwnd, Int32 msg, IntPtr wParam,
IntPtr lParam, Boolean& handled)
   at MS.Win32.HwndSubclass.DispatcherCallbackOperation(Object o)
   at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate
callback, Object args, Boolean isSingleParameter)
   at System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source,
Delegate callback, Object args, Boolean isSingleParameter, Delegate
catchHandler)
   at System.Windows.Threading.Dispatcher.WrappedInvoke(Delegate callback,
Object args, Boolean isSingleParameter, Delegate catchHandler)
   at System.Windows.Threading.Dispatcher.InvokeImpl(DispatcherPriority
priority, TimeSpan timeout, Delegate method, Object args, Boolean
isSingleParameter)
   at System.Windows.Threading.Dispatcher.Invoke(DispatcherPriority
priority, Delegate method, Object arg)
   at MS.Win32.HwndSubclass.SubclassWndProc(IntPtr hwnd, Int32 msg, IntPtr
wParam, IntPtr lParam)
   at MS.Win32.UnsafeNativeMethods.DispatchMessage(MSG& msg)
   at System.Windows.Threading.Dispatcher.PushFrameImpl(DispatcherFrame frame)
   at System.Windows.Threading.Dispatcher.PushFrame(DispatcherFrame frame)
   at System.Windows.Window.ShowHelper(Object booleanBox)
   at System.Windows.Window.Show()
   at System.Windows.Window.ShowDialog()
   at
VIENNAAddIn.upcc3.Wizards.dev.ui.BdtEditor.ShowCreateDialog(AddInContext
context)
   at VIENNAAddIn.menu.MenuManager.MenuClick(AddInContext context, String
menuName, String menuItem)
   at VIENNAAddIn.VIENNAAddIn.EA_MenuClick(Repository repository, String
menuLocation, String menuName, String menuItem)

EA-Version: 850
Add-In-Version: VIENNAAddIn 0.0.7.0
.NET version: 2.0.50727.3053
OS version: Microsoft Windows NT 5.1.2600 Service Pack 2
Word version: 12.0

What version of the product are you using? On what operating system?
Vienna Add-in 0.0.7 - on XP professional and NET Framework 3.5 Service Pack 1

Please provide any additional information below.

Original issue reported on code.google.com by chris.de...@atrias.be on 26 Jan 2010 at 2:36

GoogleCodeExporter commented 9 years ago

Original comment by christia...@researchstudio.at on 26 Jan 2010 at 4:56

GoogleCodeExporter commented 9 years ago
The issue could not be reproduced using the latest Vienna Add-in 0.0.8 on 
Windows XP
Professional .Net Framework 3.5 SP1. 

Original comment by fabian.k...@gmail.com on 27 Jan 2010 at 12:56