Quantcast
Channel: YouTrackReSharper (RSRP) - Bug and Issue Tracker
Viewing all articles
Browse latest Browse all 106942

RSRP-291178: Can't load WPF image lock.png Invalid URI: A port was expected because of there is a colon (':') present but the port could not be parsed.

$
0
0
Reporter Vladimir Dudas (vdudas) Vladimir Dudas (vdudas)
Created Mar 23, 2012 1:49:17 AM
Updated Mar 23, 2012 1:59:06 AM
Resolved Mar 23, 2012 1:59:04 AM
Priority Normal
Type Exception
Fix versions No Fix versions
State Duplicate
Assignee Daniel Degtyarev (daniel.degtyarev)
Subsystem No subsystem
Affected versions No Affected versions
Fixed in build No Fixed in build
ReSharper 6.1 Version=6.1.1000.82, Built=2012-02-15T23:14:48, Configuration=“Csharp InternalMode Vbnet VS0900”
Can't load WPF image lock.png Invalid URI: A port was expected because of there is a colon (':') present but the port could not be parsed.

--- EXCEPTION #1/2 [UriFormatException]
Message = “Invalid URI: A port was expected because of there is a colon (':') present but the port could not be parsed.”
ExceptionPath = Root.InnerException
ClassName = System.UriFormatException
HResult = COR_E_FORMAT=80131537
Source = System
StackTraceString = “
  at System.Uri.CreateThis(String uri, Boolean dontEscape, UriKind uriKind)
     at System.Uri..ctor(String uriString)
     at JetBrains.UI.WpfImages.GetImageUri(String imageName)
     at JetBrains.UI.WpfImages.GetImage(String imageName)


--- Outer —

