hahaking119 / vienna-add-in

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

error when creating ABIE acc to tutorial video #122

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Was trying to create an ABIE according to the instruction video, when I 
got the following error message. I then tried to reproduce the error by 
doing the same thing, but then the error didn't occur.

Anyhow, I followed the instruction to submit the error. Hope it could be 
of some help, and thanks for good work.

Regards,

Anders Tholén
Ferrologic

The swedish error message below can be translated to: "The object 
reference hasn't been given for an instance of an object"

Objektreferensen har inte angetts till en instans av ett objekt.
   vid VIENNAAddIn.upcc3.ccts.dra.ABIE.<GetAttributeSpecs>d__5.MoveNext()
   vid VIENNAAddIn.upcc3.ccts.dra.ABIE.Update(AbieSpec spec)
   vid VIENNAAddIn.upcc3.ccts.dra.BIELibrary.CreateAbie(AbieSpec spec)
   vid 
VIENNAAddIn.upcc3.Wizards.dev.temporarymodel.abiemodel.TemporaryAbieModel.C
reateAbieInBieLibrary(AbieSpec abieSpec)
   vid 
VIENNAAddIn.upcc3.Wizards.dev.temporarymodel.abiemodel.TemporaryAbieModel.C
reateAbie(CandidateAcc candidateAcc)
   vid 
VIENNAAddIn.upcc3.Wizards.dev.temporarymodel.abiemodel.TemporaryAbieModel.C
reateAbie()
   vid VIENNAAddIn.upcc3.Wizards.dev.ui.AbieEditor.buttonCreate_Click
(Object sender, RoutedEventArgs e)
   vid System.Windows.RoutedEventHandlerInfo.InvokeHandler(Object target, 
RoutedEventArgs routedEventArgs)
   vid System.Windows.EventRoute.InvokeHandlersImpl(Object source, 
RoutedEventArgs args, Boolean reRaised)
   vid System.Windows.UIElement.RaiseEventImpl(DependencyObject sender, 
RoutedEventArgs args)
   vid System.Windows.UIElement.RaiseEvent(RoutedEventArgs e)
   vid System.Windows.Controls.Primitives.ButtonBase.OnClick()
   vid System.Windows.Controls.Button.OnClick()
   vid System.Windows.Controls.Primitives.ButtonBase.OnMouseLeftButtonUp
(MouseButtonEventArgs e)
   vid System.Windows.UIElement.OnMouseLeftButtonUpThunk(Object sender, 
MouseButtonEventArgs e)
   vid System.Windows.Input.MouseButtonEventArgs.InvokeEventHandler
(Delegate genericHandler, Object genericTarget)
   vid System.Windows.RoutedEventArgs.InvokeHandler(Delegate handler, 
Object target)
   vid System.Windows.RoutedEventHandlerInfo.InvokeHandler(Object target, 
RoutedEventArgs routedEventArgs)
   vid System.Windows.EventRoute.InvokeHandlersImpl(Object source, 
RoutedEventArgs args, Boolean reRaised)
   vid System.Windows.UIElement.ReRaiseEventAs(DependencyObject sender, 
RoutedEventArgs args, RoutedEvent newEvent)
   vid System.Windows.UIElement.CrackMouseButtonEventAndReRaiseEvent
(DependencyObject sender, MouseButtonEventArgs e)
   vid System.Windows.UIElement.OnMouseUpThunk(Object sender, 
MouseButtonEventArgs e)
   vid System.Windows.Input.MouseButtonEventArgs.InvokeEventHandler
(Delegate genericHandler, Object genericTarget)
   vid System.Windows.RoutedEventArgs.InvokeHandler(Delegate handler, 
Object target)
   vid System.Windows.RoutedEventHandlerInfo.InvokeHandler(Object target, 
RoutedEventArgs routedEventArgs)
   vid System.Windows.EventRoute.InvokeHandlersImpl(Object source, 
RoutedEventArgs args, Boolean reRaised)
   vid System.Windows.UIElement.RaiseEventImpl(DependencyObject sender, 
RoutedEventArgs args)
   vid System.Windows.UIElement.RaiseEvent(RoutedEventArgs args, Boolean 
trusted)
   vid System.Windows.Input.InputManager.ProcessStagingArea()
   vid System.Windows.Input.InputManager.ProcessInput(InputEventArgs input)
   vid System.Windows.Input.InputProviderSite.ReportInput(InputReport 
inputReport)
   vid System.Windows.Interop.HwndMouseInputProvider.ReportInput(IntPtr 
hwnd, InputMode mode, Int32 timestamp, RawMouseActions actions, Int32 x, 
Int32 y, Int32 wheel)
   vid System.Windows.Interop.HwndMouseInputProvider.FilterMessage(IntPtr 
hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
   vid System.Windows.Interop.HwndSource.InputFilterMessage(IntPtr hwnd, 
Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
   vid MS.Win32.HwndWrapper.WndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, 
IntPtr lParam, Boolean& handled)
   vid MS.Win32.HwndSubclass.DispatcherCallbackOperation(Object o)
   vid System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate 
callback, Object args, Boolean isSingleParameter)
   vid System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object 
source, Delegate callback, Object args, Boolean isSingleParameter, 
Delegate catchHandler)
   vid System.Windows.Threading.Dispatcher.WrappedInvoke(Delegate 
callback, Object args, Boolean isSingleParameter, Delegate catchHandler)
   vid System.Windows.Threading.Dispatcher.InvokeImpl(DispatcherPriority 
priority, TimeSpan timeout, Delegate method, Object args, Boolean 
isSingleParameter)
   vid System.Windows.Threading.Dispatcher.Invoke(DispatcherPriority 
priority, Delegate method, Object arg)
   vid MS.Win32.HwndSubclass.SubclassWndProc(IntPtr hwnd, Int32 msg, 
IntPtr wParam, IntPtr lParam)
   vid MS.Win32.UnsafeNativeMethods.DispatchMessage(MSG& msg)
   vid System.Windows.Threading.Dispatcher.PushFrameImpl(DispatcherFrame 
frame)
   vid System.Windows.Threading.Dispatcher.PushFrame(DispatcherFrame frame)
   vid System.Windows.Window.ShowHelper(Object booleanBox)
   vid System.Windows.Window.Show()
   vid System.Windows.Window.ShowDialog()
   vid VIENNAAddIn.upcc3.Wizards.dev.ui.AbieEditor.ShowCreateDialog
(AddInContext context)
   vid VIENNAAddIn.menu.MenuManager.MenuClick(AddInContext context, String 
menuName, String menuItem)
   vid VIENNAAddIn.VIENNAAddIn.EA_MenuClick(Repository repository, String 
menuLocation, String menuName, String menuItem)

EA-Version: 849
Add-In-Version: VIENNAAddIn 0.0.6.0
.NET version: 2.0.50727.3603
OS version: Microsoft Windows NT 5.1.2600 Service Pack 3
Word version: 11.0

Original issue reported on code.google.com by andersth...@gmail.com on 29 Dec 2009 at 10:42

GoogleCodeExporter commented 9 years ago

Original comment by michael....@researchstudio.at on 17 May 2010 at 10:05