Benutzer mit den meisten Antworten
Expression Web Superpreview stürzt beim Programmstart ab

Frage
-
Hallo,
ich hab heute den MSDN Newsletter bekommen und hab mir gleich das Video angeschaut. Dann "Microsoft Expression Web Superpreview" installiert um die beschriebenen Funktionen zu testen. Installation hat reibungslos geklappt, aber beim Starten bekomm ich immer eine Fehlermeldung und das Programm wird geschlossen. Ich hab den Fehler auch schon Microsoft gesendet mit dem Fehlermeldedialog der beim Absturz gestartet wird. Ein Neustart hat auch nix gebracht.
Das Tool klingt echt gut, und es ist schade dass es bei mir nicht funktioniert.
PS: hab eine Mail an Kay Giza geschrieben und er hat gemeint ich soll das hier reinstellen
Antworten
-
Hallo hornet99,
Hier gibt es ein paar Diskussionsfäden über dieses Thema:
http://social.msdn.microsoft.com/Forums/en-US/web/thread/82371e3c-da9a-4d50-b951-6b8a30062851
Expression Web Installation Support:
http://social.msdn.microsoft.com/Forums/en-US/web/thread/1e8e37b6-0dea-4ac6-ad92-f07c45f5429a
Die "Mscorlib" ist Teil des .NET. Ist bei Dir .NET Framework aktualisiert? (NET 3.5 SP1). Führ mal eine Reparatur auf die .NET Framework und siehe, wenn das hilft.
Prüfe noch einmal den Pfad.
Grüße,
Robert
- Als Antwort vorgeschlagen Robert BreitenhoferModerator Dienstag, 18. August 2009 07:44
- Als Antwort markiert Robert BreitenhoferModerator Dienstag, 25. August 2009 08:20
-
Hallo hornet99,
An welcher Stelle (CodeZeile) kommt diese Fehlermeldung?
Wie ich es sehe, kommt der Fehler hier auf:
bei System.IO.Path.GetFullPathInternal(String path)
bei System.IO.Path.GetFullPath(String path)
AgrumentNullException bedeutet dass Null als Argument übergeben wurde.
Ist diese Variable „path“ belegt? Es scheint sie hat keinen Wert (als type kommt ein null).
Prüfe mal was für ein Wert hat die Variable „path“ (also der Pfad).
Grüße,
Robert
- Als Antwort markiert Robert BreitenhoferModerator Dienstag, 25. August 2009 08:20
Alle Antworten
-
Hallo hornet99,
vielen Dank für die netten Worte zum MSDN Flash (http://www.msdn-online.de/Flash).
Kannst Du uns bitte den genauen Wortlaut der Fehlermeldung mitteilen und welches Betriebssystem Du hast?
PS: Ich bin leider die nächsten die Tage geschäftlich viel unterwegs, daher die Bitte es hier einzustellen. Denn 1. hilft man so anderen die ggf. das gleiche Problem haben und 2. werde ich in den nächsten Tagen nicht wirklich schaffen, zeitnah zu antworten.
Viele Grüße,
Kay
http://www.giza-blog.de/ -
Hello,
My apologies for the error that you are encountering. The error may be caused by a known issue in our beta release of SuperPreview.
Have you tried any of the workarounds for known issues?
http://social.expression.microsoft.com/Forums/en-US/web/thread/ca391780-2c0a-41d8-8762-e6de03710458
Thank you for trying our application.
Justin Harrison
Program Manager - Expression Web- Als Antwort vorgeschlagen Kay GizaMicrosoft employee Freitag, 17. Juli 2009 17:03
- Als Antwort markiert Robert BreitenhoferModerator Dienstag, 25. August 2009 08:20
- Tag als Antwort aufgehoben Robert BreitenhoferModerator Dienstag, 25. August 2009 08:20
-
Hallo Kay,
hab die Antworten erst heute gelesen.
Melde mich wenn ich den Workaround von Justin ausprobiert habe.
Danke inzwischen
Hello Justin,
thanks for your help and support!
i try your workaround and will report what happening.
best wishes,
hornet99 -
Hallo Kay,
von den workaround hat nichts geholfen.
Beim Start kommt der Splashscreen und dann stürzt das programm ab.
ich habs mit vs2008 debugt und hier ist die exception:
Vielleicht hat jemand eine Idee?
Mein Windows: XP SP3 mit allen Patches
gruss
hornet99
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
System.ArgumentNullException wurde nicht behandelt.
Message="Der Wert darf nicht NULL sein.\r\nParametername: path"
Source="mscorlib"
ParamName="path"
StackTrace:
bei System.IO.Path.GetFullPathInternal(String path)
bei System.IO.Path.GetFullPath(String path)
bei System.Diagnostics.FileVersionInfo.GetFullPathWithAssert(String fileName)
bei System.Diagnostics.FileVersionInfo.GetVersionInfo(String fileName)
bei Microsoft.Expression.Web.PageAnalysis.Core.LocalBrowsers.GetLocalBrowsers()
bei Microsoft.Expression.Web.PageAnalysis.Preview.Discovery.LocalPreviewActionLocator.GetLocalPageActions()
bei Microsoft.Expression.Web.PageAnalysis.Preview.Controls.Pipeline.PipelineManager.LocateLocalBrowsers()
bei Microsoft.Expression.Web.PageAnalysis.Preview.Controls.Pipeline.PipelineManager.LoadBrowsers(Boolean useCache, Boolean local, Boolean remote, Boolean doInBackground)
bei Microsoft.Expression.Web.PageAnalysis.Preview.Controls.MainContent.MainContent_Loaded(Object sender, RoutedEventArgs e)
bei System.Windows.RoutedEventHandlerInfo.InvokeHandler(Object target, RoutedEventArgs routedEventArgs)
bei System.Windows.EventRoute.InvokeHandlersImpl(Object source, RoutedEventArgs args, Boolean reRaised)
bei System.Windows.UIElement.RaiseEventImpl(DependencyObject sender, RoutedEventArgs args)
bei System.Windows.UIElement.RaiseEvent(RoutedEventArgs e)
bei System.Windows.BroadcastEventHelper.BroadcastEvent(DependencyObject root, RoutedEvent routedEvent)
bei System.Windows.BroadcastEventHelper.BroadcastLoadedEvent(Object root)
bei MS.Internal.LoadedOrUnloadedOperation.DoWork()
bei System.Windows.Media.MediaContext.FireLoadedPendingCallbacks()
bei System.Windows.Media.MediaContext.FireInvokeOnRenderCallbacks()
bei System.Windows.Media.MediaContext.RenderMessageHandlerCore(Object resizedCompositionTarget)
bei System.Windows.Media.MediaContext.RenderMessageHandler(Object resizedCompositionTarget)
bei System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Boolean isSingleParameter)
bei System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Boolean isSingleParameter, Delegate catchHandler)
bei System.Windows.Threading.Dispatcher.WrappedInvoke(Delegate callback, Object args, Boolean isSingleParameter, Delegate catchHandler)
bei System.Windows.Threading.DispatcherOperation.InvokeImpl()
bei System.Windows.Threading.DispatcherOperation.InvokeInSecurityContext(Object state)
bei System.Threading.ExecutionContext.runTryCode(Object userData)
bei System.Runtime.CompilerServices.RuntimeHelpers.ExecuteCodeWithGuaranteedCleanup(TryCode code, CleanupCode backoutCode, Object userData)
bei System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state)
bei System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
bei System.Windows.Threading.DispatcherOperation.Invoke()
bei System.Windows.Threading.Dispatcher.ProcessQueue()
bei System.Windows.Threading.Dispatcher.WndProcHook(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
bei MS.Win32.HwndWrapper.WndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
bei MS.Win32.HwndSubclass.DispatcherCallbackOperation(Object o)
bei System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Boolean isSingleParameter)
bei System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Boolean isSingleParameter, Delegate catchHandler)
bei System.Windows.Threading.Dispatcher.WrappedInvoke(Delegate callback, Object args, Boolean isSingleParameter, Delegate catchHandler)
bei System.Windows.Threading.Dispatcher.InvokeImpl(DispatcherPriority priority, TimeSpan timeout, Delegate method, Object args, Boolean isSingleParameter)
bei System.Windows.Threading.Dispatcher.Invoke(DispatcherPriority priority, Delegate method, Object arg)
bei MS.Win32.HwndSubclass.SubclassWndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam)
bei MS.Win32.UnsafeNativeMethods.DispatchMessage(MSG& msg)
bei System.Windows.Threading.Dispatcher.PushFrameImpl(DispatcherFrame frame)
bei System.Windows.Threading.Dispatcher.PushFrame(DispatcherFrame frame)
bei System.Windows.Threading.Dispatcher.Run()
bei System.Windows.Application.RunDispatcher(Object ignore)
bei System.Windows.Application.RunInternal(Window window)
bei System.Windows.Application.Run(Window window)
bei System.Windows.Application.Run()
bei Microsoft.Expression.Framework.ExpressionApplication.RunApplication()
bei Microsoft.Expression.Web.SimpleShell.SimpleShellApplication.Run()
bei Microsoft.Expression.Web.SimpleShell.Application.Main()
InnerException: -
Hallo hornet99,
Hier gibt es ein paar Diskussionsfäden über dieses Thema:
http://social.msdn.microsoft.com/Forums/en-US/web/thread/82371e3c-da9a-4d50-b951-6b8a30062851
Expression Web Installation Support:
http://social.msdn.microsoft.com/Forums/en-US/web/thread/1e8e37b6-0dea-4ac6-ad92-f07c45f5429a
Die "Mscorlib" ist Teil des .NET. Ist bei Dir .NET Framework aktualisiert? (NET 3.5 SP1). Führ mal eine Reparatur auf die .NET Framework und siehe, wenn das hilft.
Prüfe noch einmal den Pfad.
Grüße,
Robert
- Als Antwort vorgeschlagen Robert BreitenhoferModerator Dienstag, 18. August 2009 07:44
- Als Antwort markiert Robert BreitenhoferModerator Dienstag, 25. August 2009 08:20
-
Hallo Robert,
ich hab es mit VS 2008 debuggt:
Hier ist die Exception:
System.ArgumentNullException was unhandled
Message="Der Wert darf nicht NULL sein.\r\nParametername: path"
Source="mscorlib"
ParamName="path"
StackTrace:
bei System.IO.Path.GetFullPathInternal(String path)
bei System.IO.Path.GetFullPath(String path)
bei System.Diagnostics.FileVersionInfo.GetFullPathWithAssert(String fileName)
bei System.Diagnostics.FileVersionInfo.GetVersionInfo(String fileName)
bei Microsoft.Expression.Web.PageAnalysis.Core.LocalBrowsers.GetLocalBrowsers()
bei Microsoft.Expression.Web.PageAnalysis.Preview.Discovery.LocalPreviewActionLocator.GetLocalPageActions()
bei Microsoft.Expression.Web.PageAnalysis.Preview.Controls.Pipeline.PipelineManager.LocateLocalBrowsers()
bei Microsoft.Expression.Web.PageAnalysis.Preview.Controls.Pipeline.PipelineManager.LoadBrowsers(Boolean useCache, Boolean local, Boolean remote, Boolean doInBackground)
bei Microsoft.Expression.Web.PageAnalysis.Preview.Controls.MainContent.MainContent_Loaded(Object sender, RoutedEventArgs e)
bei System.Windows.RoutedEventHandlerInfo.InvokeHandler(Object target, RoutedEventArgs routedEventArgs)
bei System.Windows.EventRoute.InvokeHandlersImpl(Object source, RoutedEventArgs args, Boolean reRaised)
bei System.Windows.UIElement.RaiseEventImpl(DependencyObject sender, RoutedEventArgs args)
bei System.Windows.UIElement.RaiseEvent(RoutedEventArgs e)
bei System.Windows.BroadcastEventHelper.BroadcastEvent(DependencyObject root, RoutedEvent routedEvent)
bei System.Windows.BroadcastEventHelper.BroadcastLoadedEvent(Object root)
bei MS.Internal.LoadedOrUnloadedOperation.DoWork()
bei System.Windows.Media.MediaContext.FireLoadedPendingCallbacks()
bei System.Windows.Media.MediaContext.FireInvokeOnRenderCallbacks()
bei System.Windows.Media.MediaContext.RenderMessageHandlerCore(Object resizedCompositionTarget)
bei System.Windows.Media.MediaContext.RenderMessageHandler(Object resizedCompositionTarget)
bei System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Boolean isSingleParameter)
bei System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Boolean isSingleParameter, Delegate catchHandler)
bei System.Windows.Threading.Dispatcher.WrappedInvoke(Delegate callback, Object args, Boolean isSingleParameter, Delegate catchHandler)
bei System.Windows.Threading.DispatcherOperation.InvokeImpl()
bei System.Windows.Threading.DispatcherOperation.InvokeInSecurityContext(Object state)
bei System.Threading.ExecutionContext.runTryCode(Object userData)
bei System.Runtime.CompilerServices.RuntimeHelpers.ExecuteCodeWithGuaranteedCleanup(TryCode code, CleanupCode backoutCode, Object userData)
bei System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state)
bei System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
bei System.Windows.Threading.DispatcherOperation.Invoke()
bei System.Windows.Threading.Dispatcher.ProcessQueue()
bei System.Windows.Threading.Dispatcher.WndProcHook(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
bei MS.Win32.HwndWrapper.WndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
bei MS.Win32.HwndSubclass.DispatcherCallbackOperation(Object o)
bei System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Boolean isSingleParameter)
bei System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Boolean isSingleParameter, Delegate catchHandler)
bei System.Windows.Threading.Dispatcher.WrappedInvoke(Delegate callback, Object args, Boolean isSingleParameter, Delegate catchHandler)
bei System.Windows.Threading.Dispatcher.InvokeImpl(DispatcherPriority priority, TimeSpan timeout, Delegate method, Object args, Boolean isSingleParameter)
bei System.Windows.Threading.Dispatcher.Invoke(DispatcherPriority priority, Delegate method, Object arg)
bei MS.Win32.HwndSubclass.SubclassWndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam)
bei MS.Win32.UnsafeNativeMethods.DispatchMessage(MSG& msg)
bei System.Windows.Threading.Dispatcher.PushFrameImpl(DispatcherFrame frame)
bei System.Windows.Threading.Dispatcher.PushFrame(DispatcherFrame frame)
bei System.Windows.Threading.Dispatcher.Run()
bei System.Windows.Application.RunDispatcher(Object ignore)
bei System.Windows.Application.RunInternal(Window window)
bei System.Windows.Application.Run(Window window)
bei System.Windows.Application.Run()
bei Microsoft.Expression.Framework.ExpressionApplication.RunApplication()
bei Microsoft.Expression.Web.SimpleShell.SimpleShellApplication.Run()
bei Microsoft.Expression.Web.SimpleShell.Application.Main()
InnerException:
>>>>
wie kann ich das framework reparieren?
Ich hab die letzen Updates auf meinem xp pro rechner.
Gruss
hornet99
-
Hallo hornet99,
An welcher Stelle (CodeZeile) kommt diese Fehlermeldung?
Wie ich es sehe, kommt der Fehler hier auf:
bei System.IO.Path.GetFullPathInternal(String path)
bei System.IO.Path.GetFullPath(String path)
AgrumentNullException bedeutet dass Null als Argument übergeben wurde.
Ist diese Variable „path“ belegt? Es scheint sie hat keinen Wert (als type kommt ein null).
Prüfe mal was für ein Wert hat die Variable „path“ (also der Pfad).
Grüße,
Robert
- Als Antwort markiert Robert BreitenhoferModerator Dienstag, 25. August 2009 08:20
-
-
Hallo hornet99,
Hier gibt es ein NET Framework Cleanup Tool:
http://blogs.msdn.com/astebner/pages/8904493.aspx
Versuch das Framework 3.5 SP1 neu installieren:
Grüße,
Robert