--- EXCEPTION #2/2 [LoggerException]
Message = “Can't load WPF image lock.png Invalid URI: A port was expected because of there is a colon (':') present but the port could not be parsed.”
ExceptionPath = Root
ClassName = JetBrains.Util.LoggerException
InnerException = “Exception #1 at Root.InnerException”
HResult = COR_E_APPLICATION=80131600
StackTraceString = “
  at JetBrains.Util.Logger.LogException(String comment, Exception ex)
     at JetBrains.UI.WpfImages.GetImage(String imageName)
     at JetBrains.UI.Options.OptionsDialog2.UserFriendlySettingsLayerUidata..ctor(Lifetime lifetime, UserFriendlySettingsLayer model, UserInjectedSettingsLayers injector)
     at JetBrains.UI.Options.OptionsDialog2.OptionsUidata.<>c__DisplayClass28.<.ctor>b__5(UserFriendlySettingsLayer ocm)
     at JetBrains.DataFlow.ListBridge`2.<Init>b__3(AddRemoveIndexEventArgs`1 args)
     at JetBrains.DataFlow.ICollectionSignalEx.<>c__DisplayClass4`1.<Advise_Add>b__3(AddRemoveIndexEventArgs`1 args)
     at JetBrains.DataFlow.ListEvents`1.OnAcknowledgeSinkAddRemove_Add(Action`1 handler)
     at JetBrains.DataFlow.Infra.SignalWithDelegates`1.OnAfterAdvise(Action`1 handler)
     at JetBrains.DataFlow.Signal`1.<>c__DisplayClass2.<AdviseCore>b__0()
     at JetBrains.DataFlow.Lifetime.AddBracket(Action FOpening, Action FClosing)
     at JetBrains.DataFlow.Signal`1.AdviseCore(Action`1 handler, Lifetime lifetime)
     at JetBrains.DataFlow.Signal`1.Advise(Lifetime lifetime, Action`1 handler)
     at JetBrains.DataFlow.ICollectionSignalEx.Advise_Add[TValue](ISignal`1 thіs, Lifetime lifetime, Action`1 FHandler)
     at JetBrains.DataFlow.ListBridge`2.Init(Lifetime lifetime)
     at JetBrains.DataFlow.ListBridge`2..ctor(Lifetime lifetime, IListEvents`1 source, IListEvents`1 target, Func`2 funcConverter, Func`2 funcFilter, MappingInfo mappinginfo, Object oTaregtModificationCookie)
     at JetBrains.DataFlow.ListBridge.BridgeInto[TSource,TTarget](IListEvents`1 source, Lifetime lifetime, IListEvents`1 target, Func`2 funcConverter, Func`2 funcFilter, MappingInfo mappinginfo, Object cookie)
     at JetBrains.UI.Options.OptionsDialog2.OptionsUidata..ctor(Lifetime lifetime, OptionsModel model, IThreading threading, UserInjectedSettingsLayers injector)
     at JetBrains.UI.Options.OptionsDialog2.OptionsDialogUidata..ctor(Lifetime lifetime, OptionsDialogModel model, IThreading threading, UserInjectedSettingsLayers injector, HelpSystem helpSystem, IApplicationDescriptor product)
     at System.RuntimeMethodHandle._InvokeConstructor(Object[] args, SignatureStruct& signature, IntPtr declaringType)
     at System.RuntimeMethodHandle.InvokeConstructor(Object[] args, SignatureStruct signature, RuntimeTypeHandle declaringType)
     at System.Reflection.RuntimeConstructorInfo.Invoke(BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
     at JetBrains.Application.Components.TypeComponentDescriptor.CreateInstanceImpl()
     at JetBrains.Application.Components.TypeComponentDescriptor.CreateInstance()
     at JetBrains.Application.Components.TypeComponentDescriptor.CreateInstanceChecked(OnError onError)
     at JetBrains.Application.Components.TypeComponentDescriptor.get_Instance()
     at JetBrains.Application.Components.ComponentContainer.ResolveDescriptors(IEnumerable`1 descriptors)
     at JetBrains.Application.Components.ComponentContainer.Compose()
     at JetBrains.UI.Options.OptionsDialogOwner.<>c__DisplayClass5.<.ctor>b__0(OptionsSessionDefinition session)
     at JetBrains.UI.Options.OptionsDialogOwner.<>c__DisplayClass7.<>c__DisplayClass9.<.ctor>b__3(LifetimeDefinition definition, Lifetime lifetime)
     at JetBrains.UI.Application.WindowUtil.<>c__DisplayClass1c.<>c__DisplayClass22.<ShowDialogWithGuardedCreation>b__1b()
     at JetBrains.Threading.ReentrancyGuard.Execute(String name, Action action)
     at JetBrains.UI.Application.WindowUtil.<>c__DisplayClass1c.<ShowDialogWithGuardedCreation>b__18(LifetimeDefinition lifetimeDefinitionDialog, Lifetime lifetimeDialog)
     at JetBrains.DataFlow.Lifetimes.Define(Lifetime lifetime, String id, Action`2 FAtomic, ILogger logger)
     at JetBrains.UI.Application.WindowUtil.<>c__DisplayClass1c.<ShowDialogWithGuardedCreation>b__17()
     at JetBrains.Util.Logger.Catch(Action action)
     at JetBrains.UI.Application.WindowUtil.ShowDialogWithGuardedCreation(Lifetime lifetime, Modality modality, Func`3 FCreateView, IThreading threading, Object ownerwindow)
     at JetBrains.UI.Application.WindowUtil.<>c__DisplayClass1c.<>c__DisplayClass20.<ShowDialogWithGuardedCreation>b__1a()
     at JetBrains.Util.Logger.Catch(Action action)
     at JetBrains.Threading.IThreadingEx.<>c__DisplayClass7.<>c__DisplayClass9.<ExecuteOrQueueWhenNotGuarded>b__4()
     at JetBrains.Threading.JetDispatcher.Closure.Execute()
     at JetBrains.Threading.JetDispatcher.ProcessQueue()
     at System.RuntimeMethodHandle._InvokeMethodFast(Object target, Object[] arguments, SignatureStruct& sig, MethodAttributes methodAttributes, RuntimeTypeHandle typeOwner)
     at System.RuntimeMethodHandle.InvokeMethodFast(Object target, Object[] arguments, Signature sig, MethodAttributes methodAttributes, RuntimeTypeHandle typeOwner)
     at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture, Boolean skipVisibilityChecks)
     at System.Delegate.DynamicInvokeImpl(Object[] args)
     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.DispatcherOperation.InvokeImpl()
     at System.Windows.Threading.DispatcherOperation.InvokeInSecurityContext(Object state)
     at System.Threading.ExecutionContext.runTryCode(Object userData)
     at System.Runtime.CompilerServices.RuntimeHelpers.ExecuteCodeWithGuaranteedCleanup(TryCode code, CleanupCode backoutCode, Object userData)
     at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state)
     at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
     at System.Windows.Threading.DispatcherOperation.Invoke()
     at System.Windows.Threading.Dispatcher.ProcessQueue()
     at System.Windows.Threading.Dispatcher.WndProcHook(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)

Viewing all articles
Browse latest Browse all 106942

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>