Problemi Template Collection e altro

Unisciti alla comunità di WebAnimator. Condividi le tue conoscenze e aiuta gli altri utenti.
Locked
Marino B.
Posts: 2

Problemi Template Collection e altro

Post by Marino B. »

Buongiorno,
ho riscontrato il malfunzionamento della Template Collection e degli Effetti nella Libreria (il Tab non mostra alcun effetto). Chiedo per tanto la vostra assistenza.

Cordialmente

Marino

P.S. Allego il testo del Logfile.txt e a scopo illustrativo un paio di schermate.

07/01/2015 13.22.39
WebAnimator Plus v2.0.4 it-IT
----------------------------------------------------
UserMsg:
System.OutOfMemoryException: Memoria insufficiente per continuare l'esecuzione del programma.
in System.Windows.Media.Imaging.BitmapSource.CreateCachedBitmap(BitmapFrame frame, BitmapSourceSafeMILHandle wicSource, BitmapCreateOptions createOptions, BitmapCacheOption cacheOption, BitmapPalette palette)
in System.Windows.Media.Imaging.BitmapFrameDecode.FinalizeCreation()
in System.Windows.Media.Imaging.BitmapFrameDecode..ctor(Int32 frameNumber, BitmapCreateOptions createOptions, BitmapCacheOption cacheOption, BitmapDecoder decoder)
in System.Windows.Media.Imaging.BitmapDecoder.SetupFrames(BitmapDecoder decoder, ReadOnlyCollection`1 frames)
in System.Windows.Media.Imaging.BitmapDecoder.Initialize(BitmapDecoder decoder)
in System.Windows.Media.Imaging.BitmapDecoder..ctor(SafeMILHandle decoderHandle, BitmapDecoder decoder, Uri baseUri, Uri uri, Stream stream, BitmapCreateOptions createOptions, BitmapCacheOption cacheOption, Boolean insertInDecoderCache, Boolean isOriginalWritable, Stream uriStream, UnmanagedMemoryStream unmanagedMemoryStream, SafeFileHandle safeFilehandle)
in System.Windows.Media.Imaging.JpegBitmapDecoder..ctor(SafeMILHandle decoderHandle, BitmapDecoder decoder, Uri baseUri, Uri uri, Stream stream, BitmapCreateOptions createOptions, BitmapCacheOption cacheOption, Boolean insertInDecoderCache, Boolean originalWritable, Stream uriStream, UnmanagedMemoryStream unmanagedMemoryStream, SafeFileHandle safeFilehandle)
in System.Windows.Media.Imaging.BitmapDecoder.CreateFromUriOrStream(Uri baseUri, Uri uri, Stream stream, BitmapCreateOptions createOptions, BitmapCacheOption cacheOption, RequestCachePolicy uriCachePolicy, Boolean insertInDecoderCache)
in System.Windows.Media.Imaging.BitmapDecoder.Create(Uri bitmapUri, BitmapCreateOptions createOptions, BitmapCacheOption cacheOption, RequestCachePolicy uriCachePolicy)
in System.Windows.Media.Imaging.BitmapDecoder.Create(Uri bitmapUri, BitmapCreateOptions createOptions, BitmapCacheOption cacheOption)
in A5Model.Helper.ImageHelper.CreateResizedImage(String sourceFile, String destFile, Double maxWidth, Double maxHeight, BitmapEncoder targetEncoder, Boolean scaleUp)
in TemplateProductPresentation.Template.ShowTemplateDialog(String templateSettingsJson)
in Animator.MainWindow.RunTemplate(ITemplate template, String templateSettingsJson)
in Animator.MainWindow.chooser_Click(Object sender, RoutedEventArgs e)
in System.Windows.RoutedEventHandlerInfo.InvokeHandler(Object target, RoutedEventArgs routedEventArgs)
in System.Windows.EventRoute.InvokeHandlersImpl(Object source, RoutedEventArgs args, Boolean reRaised)
in System.Windows.UIElement.RaiseEventImpl(DependencyObject sender, RoutedEventArgs args)
in System.Windows.UIElement.RaiseEvent(RoutedEventArgs e)
in System.Windows.Controls.MenuItem.InvokeClickAfterRender(Object arg)
in System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
in MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(Object source, Delegate method, Object args, Int32 numArgs, Delegate catchHandler)
----------------------------------------------------



08/01/2015 09.53.01
WebAnimator Plus v2.0.4 it-IT
----------------------------------------------------
UserMsg:
System.NullReferenceException: Riferimento a un oggetto non impostato su un'istanza di oggetto.
in Animator.Windows.WebFontLoaderWindow.MakePreview(WebFont f, String variant, String subset)
----------------------------------------------------



08/01/2015 11.11.31
WebAnimator Plus v2.0.4 it-IT
----------------------------------------------------
UserMsg:
System.ArgumentNullException: Il valore non può essere null.
Nome parametro: path2
in System.IO.Path.Combine(String path1, String path2)
in Animator.Model.Effect_FallingLeaves.CreatevariationCSSClass(Int32 variation, Random rand)
in Animator.Model.Effect_FallingLeaves.CreateCSSClasses()
in Animator.Classes.HtmlExtern.CreateCSS(Project currentProject)
----------------------------------------------------



08/01/2015 11.11.59
WebAnimator Plus v2.0.4 it-IT
----------------------------------------------------
UserMsg:
System.ArgumentNullException: Il valore non può essere null.
Nome parametro: path2
in System.IO.Path.Combine(String path1, String path2)
in Animator.Model.Effect_FallingLeaves.CreatevariationCSSClass(Int32 variation, Random rand)
in Animator.Model.Effect_FallingLeaves.CreateCSSClasses()
in Animator.Classes.HtmlExtern.CreateCSS(Project currentProject)
----------------------------------------------------



08/01/2015 11.15.58
WebAnimator Plus v2.0.4 it-IT
----------------------------------------------------
UserMsg:
System.ArgumentNullException: Il valore non può essere null.
Nome parametro: element
in MS.Internal.Media.VisualTreeUtils.AsNonNullVisual(DependencyObject element, Visual& visual, Visual3D& visual3D)
in System.Windows.Media.VisualTreeHelper.GetParent(DependencyObject reference)
in Animator.Classes.WpfHelper.GetListBoxFromPoint(ListBox box, Point point)
in Animator.Controls.LiveAnimationListControl.listBox_PreviewMouseMove(Object sender, MouseEventArgs e)
in System.Windows.Input.MouseEventArgs.InvokeEventHandler(Delegate genericHandler, Object genericTarget)
in System.Windows.RoutedEventArgs.InvokeHandler(Delegate handler, Object target)
in System.Windows.RoutedEventHandlerInfo.InvokeHandler(Object target, RoutedEventArgs routedEventArgs)
in System.Windows.EventRoute.InvokeHandlersImpl(Object source, RoutedEventArgs args, Boolean reRaised)
in System.Windows.UIElement.RaiseEventImpl(DependencyObject sender, RoutedEventArgs args)
in System.Windows.UIElement.RaiseTrustedEvent(RoutedEventArgs args)
in System.Windows.UIElement.RaiseEvent(RoutedEventArgs args, Boolean trusted)
in System.Windows.Input.InputManager.ProcessStagingArea()
in System.Windows.Input.InputManager.ProcessInput(InputEventArgs input)
in System.Windows.Input.InputProviderSite.ReportInput(InputReport inputReport)
in System.Windows.Interop.HwndMouseInputProvider.ReportInput(IntPtr hwnd, InputMode mode, Int32 timestamp, RawMouseActions actions, Int32 x, Int32 y, Int32 wheel)
in System.Windows.Interop.HwndMouseInputProvider.FilterMessage(IntPtr hwnd, WindowMessage msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
in System.Windows.Interop.HwndSource.InputFilterMessage(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
in MS.Win32.HwndWrapper.WndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
in MS.Win32.HwndSubclass.DispatcherCallbackOperation(Object o)
in System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
in MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(Object source, Delegate method, Object args, Int32 numArgs, Delegate catchHandler)
----------------------------------------------------



08/01/2015 11.16.08
WebAnimator Plus v2.0.4 it-IT
----------------------------------------------------
UserMsg:
System.ArgumentNullException: Il valore non può essere null.
Nome parametro: element
in MS.Internal.Media.VisualTreeUtils.AsNonNullVisual(DependencyObject element, Visual& visual, Visual3D& visual3D)
in System.Windows.Media.VisualTreeHelper.GetParent(DependencyObject reference)
in Animator.Classes.WpfHelper.GetListBoxFromPoint(ListBox box, Point point)
in Animator.Controls.LiveAnimationListControl.listBox_PreviewMouseMove(Object sender, MouseEventArgs e)
in System.Windows.Input.MouseEventArgs.InvokeEventHandler(Delegate genericHandler, Object genericTarget)
in System.Windows.RoutedEventArgs.InvokeHandler(Delegate handler, Object target)
in System.Windows.RoutedEventHandlerInfo.InvokeHandler(Object target, RoutedEventArgs routedEventArgs)
in System.Windows.EventRoute.InvokeHandlersImpl(Object source, RoutedEventArgs args, Boolean reRaised)
in System.Windows.UIElement.RaiseEventImpl(DependencyObject sender, RoutedEventArgs args)
in System.Windows.UIElement.RaiseTrustedEvent(RoutedEventArgs args)
in System.Windows.UIElement.RaiseEvent(RoutedEventArgs args, Boolean trusted)
in System.Windows.Input.InputManager.ProcessStagingArea()
in System.Windows.Input.InputManager.ProcessInput(InputEventArgs input)
in System.Windows.Input.InputProviderSite.ReportInput(InputReport inputReport)
in System.Windows.Interop.HwndMouseInputProvider.ReportInput(IntPtr hwnd, InputMode mode, Int32 timestamp, RawMouseActions actions, Int32 x, Int32 y, Int32 wheel)
in System.Windows.Interop.HwndMouseInputProvider.FilterMessage(IntPtr hwnd, WindowMessage msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
in System.Windows.Interop.HwndSource.InputFilterMessage(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
in MS.Win32.HwndWrapper.WndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
in MS.Win32.HwndSubclass.DispatcherCallbackOperation(Object o)
in System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
in MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(Object source, Delegate method, Object args, Int32 numArgs, Delegate catchHandler)
----------------------------------------------------



08/01/2015 11.16.29
WebAnimator Plus v2.0.4 it-IT
----------------------------------------------------
UserMsg:
System.ArgumentNullException: Il valore non può essere null.
Nome parametro: element
in MS.Internal.Media.VisualTreeUtils.AsNonNullVisual(DependencyObject element, Visual& visual, Visual3D& visual3D)
in System.Windows.Media.VisualTreeHelper.GetParent(DependencyObject reference)
in Animator.Classes.WpfHelper.GetListBoxFromPoint(ListBox box, Point point)
in Animator.Controls.LiveAnimationListControl.listBox_PreviewMouseMove(Object sender, MouseEventArgs e)
in System.Windows.Input.MouseEventArgs.InvokeEventHandler(Delegate genericHandler, Object genericTarget)
in System.Windows.RoutedEventArgs.InvokeHandler(Delegate handler, Object target)
in System.Windows.RoutedEventHandlerInfo.InvokeHandler(Object target, RoutedEventArgs routedEventArgs)
in System.Windows.EventRoute.InvokeHandlersImpl(Object source, RoutedEventArgs args, Boolean reRaised)
in System.Windows.UIElement.RaiseEventImpl(DependencyObject sender, RoutedEventArgs args)
in System.Windows.UIElement.RaiseTrustedEvent(RoutedEventArgs args)
in System.Windows.UIElement.RaiseEvent(RoutedEventArgs args, Boolean trusted)
in System.Windows.Input.InputManager.ProcessStagingArea()
in System.Windows.Input.InputManager.ProcessInput(InputEventArgs input)
in System.Windows.Input.InputProviderSite.ReportInput(InputReport inputReport)
in System.Windows.Interop.HwndMouseInputProvider.ReportInput(IntPtr hwnd, InputMode mode, Int32 timestamp, RawMouseActions actions, Int32 x, Int32 y, Int32 wheel)
in System.Windows.Interop.HwndMouseInputProvider.FilterMessage(IntPtr hwnd, WindowMessage msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
in System.Windows.Interop.HwndSource.InputFilterMessage(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
in MS.Win32.HwndWrapper.WndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
in MS.Win32.HwndSubclass.DispatcherCallbackOperation(Object o)
in System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
in MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(Object source, Delegate method, Object args, Int32 numArgs, Delegate catchHandler)
----------------------------------------------------



08/01/2015 13.44.51
WebAnimator Plus v2.0.4 it-IT
----------------------------------------------------
UserMsg:
System.IO.FileNotFoundException: Impossibile caricare il file o l'assembly 'WPFToolkit.Extended, Version=1.5.0.0, Culture=neutral, PublicKeyToken=3e4669d2f30244f4' o una delle relative dipendenze. Impossibile trovare il file specificato.
in TemplateBackgroundEffect.WizardWindow..ctor()
in TemplateBackgroundEffect.Template.ShowTemplateDialog(String templateSettingsJson)
in Animator.MainWindow.RunTemplate(ITemplate template, String templateSettingsJson)
in Animator.MainWindow.chooser_Click(Object sender, RoutedEventArgs e)
in System.Windows.RoutedEventHandlerInfo.InvokeHandler(Object target, RoutedEventArgs routedEventArgs)
in System.Windows.EventRoute.InvokeHandlersImpl(Object source, RoutedEventArgs args, Boolean reRaised)
in System.Windows.UIElement.RaiseEventImpl(DependencyObject sender, RoutedEventArgs args)
in System.Windows.UIElement.RaiseEvent(RoutedEventArgs e)
in System.Windows.Controls.MenuItem.InvokeClickAfterRender(Object arg)
in System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
in MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(Object source, Delegate method, Object args, Int32 numArgs, Delegate catchHandler)
----------------------------------------------------



12/01/2015 12.41.14
WebAnimator Plus v2.0.4 it-IT
----------------------------------------------------
UserMsg:
System.IO.FileNotFoundException: Impossibile caricare il file o l'assembly 'WPFToolkit.Extended, Version=1.5.0.0, Culture=neutral, PublicKeyToken=3e4669d2f30244f4' o una delle relative dipendenze. Impossibile trovare il file specificato.
in TemplateTransText.WizardWindow..ctor()
in TemplateTransText.Template.ShowTemplateDialog(String templateSettingsJson)
in Animator.MainWindow.RunTemplate(ITemplate template, String templateSettingsJson)
in Animator.MainWindow.chooser_Click(Object sender, RoutedEventArgs e)
in System.Windows.RoutedEventHandlerInfo.InvokeHandler(Object target, RoutedEventArgs routedEventArgs)
in System.Windows.EventRoute.InvokeHandlersImpl(Object source, RoutedEventArgs args, Boolean reRaised)
in System.Windows.UIElement.RaiseEventImpl(DependencyObject sender, RoutedEventArgs args)
in System.Windows.UIElement.RaiseEvent(RoutedEventArgs e)
in System.Windows.Controls.MenuItem.InvokeClickAfterRender(Object arg)
in System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
in MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(Object source, Delegate method, Object args, Int32 numArgs, Delegate catchHandler)
----------------------------------------------------



12/01/2015 12.42.02
WebAnimator Plus v2.0.4 it-IT
----------------------------------------------------
UserMsg:
System.IO.FileNotFoundException: Impossibile caricare il file o l'assembly 'WPFToolkit.Extended, Version=1.5.0.0, Culture=neutral, PublicKeyToken=3e4669d2f30244f4' o una delle relative dipendenze. Impossibile trovare il file specificato.
in TemplateTransText.WizardWindow..ctor()
in TemplateTransText.Template.ShowTemplateDialog(String templateSettingsJson)
in Animator.MainWindow.RunTemplate(ITemplate template, String templateSettingsJson)
in Animator.MainWindow.chooser_Click(Object sender, RoutedEventArgs e)
in System.Windows.RoutedEventHandlerInfo.InvokeHandler(Object target, RoutedEventArgs routedEventArgs)
in System.Windows.EventRoute.InvokeHandlersImpl(Object source, RoutedEventArgs args, Boolean reRaised)
in System.Windows.UIElement.RaiseEventImpl(DependencyObject sender, RoutedEventArgs args)
in System.Windows.UIElement.RaiseEvent(RoutedEventArgs e)
in System.Windows.Controls.MenuItem.InvokeClickAfterRender(Object arg)
in System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
in MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(Object source, Delegate method, Object args, Int32 numArgs, Delegate catchHandler)
----------------------------------------------------



12/01/2015 12.45.44
WebAnimator Plus v2.0.4 it-IT
----------------------------------------------------
UserMsg:
System.ArgumentNullException: Il valore non può essere null.
Nome parametro: element
in MS.Internal.Media.VisualTreeUtils.AsNonNullVisual(DependencyObject element, Visual& visual, Visual3D& visual3D)
in System.Windows.Media.VisualTreeHelper.GetParent(DependencyObject reference)
in Animator.Classes.WpfHelper.GetListBoxFromPoint(ListBox box, Point point)
in Animator.Controls.EffectListControl.listBox_PreviewMouseMove(Object sender, MouseEventArgs e)
in System.Windows.Input.MouseEventArgs.InvokeEventHandler(Delegate genericHandler, Object genericTarget)
in System.Windows.RoutedEventArgs.InvokeHandler(Delegate handler, Object target)
in System.Windows.RoutedEventHandlerInfo.InvokeHandler(Object target, RoutedEventArgs routedEventArgs)
in System.Windows.EventRoute.InvokeHandlersImpl(Object source, RoutedEventArgs args, Boolean reRaised)
in System.Windows.UIElement.RaiseEventImpl(DependencyObject sender, RoutedEventArgs args)
in System.Windows.UIElement.RaiseTrustedEvent(RoutedEventArgs args)
in System.Windows.UIElement.RaiseEvent(RoutedEventArgs args, Boolean trusted)
in System.Windows.Input.InputManager.ProcessStagingArea()
in System.Windows.Input.InputManager.ProcessInput(InputEventArgs input)
in System.Windows.Input.InputProviderSite.ReportInput(InputReport inputReport)
in System.Windows.Interop.HwndMouseInputProvider.ReportInput(IntPtr hwnd, InputMode mode, Int32 timestamp, RawMouseActions actions, Int32 x, Int32 y, Int32 wheel)
in System.Windows.Interop.HwndMouseInputProvider.FilterMessage(IntPtr hwnd, WindowMessage msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
in System.Windows.Interop.HwndSource.InputFilterMessage(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
in MS.Win32.HwndWrapper.WndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
in MS.Win32.HwndSubclass.DispatcherCallbackOperation(Object o)
in System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
in MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(Object source, Delegate method, Object args, Int32 numArgs, Delegate catchHandler)
----------------------------------------------------



12/01/2015 12.49.40
WebAnimator Plus v2.0.4 it-IT
----------------------------------------------------
UserMsg:
System.IO.FileNotFoundException: Impossibile caricare il file o l'assembly 'WPFToolkit.Extended, Version=1.5.0.0, Culture=neutral, PublicKeyToken=3e4669d2f30244f4' o una delle relative dipendenze. Impossibile trovare il file specificato.
in TemplatePreviewSlider.WizardWindow..ctor()
in TemplatePreviewSlider.Template.ShowTemplateDialog(String templateSettingsJson)
in Animator.MainWindow.RunTemplate(ITemplate template, String templateSettingsJson)
in Animator.MainWindow.chooser_Click(Object sender, RoutedEventArgs e)
in System.Windows.RoutedEventHandlerInfo.InvokeHandler(Object target, RoutedEventArgs routedEventArgs)
in System.Windows.EventRoute.InvokeHandlersImpl(Object source, RoutedEventArgs args, Boolean reRaised)
in System.Windows.UIElement.RaiseEventImpl(DependencyObject sender, RoutedEventArgs args)
in System.Windows.UIElement.RaiseEvent(RoutedEventArgs e)
in System.Windows.Controls.MenuItem.InvokeClickAfterRender(Object arg)
in System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
in MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(Object source, Delegate method, Object args, Int32 numArgs, Delegate catchHandler)
----------------------------------------------------



12/01/2015 12.50.13
WebAnimator Plus v2.0.4 it-IT
----------------------------------------------------
UserMsg:
System.IO.FileNotFoundException: Impossibile caricare il file o l'assembly 'WPFToolkit.Extended, Version=1.5.0.0, Culture=neutral, PublicKeyToken=3e4669d2f30244f4' o una delle relative dipendenze. Impossibile trovare il file specificato.
in TemplateTransText.WizardWindow..ctor()
in TemplateTransText.Template.ShowTemplateDialog(String templateSettingsJson)
in Animator.MainWindow.RunTemplate(ITemplate template, String templateSettingsJson)
in Animator.MainWindow.chooser_Click(Object sender, RoutedEventArgs e)
in System.Windows.RoutedEventHandlerInfo.InvokeHandler(Object target, RoutedEventArgs routedEventArgs)
in System.Windows.EventRoute.InvokeHandlersImpl(Object source, RoutedEventArgs args, Boolean reRaised)
in System.Windows.UIElement.RaiseEventImpl(DependencyObject sender, RoutedEventArgs args)
in System.Windows.UIElement.RaiseEvent(RoutedEventArgs e)
in System.Windows.Controls.MenuItem.InvokeClickAfterRender(Object arg)
in System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
in MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(Object source, Delegate method, Object args, Int32 numArgs, Delegate catchHandler)
----------------------------------------------------



12/01/2015 12.51.22
WebAnimator Plus v2.0.4 it-IT
----------------------------------------------------
UserMsg:
System.IO.FileNotFoundException: Impossibile caricare il file o l'assembly 'WPFToolkit.Extended, Version=1.5.0.0, Culture=neutral, PublicKeyToken=3e4669d2f30244f4' o una delle relative dipendenze. Impossibile trovare il file specificato.
in TemplateTransText.WizardWindow..ctor()
in TemplateTransText.Template.ShowTemplateDialog(String templateSettingsJson)
in Animator.MainWindow.RunTemplate(ITemplate template, String templateSettingsJson)
in Animator.MainWindow.chooser_Click(Object sender, RoutedEventArgs e)
in System.Windows.RoutedEventHandlerInfo.InvokeHandler(Object target, RoutedEventArgs routedEventArgs)
in System.Windows.EventRoute.InvokeHandlersImpl(Object source, RoutedEventArgs args, Boolean reRaised)
in System.Windows.UIElement.RaiseEventImpl(DependencyObject sender, RoutedEventArgs args)
in System.Windows.UIElement.RaiseEvent(RoutedEventArgs e)
in System.Windows.Controls.MenuItem.InvokeClickAfterRender(Object arg)
in System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
in MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(Object source, Delegate method, Object args, Int32 numArgs, Delegate catchHandler)
----------------------------------------------------



12/01/2015 12.52.11
WebAnimator Plus v2.0.4 it-IT
----------------------------------------------------
UserMsg:
System.IO.FileNotFoundException: Impossibile caricare il file o l'assembly 'WPFToolkit.Extended, Version=1.5.0.0, Culture=neutral, PublicKeyToken=3e4669d2f30244f4' o una delle relative dipendenze. Impossibile trovare il file specificato.
in TemplateTransText.WizardWindow..ctor()
in TemplateTransText.Template.ShowTemplateDialog(String templateSettingsJson)
in Animator.MainWindow.RunTemplate(ITemplate template, String templateSettingsJson)
in Animator.MainWindow.chooser_Click(Object sender, RoutedEventArgs e)
in System.Windows.RoutedEventHandlerInfo.InvokeHandler(Object target, RoutedEventArgs routedEventArgs)
in System.Windows.EventRoute.InvokeHandlersImpl(Object source, RoutedEventArgs args, Boolean reRaised)
in System.Windows.UIElement.RaiseEventImpl(DependencyObject sender, RoutedEventArgs args)
in System.Windows.UIElement.RaiseEvent(RoutedEventArgs e)
in System.Windows.Controls.MenuItem.InvokeClickAfterRender(Object arg)
in System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
in MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(Object source, Delegate method, Object args, Int32 numArgs, Delegate catchHandler)
----------------------------------------------------
Attachments
Schermata con il Tab Effetti vuoto
Schermata con il Tab Effetti vuoto
Schermata-2.jpg (46.95 KiB) Viewed 8999 times
Messaggio quando tento di utilizzare un Template
Messaggio quando tento di utilizzare un Template
Schermata-1.jpg (81.82 KiB) Viewed 8999 times

ICC
Posts: 486

Post by ICC »

Buongiorno Marino B.,

Ti preghiamo di inviarci il file di log che trovi in C:\Users\[Nome Utente]\AppData\Local\soft-evolution\WebAnimator Plus\Logfile.txt con descrizione del problema a logs@webanimator.com

In questo modo puo essere analizzato il problema da te riscontrato.

Grazie mille!

dani0548
Posts: 21

Post by dani0548 »

Buongiorno, oggi ho acquistato WebAnimator Template Collection, installato e mi da lo stesso problema:
03/12/2014 11:10:37 - Loading project from C:\Users\Danilo Riccò\Documents\WebAnimator Progetto\Test Bonetti.wap

03/12/2014 11:13:34
WebAnimator Plus v2.0.4 it-IT
----------------------------------------------------
UserMsg:
System.ArgumentOutOfRangeException: Il valore del parametro deve essere maggiore o uguale a zero.
Nome parametro: sourceRect
in System.Windows.Media.Imaging.WriteableBitmap.WritePixelsImpl(Int32Rect sourceRect, IntPtr sourceBuffer, Int32 sourceBufferSize, Int32 sourceBufferStride, Int32 destinationX, Int32 destinationY, Boolean backwardsCompat)
in System.Windows.Media.Imaging.WriteableBitmap.WritePixels(Int32Rect sourceRect, IntPtr sourceBuffer, Int32 sourceBufferSize, Int32 sourceBufferStride, Int32 destinationX, Int32 destinationY)
in Animator.Controls.MyWebControl.GetBitmapImage()
in Animator.Controls.MyWebControl.imageTimer_Tick(Object sender, EventArgs e)
in System.Windows.Threading.DispatcherTimer.FireTick(Object unused)
in System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
in MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(Object source, Delegate method, Object args, Int32 numArgs, Delegate catchHandler)
----------------------------------------------------



15/12/2014 22:50:02
WebAnimator Plus v2.0.4 it-IT
----------------------------------------------------
UserMsg: Die Programmkonfiguration konnte nicht gelesen werden.

Es werden Standardwerte verwendet.
System.IO.IOException: Il processo non può accedere al file 'C:\Users\Danilo Riccò\AppData\Local\soft-evolution\WebAnimator Plus\config' perché è in uso da un altro processo.
in System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
in System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost)
in System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, FileOptions options, String msgPath, Boolean bFromProxy)
in System.IO.FileStream..ctor(String path, FileMode mode)
in Animator.Model.Configuration.Load()
----------------------------------------------------


21/12/2014 20:46:29 - Loading project from C:\Users\Danilo Riccò\Documents\WebAnimator Progetto\I5sensi.wap
21/12/2014 21:38:46 - Loading project from C:\Users\Danilo Riccò\Documents\WebAnimator Progetto\I5sensi.wap
24/12/2014 21:50:08 - Loading project from C:\Users\Danilo Riccò\Documents\WebAnimator Progetto\Test Bonetti.wap
24/12/2014 21:52:05 - Loading project from C:\Users\Danilo Riccò\Documents\WebAnimator Progetto\Test Bonetti.wap
27/12/2014 09:38:17 - Loading project from C:\Users\Danilo Riccò\Documents\WebAnimator Progetto\Test Bonetti.wap
30/12/2014 12:07:47 - Loading project from C:\Users\Danilo Riccò\Documents\WebAnimator Progetto\I5sensi.wap

28/01/2015 12:44:29
WebAnimator Plus v2.0.4 it-IT
----------------------------------------------------
UserMsg:
System.IO.FileNotFoundException: Impossibile caricare il file o l'assembly 'WPFToolkit.Extended, Version=1.5.0.0, Culture=neutral, PublicKeyToken=3e4669d2f30244f4' o una delle relative dipendenze. Impossibile trovare il file specificato.
in TemplatePreviewSlider.WizardWindow..ctor()
in TemplatePreviewSlider.Template.ShowTemplateDialog(String templateSettingsJson)
in Animator.MainWindow.RunTemplate(ITemplate template, String templateSettingsJson)
in Animator.MainWindow.chooser_Click(Object sender, RoutedEventArgs e)
in System.Windows.RoutedEventHandlerInfo.InvokeHandler(Object target, RoutedEventArgs routedEventArgs)
in System.Windows.EventRoute.InvokeHandlersImpl(Object source, RoutedEventArgs args, Boolean reRaised)
in System.Windows.UIElement.RaiseEventImpl(DependencyObject sender, RoutedEventArgs args)
in System.Windows.UIElement.RaiseEvent(RoutedEventArgs e)
in System.Windows.Controls.MenuItem.InvokeClickAfterRender(Object arg)
in System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
in MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(Object source, Delegate method, Object args, Int32 numArgs, Delegate catchHandler)
----------------------------------------------------



28/01/2015 12:44:53
WebAnimator Plus v2.0.4 it-IT
----------------------------------------------------
UserMsg:
System.IO.FileNotFoundException: Impossibile caricare il file o l'assembly 'WPFToolkit.Extended, Version=1.5.0.0, Culture=neutral, PublicKeyToken=3e4669d2f30244f4' o una delle relative dipendenze. Impossibile trovare il file specificato.
in TemplatePreviewSlider.WizardWindow..ctor()
in TemplatePreviewSlider.Template.ShowTemplateDialog(String templateSettingsJson)
in Animator.MainWindow.RunTemplate(ITemplate template, String templateSettingsJson)
in Animator.MainWindow.chooser_Click(Object sender, RoutedEventArgs e)
in System.Windows.RoutedEventHandlerInfo.InvokeHandler(Object target, RoutedEventArgs routedEventArgs)
in System.Windows.EventRoute.InvokeHandlersImpl(Object source, RoutedEventArgs args, Boolean reRaised)
in System.Windows.UIElement.RaiseEventImpl(DependencyObject sender, RoutedEventArgs args)
in System.Windows.UIElement.RaiseEvent(RoutedEventArgs e)
in System.Windows.Controls.MenuItem.InvokeClickAfterRender(Object arg)
in System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
in MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(Object source, Delegate method, Object args, Int32 numArgs, Delegate catchHandler)
----------------------------------------------------



28/01/2015 12:46:21
WebAnimator Plus v2.0.4 it-IT
----------------------------------------------------
UserMsg:
System.IO.FileNotFoundException: Impossibile caricare il file o l'assembly 'WPFToolkit.Extended, Version=1.5.0.0, Culture=neutral, PublicKeyToken=3e4669d2f30244f4' o una delle relative dipendenze. Impossibile trovare il file specificato.
in TemplatePreviewSlider.WizardWindow..ctor()
in TemplatePreviewSlider.Template.ShowTemplateDialog(String templateSettingsJson)
in Animator.MainWindow.RunTemplate(ITemplate template, String templateSettingsJson)
in Animator.MainWindow.chooser_Click(Object sender, RoutedEventArgs e)
in System.Windows.RoutedEventHandlerInfo.InvokeHandler(Object target, RoutedEventArgs routedEventArgs)
in System.Windows.EventRoute.InvokeHandlersImpl(Object source, RoutedEventArgs args, Boolean reRaised)
in System.Windows.UIElement.RaiseEventImpl(DependencyObject sender, RoutedEventArgs args)
in System.Windows.UIElement.RaiseEvent(RoutedEventArgs e)
in System.Windows.Controls.MenuItem.InvokeClickAfterRender(Object arg)
in System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
in MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(Object source, Delegate method, Object args, Int32 numArgs, Delegate catchHandler)
----------------------------------------------------



28/01/2015 12:47:38
WebAnimator Plus v2.0.4 it-IT
----------------------------------------------------
UserMsg:
System.IO.FileNotFoundException: Impossibile caricare il file o l'assembly 'WPFToolkit.Extended, Version=1.5.0.0, Culture=neutral, PublicKeyToken=3e4669d2f30244f4' o una delle relative dipendenze. Impossibile trovare il file specificato.
in TemplatePreviewSlider.WizardWindow..ctor()
in TemplatePreviewSlider.Template.ShowTemplateDialog(String templateSettingsJson)
in Animator.MainWindow.RunTemplate(ITemplate template, String templateSettingsJson)
in Animator.MainWindow.chooser_Click(Object sender, RoutedEventArgs e)
in System.Windows.RoutedEventHandlerInfo.InvokeHandler(Object target, RoutedEventArgs routedEventArgs)
in System.Windows.EventRoute.InvokeHandlersImpl(Object source, RoutedEventArgs args, Boolean reRaised)
in System.Windows.UIElement.RaiseEventImpl(DependencyObject sender, RoutedEventArgs args)
in System.Windows.UIElement.RaiseEvent(RoutedEventArgs e)
in System.Windows.Controls.MenuItem.InvokeClickAfterRender(Object arg)
in System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
in MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(Object source, Delegate method, Object args, Int32 numArgs, Delegate catchHandler)
----------------------------------------------------



28/01/2015 12:48:01
WebAnimator Plus v2.0.4 it-IT
----------------------------------------------------
UserMsg:
System.IO.FileNotFoundException: Impossibile caricare il file o l'assembly 'WPFToolkit.Extended, Version=1.5.0.0, Culture=neutral, PublicKeyToken=3e4669d2f30244f4' o una delle relative dipendenze. Impossibile trovare il file specificato.
in TemplateTransText.WizardWindow..ctor()
in TemplateTransText.Template.ShowTemplateDialog(String templateSettingsJson)
in Animator.MainWindow.RunTemplate(ITemplate template, String templateSettingsJson)
in Animator.MainWindow.chooser_Click(Object sender, RoutedEventArgs e)
in System.Windows.RoutedEventHandlerInfo.InvokeHandler(Object target, RoutedEventArgs routedEventArgs)
in System.Windows.EventRoute.InvokeHandlersImpl(Object source, RoutedEventArgs args, Boolean reRaised)
in System.Windows.UIElement.RaiseEventImpl(DependencyObject sender, RoutedEventArgs args)
in System.Windows.UIElement.RaiseEvent(RoutedEventArgs e)
in System.Windows.Controls.MenuItem.InvokeClickAfterRender(Object arg)
in System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
in MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(Object source, Delegate method, Object args, Int32 numArgs, Delegate catchHandler)
----------------------------------------------------

ICC
Posts: 486

Post by ICC »

Buongiorno dani0548,

Devi procedere come suggerito a Marino B.

Ti preghiamo di inviarci il file di log che trovi in C:\Users\[Nome Utente]\AppData\Local\soft-evolution\WebAnimator Plus\Logfile.txt con descrizione del problema a logs@webanimator.com

In questo modo puo essere analizzato il problema da te riscontrato.

Grazie mille!

dani0548
Posts: 21

Post by dani0548 »

Buongiorno, è dal 29 gennaio che ho segnalato il problema, vi ho fornito il file log e a tutt'oggi non ho ricevuto nessuna risposta.
Ho acquistato e regolarmente pagato WebAnimator template, io ho la necessità URGENTE di usare il programma.

ICC
Posts: 486

Post by ICC »

Buongiorno dani0548,

Ti ho risposto con un messaggio privato,

Grazie mille!

dani0548
Posts: 21

Post by dani0548 »

Purtroppo il problema non è stato risolto.
Ho disinstallato tutto e reinstallato tutto da zero.

obelixlatino
Posts: 1

Post by obelixlatino »

Buon Giorno
Riscontro anche io problemi sui template che ho acquistato.
Ho provato ad installarli varie volte ma non compare nulla nel programma.
In più mi compare un errore quando scelgo il template "sfondo in movimento"
Certi di una vostre cortese assistenza!
Allego Log:

25/02/2015 12:44:31
WebAnimator v2.0.4 it-IT
----------------------------------------------------
UserMsg:
System.IO.FileNotFoundException: Could not load file or assembly 'WPFToolkit.Extended, Version=1.5.0.0, Culture=neutral, PublicKeyToken=3e4669d2f30244f4' or one of its dependencies. Impossibile trovare il file specificato.
at TemplateBackgroundEffect.WizardWindow..ctor()
at TemplateBackgroundEffect.Template.ShowTemplateDialog(String templateSettingsJson)
at Animator.MainWindow.RunTemplate(ITemplate template, String templateSettingsJson)
at Animator.MainWindow.chooser_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.MenuItem.InvokeClickAfterRender(Object arg)
at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
at MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(Object source, Delegate method, Object args, Int32 numArgs, Delegate catchHandler)
----------------------------------------------------



25/02/2015 13:23:27
WebAnimator v2.0.4 it-IT
----------------------------------------------------
UserMsg:
System.IO.FileNotFoundException: Could not load file or assembly 'WPFToolkit.Extended, Version=1.5.0.0, Culture=neutral, PublicKeyToken=3e4669d2f30244f4' or one of its dependencies. Impossibile trovare il file specificato.
at TemplateBackgroundEffect.WizardWindow..ctor()
at TemplateBackgroundEffect.Template.ShowTemplateDialog(String templateSettingsJson)
at Animator.MainWindow.RunTemplate(ITemplate template, String templateSettingsJson)
at Animator.MainWindow.chooser_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.MenuItem.InvokeClickAfterRender(Object arg)
at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
at MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(Object source, Delegate method, Object args, Int32 numArgs, Delegate catchHandler)
----------------------------------------------------



25/02/2015 13:24:45
WebAnimator v2.0.4 it-IT
----------------------------------------------------
UserMsg:
System.IO.FileNotFoundException: Could not load file or assembly 'WPFToolkit.Extended, Version=1.5.0.0, Culture=neutral, PublicKeyToken=3e4669d2f30244f4' or one of its dependencies. Impossibile trovare il file specificato.
at TemplateBackgroundEffect.WizardWindow..ctor()
at TemplateBackgroundEffect.Template.ShowTemplateDialog(String templateSettingsJson)
at Animator.MainWindow.RunTemplate(ITemplate template, String templateSettingsJson)
at Animator.MainWindow.chooser_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.MenuItem.InvokeClickAfterRender(Object arg)
at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
at MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(Object source, Delegate method, Object args, Int32 numArgs, Delegate catchHandler)
----------------------------------------------------



27/02/2015 13:22:55
WebAnimator v2.0.4 it-IT
----------------------------------------------------
UserMsg:
System.IO.FileNotFoundException: Could not load file or assembly 'WPFToolkit.Extended, Version=1.5.0.0, Culture=neutral, PublicKeyToken=3e4669d2f30244f4' or one of its dependencies. Impossibile trovare il file specificato.
at TemplateBackgroundEffect.WizardWindow..ctor()
at TemplateBackgroundEffect.Template.ShowTemplateDialog(String templateSettingsJson)
at Animator.MainWindow.RunTemplate(ITemplate template, String templateSettingsJson)
at Animator.MainWindow.chooser_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.MenuItem.InvokeClickAfterRender(Object arg)
at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
at MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(Object source, Delegate method, Object args, Int32 numArgs, Delegate catchHandler)
----------------------------------------------------



27/02/2015 15:48:02
WebAnimator v2.0.4 it-IT
----------------------------------------------------
UserMsg:
System.IO.FileNotFoundException: Could not load file or assembly 'WPFToolkit.Extended, Version=1.5.0.0, Culture=neutral, PublicKeyToken=3e4669d2f30244f4' or one of its dependencies. Impossibile trovare il file specificato.
at TemplateTransText.WizardWindow..ctor()
at TemplateTransText.Template.ShowTemplateDialog(String templateSettingsJson)
at Animator.MainWindow.RunTemplate(ITemplate template, String templateSettingsJson)
at Animator.MainWindow.chooser_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.MenuItem.InvokeClickAfterRender(Object arg)
at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
at MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(Object source, Delegate method, Object args, Int32 numArgs, Delegate catchHandler)
----------------------------------------------------



03/03/2015 14:19:40
WebAnimator v2.0.4 it-IT
----------------------------------------------------
UserMsg:
System.IO.FileNotFoundException: Could not load file or assembly 'WPFToolkit.Extended, Version=1.5.0.0, Culture=neutral, PublicKeyToken=3e4669d2f30244f4' or one of its dependencies. Impossibile trovare il file specificato.
at TemplateBackgroundEffect.WizardWindow..ctor()
at TemplateBackgroundEffect.Template.ShowTemplateDialog(String templateSettingsJson)
at Animator.MainWindow.RunTemplate(ITemplate template, String templateSettingsJson)
at Animator.MainWindow.chooser_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.MenuItem.InvokeClickAfterRender(Object arg)
at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
at MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(Object source, Delegate method, Object args, Int32 numArgs, Delegate catchHandler)
----------------------------------------------------



03/03/2015 14:26:14
WebAnimator v2.0.4 it-IT
----------------------------------------------------
UserMsg:
System.IO.FileNotFoundException: Could not load file or assembly 'WPFToolkit.Extended, Version=1.5.0.0, Culture=neutral, PublicKeyToken=3e4669d2f30244f4' or one of its dependencies. Impossibile trovare il file specificato.
at TemplateBackgroundEffect.WizardWindow..ctor()
at TemplateBackgroundEffect.Template.ShowTemplateDialog(String templateSettingsJson)
at Animator.MainWindow.RunTemplate(ITemplate template, String templateSettingsJson)
at Animator.MainWindow.chooser_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.MenuItem.InvokeClickAfterRender(Object arg)
at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
at MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(Object source, Delegate method, Object args, Int32 numArgs, Delegate catchHandler)
----------------------------------------------------

ICC
Posts: 486

Post by ICC »

Buongiorno obelixlatino,

Ti ho risposto con un messaggio privato.

Grazie mille!

Locked