Quantcast
Channel: SharpDevelop Community
Viewing all 1764 articles
Browse latest View live

SD 5: Split window

$
0
0

Hi!

How can one split the window like in SD 4?


Thx

 

Alex

 


How to compile from cmd prompt or console application?

$
0
0

Hello. I have a winform.. Since I can't dynamically create new controls at runtime I would like to use a console application to modify my winform code and recompile. Does SharpDevelop hold a solution to do this?

Can´t recognise sharpdevelop reference v.4.4 - Resolved

$
0
0

1-I created the report pull report. Add reference. Then

2-I have added the Import code:

Imports ICSharpCode.Reports.Core 
Imports ICSharpCode.Reports.Core.Exporter

it stands with ICSharpCode lighted by no contains public memmber desite intelisense show me Reports

3-Then 

It always goes with error BC30002 when 

Dim engine as new reportengine

and 

El espacio de nombres o el tipo especificado en las importaciones 'ICSharpCode.Reports.Core' no contienen ningún miembro público o no se encuentran. Asegúrese de que el espacio de nombres o el tipo se hayan definido y de que contengan al menos un miembro público. Asegúrese de que el nombre del elemento importado no utilice ningún alias. (BC40056) - C:\tsp\TSFTcuponera\TSFTCupones\MainForm.vb:13,9

When of declare the namespace

I have change permission of the dll,

I have even chopy to project folder.

I have deleted the default Global Alias it has as property (the reference)

I clean solution, rebuild.

 

4-It still fails with the same error

...

5-I change form framework 4 client to framwork 4 and it seems that disappera the error 

 

 

 

 

Crash all versions at startup

$
0
0

Iinstalledversions 4.2, 4.3, 4.4.
Yesterdayinstall version5.0final andMicrosoft .NET Framework 4.5.1.Aftersettingstart and run inversion 5.0.Everything worked.
Yesterdayturned off the computerandturned it ontoday.
Nowall versionswill not runwith the error:

--------------------------------------------------------------------------------------------

SharpDevelop Version : 5.0.0.4755-c848dc28
.NET Version         : 4.5.50938
OS Version           : Microsoft Windows NT 6.1.7601 Service Pack 1
Current culture      : Russian (Russia) (ru-RU)
Running under WOW6432, processor architecture: x86-64
Working Set Memory   : 48536kb
GC Heap Memory       : 4736kb

Unhandled exception terminated SharpDevelop
Exception thrown:
System.Windows.Markup.XamlParseException: Предоставление значения для "System.Windows.Baml2006.TypeConverterMarkupExtension" вызвало исключение. ---> System.BadImageFormatException: Невозможно загрузить файл или сборку "<нет данных>" или один из зависимых от них компонентов. Индекс не найден. (Исключение из HRESULT: 0x80131124)
   в System.Windows.Point.Parse(String source)
   в System.Windows.PointConverter.ConvertFrom(ITypeDescriptorContext context, CultureInfo culture, Object value)
   в System.Windows.Baml2006.TypeConverterMarkupExtension.ProvideValue(IServiceProvider serviceProvider)
   в MS.Internal.Xaml.Runtime.ClrObjectRuntime.CallProvideValue(MarkupExtension me, IServiceProvider serviceProvider)
   --- Конец трассировки внутреннего стека исключений ---
   в System.Windows.Markup.WpfXamlLoader.Load(XamlReader xamlReader, IXamlObjectWriterFactory writerFactory, Boolean skipJournaledProperties, Object rootObject, XamlObjectWriterSettings settings, Uri baseUri)
   в System.Windows.Markup.WpfXamlLoader.LoadDeferredContent(XamlReader xamlReader, IXamlObjectWriterFactory writerFactory, Boolean skipJournaledProperties, Object rootObject, XamlObjectWriterSettings parentSettings, Uri baseUri)
   в System.Windows.ResourceDictionary.CreateObject(KeyRecord key)
   в System.Windows.ResourceDictionary.OnGettingValue(Object key, Object& value, Boolean& canCache)
   в System.Windows.ResourceDictionary.OnGettingValuePrivate(Object key, Object& value, Boolean& canCache)
   в System.Windows.ResourceDictionary.GetValueWithoutLock(Object key, Boolean& canCache)
   в System.Windows.ResourceDictionary.GetValue(Object key, Boolean& canCache)
   в System.Windows.DeferredThemeResourceReference.GetValue(BaseValueSourceInternal valueSource)
   в System.Windows.StyleHelper.RequiresInstanceStorage(Object& value)
   в System.Windows.StyleHelper.UpdateTables(PropertyValue& propertyValue, FrugalStructList`1& childRecordFromChildIndex, FrugalStructList`1& triggerSourceRecordFromChildIndex, FrugalStructList`1& resourceDependents, HybridDictionary& dataTriggerRecordFromBinding, HybridDictionary childIndexFromChildName, Boolean& hasInstanceValues)
   в System.Windows.Style.ProcessSelfStyles(Style style)
   в System.Windows.Style.Seal()
   в System.Windows.Style.System.Windows.ISealable.Seal()
   в System.Windows.StyleHelper.SealIfSealable(Object value)
   в System.Windows.ResourceDictionary.SealValue(Object value)
   в System.Windows.ResourceDictionary.OnGettingValue(Object key, Object& value, Boolean& canCache)
   в System.Windows.ResourceDictionary.OnGettingValuePrivate(Object key, Object& value, Boolean& canCache)
   в System.Windows.ResourceDictionary.GetValueWithoutLock(Object key, Boolean& canCache)
   в System.Windows.ResourceDictionary.GetValue(Object key, Boolean& canCache)
   в System.Windows.ResourceDictionary.FetchResource(Object resourceKey, Boolean allowDeferredResourceReference, Boolean mustReturnDeferredResourceReference, Boolean canCacheAsThemeResource, Boolean& canCache)
   в System.Windows.SystemResources.LookupResourceInDictionary(ResourceDictionary dictionary, Object key, Boolean allowDeferredResourceReference, Boolean mustReturnDeferredResourceReference, Boolean& canCache)
   в System.Windows.SystemResources.FindDictionaryResource(Object key, Type typeKey, ResourceKey resourceKey, Boolean isTraceEnabled, Boolean allowDeferredResourceReference, Boolean mustReturnDeferredResourceReference, Boolean& canCache)
   в System.Windows.SystemResources.FindResourceInternal(Object key, Boolean allowDeferredResourceReference, Boolean mustReturnDeferredResourceReference)
   в System.Windows.SystemResources.FindThemeStyle(DependencyObjectType key)
   в System.Windows.StyleHelper.GetThemeStyle(FrameworkElement fe, FrameworkContentElement fce)
   в System.Windows.FrameworkElement.UpdateThemeStyleProperty()
   в System.Windows.FrameworkElement.OnInitialized(EventArgs e)
   в System.Windows.FrameworkElement.TryFireInitialized()
   в System.Windows.FrameworkElement.ChangeLogicalParent(DependencyObject newParent)
   в System.Windows.FrameworkElement.AddLogicalChild(Object child)
   в System.Windows.Controls.ContentControl.OnContentChanged(Object oldContent, Object newContent)
   в System.Windows.Controls.ContentControl.OnContentChanged(DependencyObject d, DependencyPropertyChangedEventArgs e)
   в System.Windows.DependencyObject.OnPropertyChanged(DependencyPropertyChangedEventArgs e)
   в System.Windows.FrameworkElement.OnPropertyChanged(DependencyPropertyChangedEventArgs e)
   в System.Windows.DependencyObject.NotifyPropertyChange(DependencyPropertyChangedEventArgs args)
   в System.Windows.DependencyObject.UpdateEffectiveValue(EntryIndex entryIndex, DependencyProperty dp, PropertyMetadata metadata, EffectiveValueEntry oldEntry, EffectiveValueEntry& newEntry, Boolean coerceWithDeferredReference, Boolean coerceWithCurrentValue, OperationType operationType)
   в System.Windows.DependencyObject.SetValueCommon(DependencyProperty dp, Object value, PropertyMetadata metadata, Boolean coerceWithDeferredReference, Boolean coerceWithCurrentValue, OperationType operationType, Boolean isInternal)
   в System.Windows.DependencyObject.SetValue(DependencyProperty dp, Object value)
   в System.Windows.Controls.ContentControl.set_Content(Object value)
   в ICSharpCode.SharpDevelop.Workbench.SDStatusBar..ctor()
   в ICSharpCode.SharpDevelop.Workbench.WpfWorkbench..ctor()
   в ICSharpCode.SharpDevelop.Workbench.WorkbenchStartup.InitializeWorkbench()
   в ICSharpCode.SharpDevelop.Sda.CallHelper.RunWorkbenchInternal(Object settings)
   в ICSharpCode.SharpDevelop.Sda.CallHelper.RunWorkbench(WorkbenchSettings settings)
   в ICSharpCode.SharpDevelop.Sda.SharpDevelopHost.RunWorkbench(WorkbenchSettings settings)
   в ICSharpCode.SharpDevelop.Startup.SharpDevelopMain.RunApplication()
   в ICSharpCode.SharpDevelop.Startup.SharpDevelopMain.Run()
   в ICSharpCode.SharpDevelop.Startup.SharpDevelopMain.Main(String[ args)

---- Recent log messages:
10:44:20.184 [1] INFO - InitSharpDevelop...
10:44:20.217 [1] INFO - Looking for AddIns...
10:44:20.223 [1] INFO - Loading AddInTree...
10:44:20.255 [1] INFO - Loading addin Unit Testing AddIn
10:44:20.260 [1] INFO - Running autostart commands...
10:44:20.260 [1] INFO - Loading addin C# Binding
10:44:20.260 [1] INFO - Loading addin Forms Designer
10:44:20.262 [1] INFO - Loading addin AddInManager 2nd Generation
10:44:20.263 [1] INFO - Loading addin Git AddIn
10:44:20.264 [1] INFO - Loading addin Subversion AddIn
10:44:20.282 [1] DEBUG - Service startup: ICSharpCode.SharpDevelop.Project.IProjectService
10:44:20.321 [1] DEBUG - Service startup: ICSharpCode.SharpDevelop.Workbench.IFileService
10:44:20.325 [1] DEBUG - Service startup: ICSharpCode.SharpDevelop.Parser.IParserService
10:44:20.326 [1] DEBUG - Service startup: ICSharpCode.SharpDevelop.Parser.IAssemblyParserService
10:44:20.326 [1] DEBUG - Service startup: ICSharpCode.SharpDevelop.Project.IBuildService
10:44:20.326 [1] INFO - InitSharpDevelop finished
10:44:20.326 [1] INFO - Initializing workbench...
10:44:20.369 [1] INFO - Leaving RunApplication()
10:44:20.370 [1] FATAL - System.Windows.Markup.XamlParseException: Предоставление значения для "System.Windows.Baml2006.TypeConverterMarkupExtension" вызвало исключение. ---> System.BadImageFormatException: Невозможно загрузить файл или сборку "<нет данных>" или один из зависимых от них компонентов. Индекс не найден. (Исключение из HRESULT: 0x80131124)
   в System.Windows.Point.Parse(String source)
   в System.Windows.PointConverter.ConvertFrom(ITypeDescriptorContext context, CultureInfo culture, Object value)
   в System.Windows.Baml2006.TypeConverterMarkupExtension.ProvideValue(IServiceProvider serviceProvider)
   в MS.Internal.Xaml.Runtime.ClrObjectRuntime.CallProvideValue(MarkupExtension me, IServiceProvider serviceProvider)
   --- Конец трассировки внутреннего стека исключений ---
   в System.Windows.Markup.WpfXamlLoader.Load(XamlReader xamlReader, IXamlObjectWriterFactory writerFactory, Boolean skipJournaledProperties, Object rootObject, XamlObjectWriterSettings settings, Uri baseUri)
   в System.Windows.Markup.WpfXamlLoader.LoadDeferredContent(XamlReader xamlReader, IXamlObjectWriterFactory writerFactory, Boolean skipJournaledProperties, Object rootObject, XamlObjectWriterSettings parentSettings, Uri baseUri)
   в System.Windows.ResourceDictionary.CreateObject(KeyRecord key)
   в System.Windows.ResourceDictionary.OnGettingValue(Object key, Object& value, Boolean& canCache)
   в System.Windows.ResourceDictionary.OnGettingValuePrivate(Object key, Object& value, Boolean& canCache)
   в System.Windows.ResourceDictionary.GetValueWithoutLock(Object key, Boolean& canCache)
   в System.Windows.ResourceDictionary.GetValue(Object key, Boolean& canCache)
   в System.Windows.DeferredThemeResourceReference.GetValue(BaseValueSourceInternal valueSource)
   в System.Windows.StyleHelper.RequiresInstanceStorage(Object& value)
   в System.Windows.StyleHelper.UpdateTables(PropertyValue& propertyValue, FrugalStructList`1& childRecordFromChildIndex, FrugalStructList`1& triggerSourceRecordFromChildIndex, FrugalStructList`1& resourceDependents, HybridDictionary& dataTriggerRecordFromBinding, HybridDictionary childIndexFromChildName, Boolean& hasInstanceValues)
   в System.Windows.Style.ProcessSelfStyles(Style style)
   в System.Windows.Style.Seal()
   в System.Windows.Style.System.Windows.ISealable.Seal()
   в System.Windows.StyleHelper.SealIfSealable(Object value)
   в System.Windows.ResourceDictionary.SealValue(Object value)
   в System.Windows.ResourceDictionary.OnGettingValue(Object key, Object& value, Boolean& canCache)
   в System.Windows.ResourceDictionary.OnGettingValuePrivate(Object key, Object& value, Boolean& canCache)
   в System.Windows.ResourceDictionary.GetValueWithoutLock(Object key, Boolean& canCache)
   в System.Windows.ResourceDictionary.GetValue(Object key, Boolean& canCache)
   в System.Windows.ResourceDictionary.FetchResource(Object resourceKey, Boolean allowDeferredResourceReference, Boolean mustReturnDeferredResourceReference, Boolean canCacheAsThemeResource, Boolean& canCache)
   в System.Windows.SystemResources.LookupResourceInDictionary(ResourceDictionary dictionary, Object key, Boolean allowDeferredResourceReference, Boolean mustReturnDeferredResourceReference, Boolean& canCache)
   в System.Windows.SystemResources.FindDictionaryResource(Object key, Type typeKey, ResourceKey resourceKey, Boolean isTraceEnabled, Boolean allowDeferredResourceReference, Boolean mustReturnDeferredResourceReference, Boolean& canCache)
   в System.Windows.SystemResources.FindResourceInternal(Object key, Boolean allowDeferredResourceReference, Boolean mustReturnDeferredResourceReference)
   в System.Windows.SystemResources.FindThemeStyle(DependencyObjectType key)
   в System.Windows.StyleHelper.GetThemeStyle(FrameworkElement fe, FrameworkContentElement fce)
   в System.Windows.FrameworkElement.UpdateThemeStyleProperty()
   в System.Windows.FrameworkElement.OnInitialized(EventArgs e)
   в System.Windows.FrameworkElement.TryFireInitialized()
   в System.Windows.FrameworkElement.ChangeLogicalParent(DependencyObject newParent)
   в System.Windows.FrameworkElement.AddLogicalChild(Object child)
   в System.Windows.Controls.ContentControl.OnContentChanged(Object oldContent, Object newContent)
   в System.Windows.Controls.ContentControl.OnContentChanged(DependencyObject d, DependencyPropertyChangedEventArgs e)
   в System.Windows.DependencyObject.OnPropertyChanged(DependencyPropertyChangedEventArgs e)
   в System.Windows.FrameworkElement.OnPropertyChanged(DependencyPropertyChangedEventArgs e)
   в System.Windows.DependencyObject.NotifyPropertyChange(DependencyPropertyChangedEventArgs args)
   в System.Windows.DependencyObject.UpdateEffectiveValue(EntryIndex entryIndex, DependencyProperty dp, PropertyMetadata metadata, EffectiveValueEntry oldEntry, EffectiveValueEntry& newEntry, Boolean coerceWithDeferredReference, Boolean coerceWithCurrentValue, OperationType operationType)
   в System.Windows.DependencyObject.SetValueCommon(DependencyProperty dp, Object value, PropertyMetadata metadata, Boolean coerceWithDeferredReference, Boolean coerceWithCurrentValue, OperationType operationType, Boolean isInternal)
   в System.Windows.DependencyObject.SetValue(DependencyProperty dp, Object value)
   в System.Windows.Controls.ContentControl.set_Content(Object value)
   в ICSharpCode.SharpDevelop.Workbench.SDStatusBar..ctor()
   в ICSharpCode.SharpDevelop.Workbench.WpfWorkbench..ctor()
   в ICSharpCode.SharpDevelop.Workbench.WorkbenchStartup.InitializeWorkbench()
   в ICSharpCode.SharpDevelop.Sda.CallHelper.RunWorkbenchInternal(Object settings)
   в ICSharpCode.SharpDevelop.Sda.CallHelper.RunWorkbench(WorkbenchSettings settings)
   в ICSharpCode.SharpDevelop.Sda.SharpDevelopHost.RunWorkbench(WorkbenchSettings settings)
   в ICSharpCode.SharpDevelop.Startup.SharpDevelopMain.RunApplication()
   в ICSharpCode.SharpDevelop.Startup.SharpDevelopMain.Run()
   в ICSharpCode.SharpDevelop.Startup.SharpDevelopMain.Main(String[ args)

---- Post-error application state information:
Installed 3rd party AddIns:
ProjectService.CurrentSolution: <null>
ProjectService.CurrentProject: <null>

----------------------------------------------------------------------------------------------------------------

SharpDevelop Version : 4.4.1.9729-7196a277
.NET Version         : 4.0.30319.18408
OS Version           : Microsoft Windows NT 6.1.7601 Service Pack 1
Current culture      : Russian (Russia) (ru-RU)
Running under WOW6432, processor architecture: x86-64
Working Set Memory   : 49460kb
GC Heap Memory       : 3983kb

Unhandled exception terminated SharpDevelop
Exception thrown:
System.Windows.Markup.XamlParseException: Предоставление значения для "System.Windows.Baml2006.TypeConverterMarkupExtension" вызвало исключение. ---> System.BadImageFormatException: Невозможно загрузить файл или сборку "<нет данных>" или один из зависимых от них компонентов. Индекс не найден. (Исключение из HRESULT: 0x80131124)
   в System.Windows.Point.Parse(String source)
   в System.Windows.PointConverter.ConvertFrom(ITypeDescriptorContext context, CultureInfo culture, Object value)
   в System.Windows.Baml2006.TypeConverterMarkupExtension.ProvideValue(IServiceProvider serviceProvider)
   в MS.Internal.Xaml.Runtime.ClrObjectRuntime.CallProvideValue(MarkupExtension me, IServiceProvider serviceProvider)
   --- Конец трассировки внутреннего стека исключений ---
   в System.Windows.Markup.WpfXamlLoader.Load(XamlReader xamlReader, IXamlObjectWriterFactory writerFactory, Boolean skipJournaledProperties, Object rootObject, XamlObjectWriterSettings settings, Uri baseUri)
   в System.Windows.Markup.WpfXamlLoader.LoadDeferredContent(XamlReader xamlReader, IXamlObjectWriterFactory writerFactory, Boolean skipJournaledProperties, Object rootObject, XamlObjectWriterSettings parentSettings, Uri baseUri)
   в System.Windows.ResourceDictionary.CreateObject(KeyRecord key)
   в System.Windows.ResourceDictionary.OnGettingValue(Object key, Object& value, Boolean& canCache)
   в System.Windows.ResourceDictionary.OnGettingValuePrivate(Object key, Object& value, Boolean& canCache)
   в System.Windows.ResourceDictionary.GetValueWithoutLock(Object key, Boolean& canCache)
   в System.Windows.ResourceDictionary.GetValue(Object key, Boolean& canCache)
   в System.Windows.DeferredThemeResourceReference.GetValue(BaseValueSourceInternal valueSource)
   в System.Windows.StyleHelper.RequiresInstanceStorage(Object& value)
   в System.Windows.StyleHelper.UpdateTables(PropertyValue& propertyValue, FrugalStructList`1& childRecordFromChildIndex, FrugalStructList`1& triggerSourceRecordFromChildIndex, FrugalStructList`1& resourceDependents, HybridDictionary& dataTriggerRecordFromBinding, HybridDictionary childIndexFromChildName, Boolean& hasInstanceValues)
   в System.Windows.Style.ProcessSelfStyles(Style style)
   в System.Windows.Style.Seal()
   в System.Windows.Style.System.Windows.ISealable.Seal()
   в System.Windows.StyleHelper.SealIfSealable(Object value)
   в System.Windows.ResourceDictionary.SealValue(Object value)
   в System.Windows.ResourceDictionary.OnGettingValue(Object key, Object& value, Boolean& canCache)
   в System.Windows.ResourceDictionary.OnGettingValuePrivate(Object key, Object& value, Boolean& canCache)
   в System.Windows.ResourceDictionary.GetValueWithoutLock(Object key, Boolean& canCache)
   в System.Windows.ResourceDictionary.GetValue(Object key, Boolean& canCache)
   в System.Windows.ResourceDictionary.FetchResource(Object resourceKey, Boolean allowDeferredResourceReference, Boolean mustReturnDeferredResourceReference, Boolean canCacheAsThemeResource, Boolean& canCache)
   в System.Windows.SystemResources.LookupResourceInDictionary(ResourceDictionary dictionary, Object key, Boolean allowDeferredResourceReference, Boolean mustReturnDeferredResourceReference, Boolean& canCache)
   в System.Windows.SystemResources.FindDictionaryResource(Object key, Type typeKey, ResourceKey resourceKey, Boolean isTraceEnabled, Boolean allowDeferredResourceReference, Boolean mustReturnDeferredResourceReference, Boolean& canCache)
   в System.Windows.SystemResources.FindResourceInternal(Object key, Boolean allowDeferredResourceReference, Boolean mustReturnDeferredResourceReference)
   в System.Windows.SystemResources.FindThemeStyle(DependencyObjectType key)
   в System.Windows.StyleHelper.GetThemeStyle(FrameworkElement fe, FrameworkContentElement fce)
   в System.Windows.FrameworkElement.UpdateThemeStyleProperty()
   в System.Windows.FrameworkElement.OnInitialized(EventArgs e)
   в System.Windows.FrameworkElement.TryFireInitialized()
   в System.Windows.FrameworkElement.ChangeLogicalParent(DependencyObject newParent)
   в System.Windows.FrameworkElement.AddLogicalChild(Object child)
   в System.Windows.Controls.ContentControl.OnContentChanged(Object oldContent, Object newContent)
   в System.Windows.Controls.ContentControl.OnContentChanged(DependencyObject d, DependencyPropertyChangedEventArgs e)
   в System.Windows.DependencyObject.OnPropertyChanged(DependencyPropertyChangedEventArgs e)
   в System.Windows.FrameworkElement.OnPropertyChanged(DependencyPropertyChangedEventArgs e)
   в System.Windows.DependencyObject.NotifyPropertyChange(DependencyPropertyChangedEventArgs args)
   в System.Windows.DependencyObject.UpdateEffectiveValue(EntryIndex entryIndex, DependencyProperty dp, PropertyMetadata metadata, EffectiveValueEntry oldEntry, EffectiveValueEntry& newEntry, Boolean coerceWithDeferredReference, Boolean coerceWithCurrentValue, OperationType operationType)
   в System.Windows.DependencyObject.SetValueCommon(DependencyProperty dp, Object value, PropertyMetadata metadata, Boolean coerceWithDeferredReference, Boolean coerceWithCurrentValue, OperationType operationType, Boolean isInternal)
   в System.Windows.DependencyObject.SetValue(DependencyProperty dp, Object value)
   в System.Windows.Controls.ContentControl.set_Content(Object value)
   в ICSharpCode.SharpDevelop.Gui.SdStatusBar..ctor()
   в ICSharpCode.SharpDevelop.Gui.WpfWorkbench..ctor()
   в ICSharpCode.SharpDevelop.Commands.WorkbenchStartup.InitializeWorkbench()
   в ICSharpCode.SharpDevelop.Sda.CallHelper.RunWorkbenchInternal(Object settings)
   в ICSharpCode.SharpDevelop.Sda.CallHelper.RunWorkbench(WorkbenchSettings settings)
   в ICSharpCode.SharpDevelop.Sda.SharpDevelopHost.RunWorkbench(WorkbenchSettings settings)
   в ICSharpCode.SharpDevelop.SharpDevelopMain.RunApplication()
   в ICSharpCode.SharpDevelop.SharpDevelopMain.Run()
   в ICSharpCode.SharpDevelop.SharpDevelopMain.Main(String[ args)

---- Recent log messages:
10:45:04.048 [1] INFO - InitSharpDevelop...
10:45:04.076 [1] INFO - Looking for AddIns...
10:45:04.086 [1] INFO - Loading AddInTree...
10:45:04.101 [1] INFO - Running autostart commands...
10:45:04.102 [1] INFO - Loading addin Usage Data Collector
10:45:04.103 [1] INFO - Loading addin GitAddIn
10:45:04.104 [1] INFO - Loading addin Subversion AddIn
10:45:04.237 [1] INFO - InitSharpDevelop finished
10:45:04.237 [1] INFO - Initializing workbench...
10:45:04.287 [1] INFO - Leaving RunApplication()
10:45:04.288 [1] FATAL - System.Windows.Markup.XamlParseException: Предоставление значения для "System.Windows.Baml2006.TypeConverterMarkupExtension" вызвало исключение. ---> System.BadImageFormatException: Невозможно загрузить файл или сборку "<нет данных>" или один из зависимых от них компонентов. Индекс не найден. (Исключение из HRESULT: 0x80131124)
   в System.Windows.Point.Parse(String source)
   в System.Windows.PointConverter.ConvertFrom(ITypeDescriptorContext context, CultureInfo culture, Object value)
   в System.Windows.Baml2006.TypeConverterMarkupExtension.ProvideValue(IServiceProvider serviceProvider)
   в MS.Internal.Xaml.Runtime.ClrObjectRuntime.CallProvideValue(MarkupExtension me, IServiceProvider serviceProvider)
   --- Конец трассировки внутреннего стека исключений ---
   в System.Windows.Markup.WpfXamlLoader.Load(XamlReader xamlReader, IXamlObjectWriterFactory writerFactory, Boolean skipJournaledProperties, Object rootObject, XamlObjectWriterSettings settings, Uri baseUri)
   в System.Windows.Markup.WpfXamlLoader.LoadDeferredContent(XamlReader xamlReader, IXamlObjectWriterFactory writerFactory, Boolean skipJournaledProperties, Object rootObject, XamlObjectWriterSettings parentSettings, Uri baseUri)
   в System.Windows.ResourceDictionary.CreateObject(KeyRecord key)
   в System.Windows.ResourceDictionary.OnGettingValue(Object key, Object& value, Boolean& canCache)
   в System.Windows.ResourceDictionary.OnGettingValuePrivate(Object key, Object& value, Boolean& canCache)
   в System.Windows.ResourceDictionary.GetValueWithoutLock(Object key, Boolean& canCache)
   в System.Windows.ResourceDictionary.GetValue(Object key, Boolean& canCache)
   в System.Windows.DeferredThemeResourceReference.GetValue(BaseValueSourceInternal valueSource)
   в System.Windows.StyleHelper.RequiresInstanceStorage(Object& value)
   в System.Windows.StyleHelper.UpdateTables(PropertyValue& propertyValue, FrugalStructList`1& childRecordFromChildIndex, FrugalStructList`1& triggerSourceRecordFromChildIndex, FrugalStructList`1& resourceDependents, HybridDictionary& dataTriggerRecordFromBinding, HybridDictionary childIndexFromChildName, Boolean& hasInstanceValues)
   в System.Windows.Style.ProcessSelfStyles(Style style)
   в System.Windows.Style.Seal()
   в System.Windows.Style.System.Windows.ISealable.Seal()
   в System.Windows.StyleHelper.SealIfSealable(Object value)
   в System.Windows.ResourceDictionary.SealValue(Object value)
   в System.Windows.ResourceDictionary.OnGettingValue(Object key, Object& value, Boolean& canCache)
   в System.Windows.ResourceDictionary.OnGettingValuePrivate(Object key, Object& value, Boolean& canCache)
   в System.Windows.ResourceDictionary.GetValueWithoutLock(Object key, Boolean& canCache)
   в System.Windows.ResourceDictionary.GetValue(Object key, Boolean& canCache)
   в System.Windows.ResourceDictionary.FetchResource(Object resourceKey, Boolean allowDeferredResourceReference, Boolean mustReturnDeferredResourceReference, Boolean canCacheAsThemeResource, Boolean& canCache)
   в System.Windows.SystemResources.LookupResourceInDictionary(ResourceDictionary dictionary, Object key, Boolean allowDeferredResourceReference, Boolean mustReturnDeferredResourceReference, Boolean& canCache)
   в System.Windows.SystemResources.FindDictionaryResource(Object key, Type typeKey, ResourceKey resourceKey, Boolean isTraceEnabled, Boolean allowDeferredResourceReference, Boolean mustReturnDeferredResourceReference, Boolean& canCache)
   в System.Windows.SystemResources.FindResourceInternal(Object key, Boolean allowDeferredResourceReference, Boolean mustReturnDeferredResourceReference)
   в System.Windows.SystemResources.FindThemeStyle(DependencyObjectType key)
   в System.Windows.StyleHelper.GetThemeStyle(FrameworkElement fe, FrameworkContentElement fce)
   в System.Windows.FrameworkElement.UpdateThemeStyleProperty()
   в System.Windows.FrameworkElement.OnInitialized(EventArgs e)
   в System.Windows.FrameworkElement.TryFireInitialized()
   в System.Windows.FrameworkElement.ChangeLogicalParent(DependencyObject newParent)
   в System.Windows.FrameworkElement.AddLogicalChild(Object child)
   в System.Windows.Controls.ContentControl.OnContentChanged(Object oldContent, Object newContent)
   в System.Windows.Controls.ContentControl.OnContentChanged(DependencyObject d, DependencyPropertyChangedEventArgs e)
   в System.Windows.DependencyObject.OnPropertyChanged(DependencyPropertyChangedEventArgs e)
   в System.Windows.FrameworkElement.OnPropertyChanged(DependencyPropertyChangedEventArgs e)
   в System.Windows.DependencyObject.NotifyPropertyChange(DependencyPropertyChangedEventArgs args)
   в System.Windows.DependencyObject.UpdateEffectiveValue(EntryIndex entryIndex, DependencyProperty dp, PropertyMetadata metadata, EffectiveValueEntry oldEntry, EffectiveValueEntry& newEntry, Boolean coerceWithDeferredReference, Boolean coerceWithCurrentValue, OperationType operationType)
   в System.Windows.DependencyObject.SetValueCommon(DependencyProperty dp, Object value, PropertyMetadata metadata, Boolean coerceWithDeferredReference, Boolean coerceWithCurrentValue, OperationType operationType, Boolean isInternal)
   в System.Windows.DependencyObject.SetValue(DependencyProperty dp, Object value)
   в System.Windows.Controls.ContentControl.set_Content(Object value)
   в ICSharpCode.SharpDevelop.Gui.SdStatusBar..ctor()
   в ICSharpCode.SharpDevelop.Gui.WpfWorkbench..ctor()
   в ICSharpCode.SharpDevelop.Commands.WorkbenchStartup.InitializeWorkbench()
   в ICSharpCode.SharpDevelop.Sda.CallHelper.RunWorkbenchInternal(Object settings)
   в ICSharpCode.SharpDevelop.Sda.CallHelper.RunWorkbench(WorkbenchSettings settings)
   в ICSharpCode.SharpDevelop.Sda.SharpDevelopHost.RunWorkbench(WorkbenchSettings settings)
   в ICSharpCode.SharpDevelop.SharpDevelopMain.RunApplication()
   в ICSharpCode.SharpDevelop.SharpDevelopMain.Run()
   в ICSharpCode.SharpDevelop.SharpDevelopMain.Main(String[ args)

---- Post-error application state information:
Installed 3rd party AddIns:

-----------------------------------------------------------------------------------------------

SharpDevelop Version : 4.3.3.9663-463ee024
.NET Version         : 4.0.30319.18408
OS Version           : Microsoft Windows NT 6.1.7601 Service Pack 1
Current culture      : Russian (Russia) (ru-RU)
Running under WOW6432, processor architecture: x86-64
Working Set Memory   : 49556kb
GC Heap Memory       : 3983kb

Unhandled exception terminated SharpDevelop
Exception thrown:
System.Windows.Markup.XamlParseException: Предоставление значения для "System.Windows.Baml2006.TypeConverterMarkupExtension" вызвало исключение. ---> System.BadImageFormatException: Невозможно загрузить файл или сборку "<нет данных>" или один из зависимых от них компонентов. Индекс не найден. (Исключение из HRESULT: 0x80131124)
   в System.Windows.Point.Parse(String source)
   в System.Windows.PointConverter.ConvertFrom(ITypeDescriptorContext context, CultureInfo culture, Object value)
   в System.Windows.Baml2006.TypeConverterMarkupExtension.ProvideValue(IServiceProvider serviceProvider)
   в MS.Internal.Xaml.Runtime.ClrObjectRuntime.CallProvideValue(MarkupExtension me, IServiceProvider serviceProvider)
   --- Конец трассировки внутреннего стека исключений ---
   в System.Windows.Markup.WpfXamlLoader.Load(XamlReader xamlReader, IXamlObjectWriterFactory writerFactory, Boolean skipJournaledProperties, Object rootObject, XamlObjectWriterSettings settings, Uri baseUri)
   в System.Windows.Markup.WpfXamlLoader.LoadDeferredContent(XamlReader xamlReader, IXamlObjectWriterFactory writerFactory, Boolean skipJournaledProperties, Object rootObject, XamlObjectWriterSettings parentSettings, Uri baseUri)
   в System.Windows.ResourceDictionary.CreateObject(KeyRecord key)
   в System.Windows.ResourceDictionary.OnGettingValue(Object key, Object& value, Boolean& canCache)
   в System.Windows.ResourceDictionary.OnGettingValuePrivate(Object key, Object& value, Boolean& canCache)
   в System.Windows.ResourceDictionary.GetValueWithoutLock(Object key, Boolean& canCache)
   в System.Windows.ResourceDictionary.GetValue(Object key, Boolean& canCache)
   в System.Windows.DeferredThemeResourceReference.GetValue(BaseValueSourceInternal valueSource)
   в System.Windows.StyleHelper.RequiresInstanceStorage(Object& value)
   в System.Windows.StyleHelper.UpdateTables(PropertyValue& propertyValue, FrugalStructList`1& childRecordFromChildIndex, FrugalStructList`1& triggerSourceRecordFromChildIndex, FrugalStructList`1& resourceDependents, HybridDictionary& dataTriggerRecordFromBinding, HybridDictionary childIndexFromChildName, Boolean& hasInstanceValues)
   в System.Windows.Style.ProcessSelfStyles(Style style)
   в System.Windows.Style.Seal()
   в System.Windows.Style.System.Windows.ISealable.Seal()
   в System.Windows.StyleHelper.SealIfSealable(Object value)
   в System.Windows.ResourceDictionary.SealValue(Object value)
   в System.Windows.ResourceDictionary.OnGettingValue(Object key, Object& value, Boolean& canCache)
   в System.Windows.ResourceDictionary.OnGettingValuePrivate(Object key, Object& value, Boolean& canCache)
   в System.Windows.ResourceDictionary.GetValueWithoutLock(Object key, Boolean& canCache)
   в System.Windows.ResourceDictionary.GetValue(Object key, Boolean& canCache)
   в System.Windows.ResourceDictionary.FetchResource(Object resourceKey, Boolean allowDeferredResourceReference, Boolean mustReturnDeferredResourceReference, Boolean canCacheAsThemeResource, Boolean& canCache)
   в System.Windows.SystemResources.LookupResourceInDictionary(ResourceDictionary dictionary, Object key, Boolean allowDeferredResourceReference, Boolean mustReturnDeferredResourceReference, Boolean& canCache)
   в System.Windows.SystemResources.FindDictionaryResource(Object key, Type typeKey, ResourceKey resourceKey, Boolean isTraceEnabled, Boolean allowDeferredResourceReference, Boolean mustReturnDeferredResourceReference, Boolean& canCache)
   в System.Windows.SystemResources.FindResourceInternal(Object key, Boolean allowDeferredResourceReference, Boolean mustReturnDeferredResourceReference)
   в System.Windows.SystemResources.FindThemeStyle(DependencyObjectType key)
   в System.Windows.StyleHelper.GetThemeStyle(FrameworkElement fe, FrameworkContentElement fce)
   в System.Windows.FrameworkElement.UpdateThemeStyleProperty()
   в System.Windows.FrameworkElement.OnInitialized(EventArgs e)
   в System.Windows.FrameworkElement.TryFireInitialized()
   в System.Windows.FrameworkElement.ChangeLogicalParent(DependencyObject newParent)
   в System.Windows.FrameworkElement.AddLogicalChild(Object child)
   в System.Windows.Controls.ContentControl.OnContentChanged(Object oldContent, Object newContent)
   в System.Windows.Controls.ContentControl.OnContentChanged(DependencyObject d, DependencyPropertyChangedEventArgs e)
   в System.Windows.DependencyObject.OnPropertyChanged(DependencyPropertyChangedEventArgs e)
   в System.Windows.FrameworkElement.OnPropertyChanged(DependencyPropertyChangedEventArgs e)
   в System.Windows.DependencyObject.NotifyPropertyChange(DependencyPropertyChangedEventArgs args)
   в System.Windows.DependencyObject.UpdateEffectiveValue(EntryIndex entryIndex, DependencyProperty dp, PropertyMetadata metadata, EffectiveValueEntry oldEntry, EffectiveValueEntry& newEntry, Boolean coerceWithDeferredReference, Boolean coerceWithCurrentValue, OperationType operationType)
   в System.Windows.DependencyObject.SetValueCommon(DependencyProperty dp, Object value, PropertyMetadata metadata, Boolean coerceWithDeferredReference, Boolean coerceWithCurrentValue, OperationType operationType, Boolean isInternal)
   в System.Windows.DependencyObject.SetValue(DependencyProperty dp, Object value)
   в System.Windows.Controls.ContentControl.set_Content(Object value)
   в ICSharpCode.SharpDevelop.Gui.SdStatusBar..ctor()
   в ICSharpCode.SharpDevelop.Gui.WpfWorkbench..ctor()
   в ICSharpCode.SharpDevelop.Commands.WorkbenchStartup.InitializeWorkbench()
   в ICSharpCode.SharpDevelop.Sda.CallHelper.RunWorkbenchInternal(Object settings)
   в ICSharpCode.SharpDevelop.Sda.CallHelper.RunWorkbench(WorkbenchSettings settings)
   в ICSharpCode.SharpDevelop.Sda.SharpDevelopHost.RunWorkbench(WorkbenchSettings settings)
   в ICSharpCode.SharpDevelop.SharpDevelopMain.RunApplication()
   в ICSharpCode.SharpDevelop.SharpDevelopMain.Run()
   в ICSharpCode.SharpDevelop.SharpDevelopMain.Main(String[ args)

---- Recent log messages:
10:46:44.552 [1] INFO - InitSharpDevelop...
10:46:44.580 [1] INFO - Looking for AddIns...
10:46:44.590 [1] INFO - Loading AddInTree...
10:46:44.606 [1] INFO - Running autostart commands...
10:46:44.606 [1] INFO - Loading addin Usage Data Collector
10:46:44.608 [1] INFO - Loading addin GitAddIn
10:46:44.608 [1] INFO - Loading addin Subversion AddIn
10:46:44.738 [1] INFO - InitSharpDevelop finished
10:46:44.738 [1] INFO - Initializing workbench...
10:46:44.789 [1] INFO - Leaving RunApplication()
10:46:44.790 [1] FATAL - System.Windows.Markup.XamlParseException: Предоставление значения для "System.Windows.Baml2006.TypeConverterMarkupExtension" вызвало исключение. ---> System.BadImageFormatException: Невозможно загрузить файл или сборку "<нет данных>" или один из зависимых от них компонентов. Индекс не найден. (Исключение из HRESULT: 0x80131124)
   в System.Windows.Point.Parse(String source)
   в System.Windows.PointConverter.ConvertFrom(ITypeDescriptorContext context, CultureInfo culture, Object value)
   в System.Windows.Baml2006.TypeConverterMarkupExtension.ProvideValue(IServiceProvider serviceProvider)
   в MS.Internal.Xaml.Runtime.ClrObjectRuntime.CallProvideValue(MarkupExtension me, IServiceProvider serviceProvider)
   --- Конец трассировки внутреннего стека исключений ---
   в System.Windows.Markup.WpfXamlLoader.Load(XamlReader xamlReader, IXamlObjectWriterFactory writerFactory, Boolean skipJournaledProperties, Object rootObject, XamlObjectWriterSettings settings, Uri baseUri)
   в System.Windows.Markup.WpfXamlLoader.LoadDeferredContent(XamlReader xamlReader, IXamlObjectWriterFactory writerFactory, Boolean skipJournaledProperties, Object rootObject, XamlObjectWriterSettings parentSettings, Uri baseUri)
   в System.Windows.ResourceDictionary.CreateObject(KeyRecord key)
   в System.Windows.ResourceDictionary.OnGettingValue(Object key, Object& value, Boolean& canCache)
   в System.Windows.ResourceDictionary.OnGettingValuePrivate(Object key, Object& value, Boolean& canCache)
   в System.Windows.ResourceDictionary.GetValueWithoutLock(Object key, Boolean& canCache)
   в System.Windows.ResourceDictionary.GetValue(Object key, Boolean& canCache)
   в System.Windows.DeferredThemeResourceReference.GetValue(BaseValueSourceInternal valueSource)
   в System.Windows.StyleHelper.RequiresInstanceStorage(Object& value)
   в System.Windows.StyleHelper.UpdateTables(PropertyValue& propertyValue, FrugalStructList`1& childRecordFromChildIndex, FrugalStructList`1& triggerSourceRecordFromChildIndex, FrugalStructList`1& resourceDependents, HybridDictionary& dataTriggerRecordFromBinding, HybridDictionary childIndexFromChildName, Boolean& hasInstanceValues)
   в System.Windows.Style.ProcessSelfStyles(Style style)
   в System.Windows.Style.Seal()
   в System.Windows.Style.System.Windows.ISealable.Seal()
   в System.Windows.StyleHelper.SealIfSealable(Object value)
   в System.Windows.ResourceDictionary.SealValue(Object value)
   в System.Windows.ResourceDictionary.OnGettingValue(Object key, Object& value, Boolean& canCache)
   в System.Windows.ResourceDictionary.OnGettingValuePrivate(Object key, Object& value, Boolean& canCache)
   в System.Windows.ResourceDictionary.GetValueWithoutLock(Object key, Boolean& canCache)
   в System.Windows.ResourceDictionary.GetValue(Object key, Boolean& canCache)
   в System.Windows.ResourceDictionary.FetchResource(Object resourceKey, Boolean allowDeferredResourceReference, Boolean mustReturnDeferredResourceReference, Boolean canCacheAsThemeResource, Boolean& canCache)
   в System.Windows.SystemResources.LookupResourceInDictionary(ResourceDictionary dictionary, Object key, Boolean allowDeferredResourceReference, Boolean mustReturnDeferredResourceReference, Boolean& canCache)
   в System.Windows.SystemResources.FindDictionaryResource(Object key, Type typeKey, ResourceKey resourceKey, Boolean isTraceEnabled, Boolean allowDeferredResourceReference, Boolean mustReturnDeferredResourceReference, Boolean& canCache)
   в System.Windows.SystemResources.FindResourceInternal(Object key, Boolean allowDeferredResourceReference, Boolean mustReturnDeferredResourceReference)
   в System.Windows.SystemResources.FindThemeStyle(DependencyObjectType key)
   в System.Windows.StyleHelper.GetThemeStyle(FrameworkElement fe, FrameworkContentElement fce)
   в System.Windows.FrameworkElement.UpdateThemeStyleProperty()
   в System.Windows.FrameworkElement.OnInitialized(EventArgs e)
   в System.Windows.FrameworkElement.TryFireInitialized()
   в System.Windows.FrameworkElement.ChangeLogicalParent(DependencyObject newParent)
   в System.Windows.FrameworkElement.AddLogicalChild(Object child)
   в System.Windows.Controls.ContentControl.OnContentChanged(Object oldContent, Object newContent)
   в System.Windows.Controls.ContentControl.OnContentChanged(DependencyObject d, DependencyPropertyChangedEventArgs e)
   в System.Windows.DependencyObject.OnPropertyChanged(DependencyPropertyChangedEventArgs e)
   в System.Windows.FrameworkElement.OnPropertyChanged(DependencyPropertyChangedEventArgs e)
   в System.Windows.DependencyObject.NotifyPropertyChange(DependencyPropertyChangedEventArgs args)
   в System.Windows.DependencyObject.UpdateEffectiveValue(EntryIndex entryIndex, DependencyProperty dp, PropertyMetadata metadata, EffectiveValueEntry oldEntry, EffectiveValueEntry& newEntry, Boolean coerceWithDeferredReference, Boolean coerceWithCurrentValue, OperationType operationType)
   в System.Windows.DependencyObject.SetValueCommon(DependencyProperty dp, Object value, PropertyMetadata metadata, Boolean coerceWithDeferredReference, Boolean coerceWithCurrentValue, OperationType operationType, Boolean isInternal)
   в System.Windows.DependencyObject.SetValue(DependencyProperty dp, Object value)
   в System.Windows.Controls.ContentControl.set_Content(Object value)
   в ICSharpCode.SharpDevelop.Gui.SdStatusBar..ctor()
   в ICSharpCode.SharpDevelop.Gui.WpfWorkbench..ctor()
   в ICSharpCode.SharpDevelop.Commands.WorkbenchStartup.InitializeWorkbench()
   в ICSharpCode.SharpDevelop.Sda.CallHelper.RunWorkbenchInternal(Object settings)
   в ICSharpCode.SharpDevelop.Sda.CallHelper.RunWorkbench(WorkbenchSettings settings)
   в ICSharpCode.SharpDevelop.Sda.SharpDevelopHost.RunWorkbench(WorkbenchSettings settings)
   в ICSharpCode.SharpDevelop.SharpDevelopMain.RunApplication()
   в ICSharpCode.SharpDevelop.SharpDevelopMain.Run()
   в ICSharpCode.SharpDevelop.SharpDevelopMain.Main(String[ args)

---- Post-error application state information:
Installed 3rd party AddIns:

-------------------------------------------------------------------------------------------------

SharpDevelop Version : 4.2.2.8818-3d0b926b
.NET Version         : 4.0.30319.18408
OS Version           : Microsoft Windows NT 6.1.7601 Service Pack 1
Current culture      : Russian (Russia) (ru-RU)
Running under WOW6432, processor architecture: x86-64
Working Set Memory   : 49492kb
GC Heap Memory       : 3964kb

Unhandled exception terminated SharpDevelop
Exception thrown:
System.Windows.Markup.XamlParseException: Предоставление значения для "System.Windows.Baml2006.TypeConverterMarkupExtension" вызвало исключение. ---> System.BadImageFormatException: Невозможно загрузить файл или сборку "<нет данных>" или один из зависимых от них компонентов. Индекс не найден. (Исключение из HRESULT: 0x80131124)
   в System.Windows.Point.Parse(String source)
   в System.Windows.PointConverter.ConvertFrom(ITypeDescriptorContext context, CultureInfo culture, Object value)
   в System.Windows.Baml2006.TypeConverterMarkupExtension.ProvideValue(IServiceProvider serviceProvider)
   в MS.Internal.Xaml.Runtime.ClrObjectRuntime.CallProvideValue(MarkupExtension me, IServiceProvider serviceProvider)
   --- Конец трассировки внутреннего стека исключений ---
   в System.Windows.Markup.WpfXamlLoader.Load(XamlReader xamlReader, IXamlObjectWriterFactory writerFactory, Boolean skipJournaledProperties, Object rootObject, XamlObjectWriterSettings settings, Uri baseUri)
   в System.Windows.Markup.WpfXamlLoader.LoadDeferredContent(XamlReader xamlReader, IXamlObjectWriterFactory writerFactory, Boolean skipJournaledProperties, Object rootObject, XamlObjectWriterSettings parentSettings, Uri baseUri)
   в System.Windows.ResourceDictionary.CreateObject(KeyRecord key)
   в System.Windows.ResourceDictionary.OnGettingValue(Object key, Object& value, Boolean& canCache)
   в System.Windows.ResourceDictionary.OnGettingValuePrivate(Object key, Object& value, Boolean& canCache)
   в System.Windows.ResourceDictionary.GetValueWithoutLock(Object key, Boolean& canCache)
   в System.Windows.ResourceDictionary.GetValue(Object key, Boolean& canCache)
   в System.Windows.DeferredThemeResourceReference.GetValue(BaseValueSourceInternal valueSource)
   в System.Windows.StyleHelper.RequiresInstanceStorage(Object& value)
   в System.Windows.StyleHelper.UpdateTables(PropertyValue& propertyValue, FrugalStructList`1& childRecordFromChildIndex, FrugalStructList`1& triggerSourceRecordFromChildIndex, FrugalStructList`1& resourceDependents, HybridDictionary& dataTriggerRecordFromBinding, HybridDictionary childIndexFromChildName, Boolean& hasInstanceValues)
   в System.Windows.Style.ProcessSelfStyles(Style style)
   в System.Windows.Style.Seal()
   в System.Windows.Style.System.Windows.ISealable.Seal()
   в System.Windows.StyleHelper.SealIfSealable(Object value)
   в System.Windows.ResourceDictionary.SealValue(Object value)
   в System.Windows.ResourceDictionary.OnGettingValue(Object key, Object& value, Boolean& canCache)
   в System.Windows.ResourceDictionary.OnGettingValuePrivate(Object key, Object& value, Boolean& canCache)
   в System.Windows.ResourceDictionary.GetValueWithoutLock(Object key, Boolean& canCache)
   в System.Windows.ResourceDictionary.GetValue(Object key, Boolean& canCache)
   в System.Windows.ResourceDictionary.FetchResource(Object resourceKey, Boolean allowDeferredResourceReference, Boolean mustReturnDeferredResourceReference, Boolean canCacheAsThemeResource, Boolean& canCache)
   в System.Windows.SystemResources.LookupResourceInDictionary(ResourceDictionary dictionary, Object key, Boolean allowDeferredResourceReference, Boolean mustReturnDeferredResourceReference, Boolean& canCache)
   в System.Windows.SystemResources.FindDictionaryResource(Object key, Type typeKey, ResourceKey resourceKey, Boolean isTraceEnabled, Boolean allowDeferredResourceReference, Boolean mustReturnDeferredResourceReference, Boolean& canCache)
   в System.Windows.SystemResources.FindResourceInternal(Object key, Boolean allowDeferredResourceReference, Boolean mustReturnDeferredResourceReference)
   в System.Windows.SystemResources.FindThemeStyle(DependencyObjectType key)
   в System.Windows.StyleHelper.GetThemeStyle(FrameworkElement fe, FrameworkContentElement fce)
   в System.Windows.FrameworkElement.UpdateThemeStyleProperty()
   в System.Windows.FrameworkElement.OnInitialized(EventArgs e)
   в System.Windows.FrameworkElement.TryFireInitialized()
   в System.Windows.FrameworkElement.ChangeLogicalParent(DependencyObject newParent)
   в System.Windows.FrameworkElement.AddLogicalChild(Object child)
   в System.Windows.Controls.ContentControl.OnContentChanged(Object oldContent, Object newContent)
   в System.Windows.Controls.ContentControl.OnContentChanged(DependencyObject d, DependencyPropertyChangedEventArgs e)
   в System.Windows.DependencyObject.OnPropertyChanged(DependencyPropertyChangedEventArgs e)
   в System.Windows.FrameworkElement.OnPropertyChanged(DependencyPropertyChangedEventArgs e)
   в System.Windows.DependencyObject.NotifyPropertyChange(DependencyPropertyChangedEventArgs args)
   в System.Windows.DependencyObject.UpdateEffectiveValue(EntryIndex entryIndex, DependencyProperty dp, PropertyMetadata metadata, EffectiveValueEntry oldEntry, EffectiveValueEntry& newEntry, Boolean coerceWithDeferredReference, Boolean coerceWithCurrentValue, OperationType operationType)
   в System.Windows.DependencyObject.SetValueCommon(DependencyProperty dp, Object value, PropertyMetadata metadata, Boolean coerceWithDeferredReference, Boolean coerceWithCurrentValue, OperationType operationType, Boolean isInternal)
   в System.Windows.DependencyObject.SetValue(DependencyProperty dp, Object value)
   в System.Windows.Controls.ContentControl.set_Content(Object value)
   в ICSharpCode.SharpDevelop.Gui.SdStatusBar..ctor()
   в ICSharpCode.SharpDevelop.Gui.WpfWorkbench..ctor()
   в ICSharpCode.SharpDevelop.Commands.WorkbenchStartup.InitializeWorkbench()
   в ICSharpCode.SharpDevelop.Sda.CallHelper.RunWorkbenchInternal(Object settings)
   в ICSharpCode.SharpDevelop.Sda.CallHelper.RunWorkbench(WorkbenchSettings settings)
   в ICSharpCode.SharpDevelop.Sda.SharpDevelopHost.RunWorkbench(WorkbenchSettings settings)
   в ICSharpCode.SharpDevelop.SharpDevelopMain.RunApplication()
   в ICSharpCode.SharpDevelop.SharpDevelopMain.Run()
   в ICSharpCode.SharpDevelop.SharpDevelopMain.Main(String[ args)

---- Recent log messages:
10:47:02.497 [1] INFO - InitSharpDevelop...
10:47:02.617 [1] INFO - Looking for AddIns...
10:47:02.750 [1] INFO - Loading AddInTree...
10:47:03.196 [1] INFO - Running autostart commands...
10:47:03.228 [1] INFO - Loading addin Usage Data Collector
10:47:03.247 [1] INFO - Loading addin GitAddIn
10:47:03.262 [1] INFO - Loading addin Subversion AddIn
10:47:03.575 [1] INFO - InitSharpDevelop finished
10:47:03.575 [1] INFO - Initializing workbench...
10:47:03.698 [1] INFO - Leaving RunApplication()
10:47:03.699 [1] FATAL - System.Windows.Markup.XamlParseException: Предоставление значения для "System.Windows.Baml2006.TypeConverterMarkupExtension" вызвало исключение. ---> System.BadImageFormatException: Невозможно загрузить файл или сборку "<нет данных>" или один из зависимых от них компонентов. Индекс не найден. (Исключение из HRESULT: 0x80131124)
   в System.Windows.Point.Parse(String source)
   в System.Windows.PointConverter.ConvertFrom(ITypeDescriptorContext context, CultureInfo culture, Object value)
   в System.Windows.Baml2006.TypeConverterMarkupExtension.ProvideValue(IServiceProvider serviceProvider)
   в MS.Internal.Xaml.Runtime.ClrObjectRuntime.CallProvideValue(MarkupExtension me, IServiceProvider serviceProvider)
   --- Конец трассировки внутреннего стека исключений ---
   в System.Windows.Markup.WpfXamlLoader.Load(XamlReader xamlReader, IXamlObjectWriterFactory writerFactory, Boolean skipJournaledProperties, Object rootObject, XamlObjectWriterSettings settings, Uri baseUri)
   в System.Windows.Markup.WpfXamlLoader.LoadDeferredContent(XamlReader xamlReader, IXamlObjectWriterFactory writerFactory, Boolean skipJournaledProperties, Object rootObject, XamlObjectWriterSettings parentSettings, Uri baseUri)
   в System.Windows.ResourceDictionary.CreateObject(KeyRecord key)
   в System.Windows.ResourceDictionary.OnGettingValue(Object key, Object& value, Boolean& canCache)
   в System.Windows.ResourceDictionary.OnGettingValuePrivate(Object key, Object& value, Boolean& canCache)
   в System.Windows.ResourceDictionary.GetValueWithoutLock(Object key, Boolean& canCache)
   в System.Windows.ResourceDictionary.GetValue(Object key, Boolean& canCache)
   в System.Windows.DeferredThemeResourceReference.GetValue(BaseValueSourceInternal valueSource)
   в System.Windows.StyleHelper.RequiresInstanceStorage(Object& value)
   в System.Windows.StyleHelper.UpdateTables(PropertyValue& propertyValue, FrugalStructList`1& childRecordFromChildIndex, FrugalStructList`1& triggerSourceRecordFromChildIndex, FrugalStructList`1& resourceDependents, HybridDictionary& dataTriggerRecordFromBinding, HybridDictionary childIndexFromChildName, Boolean& hasInstanceValues)
   в System.Windows.Style.ProcessSelfStyles(Style style)
   в System.Windows.Style.Seal()
   в System.Windows.Style.System.Windows.ISealable.Seal()
   в System.Windows.StyleHelper.SealIfSealable(Object value)
   в System.Windows.ResourceDictionary.SealValue(Object value)
   в System.Windows.ResourceDictionary.OnGettingValue(Object key, Object& value, Boolean& canCache)
   в System.Windows.ResourceDictionary.OnGettingValuePrivate(Object key, Object& value, Boolean& canCache)
   в System.Windows.ResourceDictionary.GetValueWithoutLock(Object key, Boolean& canCache)
   в System.Windows.ResourceDictionary.GetValue(Object key, Boolean& canCache)
   в System.Windows.ResourceDictionary.FetchResource(Object resourceKey, Boolean allowDeferredResourceReference, Boolean mustReturnDeferredResourceReference, Boolean canCacheAsThemeResource, Boolean& canCache)
   в System.Windows.SystemResources.LookupResourceInDictionary(ResourceDictionary dictionary, Object key, Boolean allowDeferredResourceReference, Boolean mustReturnDeferredResourceReference, Boolean& canCache)
   в System.Windows.SystemResources.FindDictionaryResource(Object key, Type typeKey, ResourceKey resourceKey, Boolean isTraceEnabled, Boolean allowDeferredResourceReference, Boolean mustReturnDeferredResourceReference, Boolean& canCache)
   в System.Windows.SystemResources.FindResourceInternal(Object key, Boolean allowDeferredResourceReference, Boolean mustReturnDeferredResourceReference)
   в System.Windows.SystemResources.FindThemeStyle(DependencyObjectType key)
   в System.Windows.StyleHelper.GetThemeStyle(FrameworkElement fe, FrameworkContentElement fce)
   в System.Windows.FrameworkElement.UpdateThemeStyleProperty()
   в System.Windows.FrameworkElement.OnInitialized(EventArgs e)
   в System.Windows.FrameworkElement.TryFireInitialized()
   в System.Windows.FrameworkElement.ChangeLogicalParent(DependencyObject newParent)
   в System.Windows.FrameworkElement.AddLogicalChild(Object child)
   в System.Windows.Controls.ContentControl.OnContentChanged(Object oldContent, Object newContent)
   в System.Windows.Controls.ContentControl.OnContentChanged(DependencyObject d, DependencyPropertyChangedEventArgs e)
   в System.Windows.DependencyObject.OnPropertyChanged(DependencyPropertyChangedEventArgs e)
   в System.Windows.FrameworkElement.OnPropertyChanged(DependencyPropertyChangedEventArgs e)
   в System.Windows.DependencyObject.NotifyPropertyChange(DependencyPropertyChangedEventArgs args)
   в System.Windows.DependencyObject.UpdateEffectiveValue(EntryIndex entryIndex, DependencyProperty dp, PropertyMetadata metadata, EffectiveValueEntry oldEntry, EffectiveValueEntry& newEntry, Boolean coerceWithDeferredReference, Boolean coerceWithCurrentValue, OperationType operationType)
   в System.Windows.DependencyObject.SetValueCommon(DependencyProperty dp, Object value, PropertyMetadata metadata, Boolean coerceWithDeferredReference, Boolean coerceWithCurrentValue, OperationType operationType, Boolean isInternal)
   в System.Windows.DependencyObject.SetValue(DependencyProperty dp, Object value)
   в System.Windows.Controls.ContentControl.set_Content(Object value)
   в ICSharpCode.SharpDevelop.Gui.SdStatusBar..ctor()
   в ICSharpCode.SharpDevelop.Gui.WpfWorkbench..ctor()
   в ICSharpCode.SharpDevelop.Commands.WorkbenchStartup.InitializeWorkbench()
   в ICSharpCode.SharpDevelop.Sda.CallHelper.RunWorkbenchInternal(Object settings)
   в ICSharpCode.SharpDevelop.Sda.CallHelper.RunWorkbench(WorkbenchSettings settings)
   в ICSharpCode.SharpDevelop.Sda.SharpDevelopHost.RunWorkbench(WorkbenchSettings settings)
   в ICSharpCode.SharpDevelop.SharpDevelopMain.RunApplication()
   в ICSharpCode.SharpDevelop.SharpDevelopMain.Run()
   в ICSharpCode.SharpDevelop.SharpDevelopMain.Main(String[ args)

---- Post-error application state information:
Installed 3rd party AddIns:

 

 

Crash at startup

$
0
0

SharpDevelop Version : 5.0.0.4755-c848dc28
.NET Version         : 4.5.50938
OS Version           : Microsoft Windows NT 6.1.7601 Service Pack 1
Current culture      : Russian (Russia) (ru-RU)
Running under WOW6432, processor architecture: x86-64
Working Set Memory   : 48536kb
GC Heap Memory       : 4736kb

Unhandled exception terminated SharpDevelop
Exception thrown:
System.Windows.Markup.XamlParseException: Предоставление значения для "System.Windows.Baml2006.TypeConverterMarkupExtension" вызвало исключение. ---> System.BadImageFormatException: Невозможно загрузить файл или сборку "<нет данных>" или один из зависимых от них компонентов. Индекс не найден. (Исключение из HRESULT: 0x80131124)
   в System.Windows.Point.Parse(String source)
   в System.Windows.PointConverter.ConvertFrom(ITypeDescriptorContext context, CultureInfo culture, Object value)
   в System.Windows.Baml2006.TypeConverterMarkupExtension.ProvideValue(IServiceProvider serviceProvider)
   в MS.Internal.Xaml.Runtime.ClrObjectRuntime.CallProvideValue(MarkupExtension me, IServiceProvider serviceProvider)
   --- Конец трассировки внутреннего стека исключений ---
   в System.Windows.Markup.WpfXamlLoader.Load(XamlReader xamlReader, IXamlObjectWriterFactory writerFactory, Boolean skipJournaledProperties, Object rootObject, XamlObjectWriterSettings settings, Uri baseUri)
   в System.Windows.Markup.WpfXamlLoader.LoadDeferredContent(XamlReader xamlReader, IXamlObjectWriterFactory writerFactory, Boolean skipJournaledProperties, Object rootObject, XamlObjectWriterSettings parentSettings, Uri baseUri)
   в System.Windows.ResourceDictionary.CreateObject(KeyRecord key)
   в System.Windows.ResourceDictionary.OnGettingValue(Object key, Object& value, Boolean& canCache)
   в System.Windows.ResourceDictionary.OnGettingValuePrivate(Object key, Object& value, Boolean& canCache)
   в System.Windows.ResourceDictionary.GetValueWithoutLock(Object key, Boolean& canCache)
   в System.Windows.ResourceDictionary.GetValue(Object key, Boolean& canCache)
   в System.Windows.DeferredThemeResourceReference.GetValue(BaseValueSourceInternal valueSource)
   в System.Windows.StyleHelper.RequiresInstanceStorage(Object& value)
   в System.Windows.StyleHelper.UpdateTables(PropertyValue& propertyValue, FrugalStructList`1& childRecordFromChildIndex, FrugalStructList`1& triggerSourceRecordFromChildIndex, FrugalStructList`1& resourceDependents, HybridDictionary& dataTriggerRecordFromBinding, HybridDictionary childIndexFromChildName, Boolean& hasInstanceValues)
   в System.Windows.Style.ProcessSelfStyles(Style style)
   в System.Windows.Style.Seal()
   в System.Windows.Style.System.Windows.ISealable.Seal()
   в System.Windows.StyleHelper.SealIfSealable(Object value)
   в System.Windows.ResourceDictionary.SealValue(Object value)
   в System.Windows.ResourceDictionary.OnGettingValue(Object key, Object& value, Boolean& canCache)
   в System.Windows.ResourceDictionary.OnGettingValuePrivate(Object key, Object& value, Boolean& canCache)
   в System.Windows.ResourceDictionary.GetValueWithoutLock(Object key, Boolean& canCache)
   в System.Windows.ResourceDictionary.GetValue(Object key, Boolean& canCache)
   в System.Windows.ResourceDictionary.FetchResource(Object resourceKey, Boolean allowDeferredResourceReference, Boolean mustReturnDeferredResourceReference, Boolean canCacheAsThemeResource, Boolean& canCache)
   в System.Windows.SystemResources.LookupResourceInDictionary(ResourceDictionary dictionary, Object key, Boolean allowDeferredResourceReference, Boolean mustReturnDeferredResourceReference, Boolean& canCache)
   в System.Windows.SystemResources.FindDictionaryResource(Object key, Type typeKey, ResourceKey resourceKey, Boolean isTraceEnabled, Boolean allowDeferredResourceReference, Boolean mustReturnDeferredResourceReference, Boolean& canCache)
   в System.Windows.SystemResources.FindResourceInternal(Object key, Boolean allowDeferredResourceReference, Boolean mustReturnDeferredResourceReference)
   в System.Windows.SystemResources.FindThemeStyle(DependencyObjectType key)
   в System.Windows.StyleHelper.GetThemeStyle(FrameworkElement fe, FrameworkContentElement fce)
   в System.Windows.FrameworkElement.UpdateThemeStyleProperty()
   в System.Windows.FrameworkElement.OnInitialized(EventArgs e)
   в System.Windows.FrameworkElement.TryFireInitialized()
   в System.Windows.FrameworkElement.ChangeLogicalParent(DependencyObject newParent)
   в System.Windows.FrameworkElement.AddLogicalChild(Object child)
   в System.Windows.Controls.ContentControl.OnContentChanged(Object oldContent, Object newContent)
   в System.Windows.Controls.ContentControl.OnContentChanged(DependencyObject d, DependencyPropertyChangedEventArgs e)
   в System.Windows.DependencyObject.OnPropertyChanged(DependencyPropertyChangedEventArgs e)
   в System.Windows.FrameworkElement.OnPropertyChanged(DependencyPropertyChangedEventArgs e)
   в System.Windows.DependencyObject.NotifyPropertyChange(DependencyPropertyChangedEventArgs args)
   в System.Windows.DependencyObject.UpdateEffectiveValue(EntryIndex entryIndex, DependencyProperty dp, PropertyMetadata metadata, EffectiveValueEntry oldEntry, EffectiveValueEntry& newEntry, Boolean coerceWithDeferredReference, Boolean coerceWithCurrentValue, OperationType operationType)
   в System.Windows.DependencyObject.SetValueCommon(DependencyProperty dp, Object value, PropertyMetadata metadata, Boolean coerceWithDeferredReference, Boolean coerceWithCurrentValue, OperationType operationType, Boolean isInternal)
   в System.Windows.DependencyObject.SetValue(DependencyProperty dp, Object value)
   в System.Windows.Controls.ContentControl.set_Content(Object value)
   в ICSharpCode.SharpDevelop.Workbench.SDStatusBar..ctor()
   в ICSharpCode.SharpDevelop.Workbench.WpfWorkbench..ctor()
   в ICSharpCode.SharpDevelop.Workbench.WorkbenchStartup.InitializeWorkbench()
   в ICSharpCode.SharpDevelop.Sda.CallHelper.RunWorkbenchInternal(Object settings)
   в ICSharpCode.SharpDevelop.Sda.CallHelper.RunWorkbench(WorkbenchSettings settings)
   в ICSharpCode.SharpDevelop.Sda.SharpDevelopHost.RunWorkbench(WorkbenchSettings settings)
   в ICSharpCode.SharpDevelop.Startup.SharpDevelopMain.RunApplication()
   в ICSharpCode.SharpDevelop.Startup.SharpDevelopMain.Run()
   в ICSharpCode.SharpDevelop.Startup.SharpDevelopMain.Main(String[ args)

---- Recent log messages:
10:58:55.163 [1] INFO - InitSharpDevelop...
10:58:55.194 [1] INFO - Looking for AddIns...
10:58:55.201 [1] INFO - Loading AddInTree...
10:58:55.219 [1] INFO - Loading addin Unit Testing AddIn
10:58:55.224 [1] INFO - Running autostart commands...
10:58:55.224 [1] INFO - Loading addin C# Binding
10:58:55.224 [1] INFO - Loading addin Forms Designer
10:58:55.227 [1] INFO - Loading addin AddInManager 2nd Generation
10:58:55.228 [1] INFO - Loading addin Git AddIn
10:58:55.229 [1] INFO - Loading addin Subversion AddIn
10:58:55.246 [1] DEBUG - Service startup: ICSharpCode.SharpDevelop.Project.IProjectService
10:58:55.286 [1] DEBUG - Service startup: ICSharpCode.SharpDevelop.Workbench.IFileService
10:58:55.290 [1] DEBUG - Service startup: ICSharpCode.SharpDevelop.Parser.IParserService
10:58:55.291 [1] DEBUG - Service startup: ICSharpCode.SharpDevelop.Parser.IAssemblyParserService
10:58:55.291 [1] DEBUG - Service startup: ICSharpCode.SharpDevelop.Project.IBuildService
10:58:55.291 [1] INFO - InitSharpDevelop finished
10:58:55.291 [1] INFO - Initializing workbench...
10:58:55.334 [1] INFO - Leaving RunApplication()
10:58:55.336 [1] FATAL - System.Windows.Markup.XamlParseException: Предоставление значения для "System.Windows.Baml2006.TypeConverterMarkupExtension" вызвало исключение. ---> System.BadImageFormatException: Невозможно загрузить файл или сборку "<нет данных>" или один из зависимых от них компонентов. Индекс не найден. (Исключение из HRESULT: 0x80131124)
   в System.Windows.Point.Parse(String source)
   в System.Windows.PointConverter.ConvertFrom(ITypeDescriptorContext context, CultureInfo culture, Object value)
   в System.Windows.Baml2006.TypeConverterMarkupExtension.ProvideValue(IServiceProvider serviceProvider)
   в MS.Internal.Xaml.Runtime.ClrObjectRuntime.CallProvideValue(MarkupExtension me, IServiceProvider serviceProvider)
   --- Конец трассировки внутреннего стека исключений ---
   в System.Windows.Markup.WpfXamlLoader.Load(XamlReader xamlReader, IXamlObjectWriterFactory writerFactory, Boolean skipJournaledProperties, Object rootObject, XamlObjectWriterSettings settings, Uri baseUri)
   в System.Windows.Markup.WpfXamlLoader.LoadDeferredContent(XamlReader xamlReader, IXamlObjectWriterFactory writerFactory, Boolean skipJournaledProperties, Object rootObject, XamlObjectWriterSettings parentSettings, Uri baseUri)
   в System.Windows.ResourceDictionary.CreateObject(KeyRecord key)
   в System.Windows.ResourceDictionary.OnGettingValue(Object key, Object& value, Boolean& canCache)
   в System.Windows.ResourceDictionary.OnGettingValuePrivate(Object key, Object& value, Boolean& canCache)
   в System.Windows.ResourceDictionary.GetValueWithoutLock(Object key, Boolean& canCache)
   в System.Windows.ResourceDictionary.GetValue(Object key, Boolean& canCache)
   в System.Windows.DeferredThemeResourceReference.GetValue(BaseValueSourceInternal valueSource)
   в System.Windows.StyleHelper.RequiresInstanceStorage(Object& value)
   в System.Windows.StyleHelper.UpdateTables(PropertyValue& propertyValue, FrugalStructList`1& childRecordFromChildIndex, FrugalStructList`1& triggerSourceRecordFromChildIndex, FrugalStructList`1& resourceDependents, HybridDictionary& dataTriggerRecordFromBinding, HybridDictionary childIndexFromChildName, Boolean& hasInstanceValues)
   в System.Windows.Style.ProcessSelfStyles(Style style)
   в System.Windows.Style.Seal()
   в System.Windows.Style.System.Windows.ISealable.Seal()
   в System.Windows.StyleHelper.SealIfSealable(Object value)
   в System.Windows.ResourceDictionary.SealValue(Object value)
   в System.Windows.ResourceDictionary.OnGettingValue(Object key, Object& value, Boolean& canCache)
   в System.Windows.ResourceDictionary.OnGettingValuePrivate(Object key, Object& value, Boolean& canCache)
   в System.Windows.ResourceDictionary.GetValueWithoutLock(Object key, Boolean& canCache)
   в System.Windows.ResourceDictionary.GetValue(Object key, Boolean& canCache)
   в System.Windows.ResourceDictionary.FetchResource(Object resourceKey, Boolean allowDeferredResourceReference, Boolean mustReturnDeferredResourceReference, Boolean canCacheAsThemeResource, Boolean& canCache)
   в System.Windows.SystemResources.LookupResourceInDictionary(ResourceDictionary dictionary, Object key, Boolean allowDeferredResourceReference, Boolean mustReturnDeferredResourceReference, Boolean& canCache)
   в System.Windows.SystemResources.FindDictionaryResource(Object key, Type typeKey, ResourceKey resourceKey, Boolean isTraceEnabled, Boolean allowDeferredResourceReference, Boolean mustReturnDeferredResourceReference, Boolean& canCache)
   в System.Windows.SystemResources.FindResourceInternal(Object key, Boolean allowDeferredResourceReference, Boolean mustReturnDeferredResourceReference)
   в System.Windows.SystemResources.FindThemeStyle(DependencyObjectType key)
   в System.Windows.StyleHelper.GetThemeStyle(FrameworkElement fe, FrameworkContentElement fce)
   в System.Windows.FrameworkElement.UpdateThemeStyleProperty()
   в System.Windows.FrameworkElement.OnInitialized(EventArgs e)
   в System.Windows.FrameworkElement.TryFireInitialized()
   в System.Windows.FrameworkElement.ChangeLogicalParent(DependencyObject newParent)
   в System.Windows.FrameworkElement.AddLogicalChild(Object child)
   в System.Windows.Controls.ContentControl.OnContentChanged(Object oldContent, Object newContent)
   в System.Windows.Controls.ContentControl.OnContentChanged(DependencyObject d, DependencyPropertyChangedEventArgs e)
   в System.Windows.DependencyObject.OnPropertyChanged(DependencyPropertyChangedEventArgs e)
   в System.Windows.FrameworkElement.OnPropertyChanged(DependencyPropertyChangedEventArgs e)
   в System.Windows.DependencyObject.NotifyPropertyChange(DependencyPropertyChangedEventArgs args)
   в System.Windows.DependencyObject.UpdateEffectiveValue(EntryIndex entryIndex, DependencyProperty dp, PropertyMetadata metadata, EffectiveValueEntry oldEntry, EffectiveValueEntry& newEntry, Boolean coerceWithDeferredReference, Boolean coerceWithCurrentValue, OperationType operationType)
   в System.Windows.DependencyObject.SetValueCommon(DependencyProperty dp, Object value, PropertyMetadata metadata, Boolean coerceWithDeferredReference, Boolean coerceWithCurrentValue, OperationType operationType, Boolean isInternal)
   в System.Windows.DependencyObject.SetValue(DependencyProperty dp, Object value)
   в System.Windows.Controls.ContentControl.set_Content(Object value)
   в ICSharpCode.SharpDevelop.Workbench.SDStatusBar..ctor()
   в ICSharpCode.SharpDevelop.Workbench.WpfWorkbench..ctor()
   в ICSharpCode.SharpDevelop.Workbench.WorkbenchStartup.InitializeWorkbench()
   в ICSharpCode.SharpDevelop.Sda.CallHelper.RunWorkbenchInternal(Object settings)
   в ICSharpCode.SharpDevelop.Sda.CallHelper.RunWorkbench(WorkbenchSettings settings)
   в ICSharpCode.SharpDevelop.Sda.SharpDevelopHost.RunWorkbench(WorkbenchSettings settings)
   в ICSharpCode.SharpDevelop.Startup.SharpDevelopMain.RunApplication()
   в ICSharpCode.SharpDevelop.Startup.SharpDevelopMain.Run()
   в ICSharpCode.SharpDevelop.Startup.SharpDevelopMain.Main(String[ args)

---- Post-error application state information:
Installed 3rd party AddIns:
ProjectService.CurrentSolution: <null>
ProjectService.CurrentProject: <null>

Error (MSB3270) in Windows 7 64 when using sharp develop reports and Sharp 4.4: Resolved

$
0
0

I work in a Win 7 64bit

I have been working fine till now, but appear me this error while troubleshooting sharp develop reports, I just change the framework client to framework 4, and sharpreports error disappeared, but appear this error:

I wanted to change platform to aim only 32bit and there is no other option that AnyCPU.

Someone can give me a clue please. 

Could be it lacking of Win SDK ? Or to change form Debug to Release, even getting back to debug mode it continues.

Why did not appear before, just Sharp Develop Report uses SDK ?

 At last I have installed SDK for windows 7

Solution. 

Then I open and I change language again to english given the fact spanish confuse me, does not say Compiling in options, and I see chosee platform: there there was  32 bit...

It is in the option set platform there is no possibility to choose: there´s just AnyCPU, but in Proyect Options->... yes, you can coose platoform and therefore solve the TITLE error.

 

AvalonEdit + NRefactory Code Completion Sample released

$
0
0

Hey Guys,

I've just released a code completion example for C# on GitHub. It contains quite full featured code completion, I've scavenged all the examples I could find online and tried to merge them in one project. Most stuff comes from the latest SharpDevelop branch though.

Here's the project: https://github.com/lukebuehler/NRefactory-Completion-Sample

There are a few open issues and It would be really awesome if somebody from the SharpDevelop or NRefactory team could take a look and give some feedback if stuff could be done better and how to fix things. I guess this thread can serve for that?

Hopefully this can become a really good sample that could be included in NRefacotry?

Any feedback and contributaions are welcome.

 

 

import issue with IronPython [SOLVED]

$
0
0

I'm trying to import the os module with this little script:

import sys
sys.path.append("c:\python25\lib")
import os

print os.getcwd()

print " Press Enter to quit . . . "
raw_input()

If I run it with ipy.exe, it works.

If I run it through SharpDevelop, there's an exception:

IronPython.Runtime.Exceptions.ImportException: No module named errno
   at DLRCachedCode.Program
   at Microsoft.Scripting.ScriptCode.InvokeTarget
   at Microsoft.Scripting.ScriptCode.Run
   at IronPython.Runtime.PythonContext.CreateModule
   at IronPython.Runtime.ModuleLoader.load_module
   at Microsoft.Scripting.Actions.MatchCaller.Call3
   at Microsoft.Scripting.Actions.CallSite<Microsoft.Func<Microsoft.Scripting.Actions.CallSite,Microsoft.Scripting.Runtime.CodeContext,System.Object,System.Object[,System.Object>>.UpdateAndExecute
   at Microsoft.Scripting.Actions.UpdateDelegates.Update3
   at IronPython.Runtime.PythonContext.Call
   at IronPython.Runtime.Importer.FindAndLoadModuleFromImporter
   at IronPython.Runtime.Importer.TryLoadMetaPathModule
   at IronPython.Runtime.Importer.ImportTopAbsolute
   at IronPython.Runtime.Importer.ImportModule
   at IronPython.Runtime.Builtin.__import__
   at Microsoft.Scripting.Actions.MatchCaller.Call7
   at Microsoft.Scripting.Actions.CallSite<Microsoft.Func<Microsoft.Scripting.Actions.CallSite,Microsoft.Scripting.Runtime.CodeContext,System.Object,System.String,Microsoft.Scripting.IAttributesCollection,Microsoft.Scripting.IAttributesCollection,IronPython.Runtime.PythonTuple,System.Int32,System.Object>>.UpdateAndExecute
   at Microsoft.Scripting.Actions.UpdateDelegates.Update7
   at IronPython.Runtime.Importer.Import
   at IronPython.Runtime.Operations.PythonOps.InitializeModule
   at PythonMain.Main

Sharp Develop Reports - V4.4 - Win 7 64 bit

$
0
0

I was moving labels, I copy and paste a serie of lables, then I select both of series and I tried to move then down, all this in the report designer, the app crash, just one serie move down, the other serie of labels keep in your place, and also before I quit Sharp Develop, I saw that lables get its height cut, showing me just a half of it initial height.  

Pull Report code

$
0
0

How can do I code a report calling with a DataTable to print  after cretate the report with wizard and reference a xsd file ? Thank 

SharpDevelop Reports: pull report: last record in XPS file disappear

$
0
0

I am working in version 4.4, I found that when I print 4 records and it take three record per page, the record number 4 did not appear to mu sight, even so report print 2 pages to a xps file.

I am in testing report, so it is not the last owrd, but suprise for me. labels that print when I send 5 record appear , when I send 4, the last record labels did not appear.

Version 5.0 crashes on startup.

$
0
0

Hello folks,

I am a new member here, and I installed v5.0 yesterday.

The OS is Windows 7 ultimate, Frameworks v3.5 and 4.5 are installed too. Version 3.2 runs OK, but when I load v5.0 I see a fatal error => program cannot run because of 0xc000007b error. I followed this link and I also installed VC++ 2010 but the problem persists. Any ideas?

 

Unable to create Python Addins

$
0
0

Hi,

I am a beginner, am unable to create python addins.

I am using SharpDevelop 5.0.0.4755 and IronPython 2.7.5

Even tried to follow this link: http://community.sharpdevelop.net/blogs/mattward/archive/2007/11/18/IronPythonAddInInternals.aspx

but still unable to do it properly.

 

SharpDevelop Version : 5.0.0.4755-c848dc28

.NET Version         : 4.5.51209

OS Version           : Microsoft Windows NT 6.1.7600.0

Current culture      : English (United States) (en-US)

Running under WOW6432, processor architecture: x86-64

Working Set Memory   : 151732kb

GC Heap Memory       : 40086kb

 

Unhandled WPF exception

Exception thrown:

System.InvalidCastException: The AddInTreeNode <Directory id='Python'> returned an instance of System.String but the type ICSharpCode.SharpDevelop.Templates.TemplateBase is expected.

   at ICSharpCode.Core.AddInTreeNode.BuildChildItems[T](Object parameter, IEnumerable`1 additionalConditions)

   at ICSharpCode.Core.AddInTreeImpl.BuildItems[T](String path, Object parameter, Boolean throwOnNotFound)

   at ICSharpCode.SharpDevelop.Templates.TemplateService.LoadProjectAndFileTemplates()

   at System.Lazy`1.CreateValue()

   at System.Lazy`1.LazyInitValue()

   at System.Lazy`1.get_Value()

   at ICSharpCode.SharpDevelop.Templates.TemplateService.get_TemplateCategories()

   at ICSharpCode.SharpDevelop.UIService.ShowNewFileDialog(IProject project, DirectoryName directory, IEnumerable`1 templates)

   at ICSharpCode.SharpDevelop.Commands.CreateNewFile.Run()

   at ICSharpCode.Core.AbstractMenuCommand.System.Windows.Input.ICommand.Execute(Object parameter)

   at ICSharpCode.Core.CommandWrapper.Execute(Object parameter)

   at MS.Internal.Commands.CommandHelpers.CriticalExecuteCommandSource(ICommandSource commandSource, Boolean userInitiated)

   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)

 

---- Recent log messages:

10:58:56.168 [8] DEBUG - Git: OverlayIconManager Thread started

10:58:56.185 [1] INFO - Initialize DirectoryNode C:\Program Files (x86)\SharpDevelop\5.0\AddIns\BackendBindings\Python\Python.Build.Tasks\Project

10:58:56.206 [1] INFO - Initialize DirectoryNode C:\Program Files (x86)\SharpDevelop\5.0\AddIns\BackendBindings\Python\Python.Build.Tasks\Test

10:58:56.238 [1] INFO - Initialize DirectoryNode C:\Program Files (x86)\SharpDevelop\5.0\AddIns\BackendBindings\Python\PythonBinding\Project

10:58:56.274 [1] INFO - Initialize DirectoryNode C:\Program Files (x86)\SharpDevelop\5.0\AddIns\BackendBindings\Python\PythonBinding\Test

10:58:56.291 [8] DEBUG - Git: OverlayIconManager Thread finished

10:58:56.339 [1] INFO - Initialize DirectoryNode C:\Program Files (x86)\SharpDevelop\5.0\AddIns\BackendBindings\Python\PyWalker

10:58:56.339 [6] DEBUG - Git: OverlayIconManager Thread started

10:58:56.846 [1] DEBUG - CompilerMessageView: Combined 2 appends.

10:58:56.847 [1] DEBUG - CompilerMessageView: Combined 2 appends.

10:58:56.990 [1] DEBUG - CompilerMessageView: Combined 4 appends.

10:58:57.157 [LoadSolutionProjects] DEBUG - LoadSolutionProjectsThread finished after 00:00:01.6758679

10:58:57.245 [6] DEBUG - Git: OverlayIconManager Thread finished

10:59:00.490 [1] INFO - CurrentProject changed to PyWalker

10:59:00.527 [1] DEBUG - ActiveContentChanged to ICSharpCode.SharpDevelop.Project.ProjectBrowserPad

10:59:00.578 [1] INFO - Loading addin ASP.NET MVC Binding

10:59:00.583 [1] DEBUG - Service startup: ICSharpCode.SharpDevelop.IClipboard

10:59:06.311 [1] INFO - CurrentProject changed to Python.Build.Tasks

10:59:07.479 [1] INFO - CurrentProject changed to Python.Build.Tasks.Tests

10:59:08.680 [1] INFO - CurrentProject changed to PythonBinding

10:59:09.710 [1] INFO - CurrentProject changed to PythonBinding.Tests

10:59:17.538 [1] DEBUG - Service startup: ICSharpCode.SharpDevelop.IUIService

10:59:17.538 [1] DEBUG - Service startup: ICSharpCode.SharpDevelop.Templates.ITemplateService

10:59:17.616 [1] INFO - Loading addin Cpp Binding

10:59:17.616 [1] ERROR - Unhandled WPF exception

--> Exception:

System.InvalidCastException: The AddInTreeNode <Directory id='Python'> returned an instance of System.String but the type ICSharpCode.SharpDevelop.Templates.TemplateBase is expected.

   at ICSharpCode.Core.AddInTreeNode.BuildChildItems[T](Object parameter, IEnumerable`1 additionalConditions)

   at ICSharpCode.Core.AddInTreeImpl.BuildItems[T](String path, Object parameter, Boolean throwOnNotFound)

   at ICSharpCode.SharpDevelop.Templates.TemplateService.LoadProjectAndFileTemplates()

   at System.Lazy`1.CreateValue()

   at System.Lazy`1.LazyInitValue()

   at System.Lazy`1.get_Value()

   at ICSharpCode.SharpDevelop.Templates.TemplateService.get_TemplateCategories()

   at ICSharpCode.SharpDevelop.UIService.ShowNewFileDialog(IProject project, DirectoryName directory, IEnumerable`1 templates)

   at ICSharpCode.SharpDevelop.Commands.CreateNewFile.Run()

   at ICSharpCode.Core.AbstractMenuCommand.System.Windows.Input.ICommand.Execute(Object parameter)

   at ICSharpCode.Core.CommandWrapper.Execute(Object parameter)

   at MS.Internal.Commands.CommandHelpers.CriticalExecuteCommandSource(ICommandSource commandSource, Boolean userInitiated)

   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)

 

---- Post-error application state information:

Installed 3rd party AddIns: [Python Binding 0.0.0.0]

ProjectService.CurrentSolution: [Solution C:\Program Files (x86)\SharpDevelop\5.0\AddIns\BackendBindings\Python\PythonBinding.sln with 13 projects]

ProjectService.CurrentProject: [CSharpProject: PythonBinding.Tests]

Workbench.ActiveContent: ICSharpCode.SharpDevelop.Project.ProjectBrowserPad

Problem reading large files - Header checksum is invalid

$
0
0

Hi all,

I am trying to work with large files and while trying to extract information, I get the following:

 

Source: ICSharpCode.SharpZipLib.Tar.TarInputStream

               Method: ICSharpCode.SharpZipLib.Tar.TarEntry GetNextEntry()

               Message: Header checksum is invalid

               Additional info: Error occurred importing feed file. Message:ICSharpCode.SharpZipLib.Tar.TarException: Header checksum is invalid

 

   at ICSharpCode.SharpZipLib.Tar.TarInputStream.GetNextEntry()

 

Looking forward to hearing back.

Trying to open an asp.net application

$
0
0

SharpDevelop Version : 5.0.0.4755-c848dc28
.NET Version         : 4.5.50938
OS Version           : Microsoft Windows NT 6.1.7601 Service Pack 1
Current culture      : English (United Kingdom) (en-GB)
Terminal Server Session
Working Set Memory   : 93568kb
GC Heap Memory       : 8778kb

Unhandled WPF exception
Exception thrown:
System.NotSupportedException: The given path's format is not supported.
   at System.Security.Util.StringExpressionSet.CanonicalizePath(String path, Boolean needFullPath)
   at System.Security.Util.StringExpressionSet.CreateListFromExpressions(String[ str, Boolean needFullPath)
   at System.Security.Permissions.FileIOPermission.AddPathList(FileIOPermissionAccess access, AccessControlActions control, String[ pathListOrig, Boolean checkForDuplicates, Boolean needFullPath, Boolean copyPathList)
   at System.Security.Permissions.FileIOPermission..ctor(FileIOPermissionAccess access, String[ pathList, Boolean checkForDuplicates, Boolean needFullPath)
   at System.IO.FileInfo.Init(String fileName, Boolean checkHost)
   at System.IO.FileInfo..ctor(String fileName)
   at ICSharpCode.SharpDevelop.Project.ProjectChangeWatcher.UpdateLastWriteTime()
   at ICSharpCode.SharpDevelop.Project.ProjectChangeWatcher..ctor(String fileName)
   at ICSharpCode.SharpDevelop.Project.AbstractProject.set_FileName(FileName value)
   at ICSharpCode.SharpDevelop.Project.AbstractProject..ctor(ProjectInformation information)
   at ICSharpCode.SharpDevelop.Project.ErrorProject..ctor(ProjectLoadInformation information, Exception exception)
   at ICSharpCode.SharpDevelop.Project.SolutionLoader.LoadProjectWithErrorHandling(ProjectLoadInformation projectInfo)
   at ICSharpCode.SharpDevelop.Project.SolutionLoader.ReadSolution(Solution solution, IProgressMonitor progress)
   at ICSharpCode.SharpDevelop.Project.SDProjectService.LoadSolutionFile(FileName fileName, IProgressMonitor progress)
   at ICSharpCode.SharpDevelop.Project.SDProjectService.OpenSolutionInternal(FileName fileName)
   at ICSharpCode.SharpDevelop.Project.SDProjectService.OpenSolutionOrProjectInternal(FileName fileName)
   at ICSharpCode.Core.FileUtility.<>c__DisplayClass13.<ObservedLoad>b__12()
   at ICSharpCode.Core.FileUtility.ObservedLoad(FileOperationDelegate loadFile, FileName fileName, String message, FileErrorPolicy policy)
   at ICSharpCode.Core.FileUtility.ObservedLoad(NamedFileOperationDelegate saveFileAs, FileName fileName, String message, FileErrorPolicy policy)
   at ICSharpCode.Core.FileUtility.ObservedLoad(NamedFileOperationDelegate saveFileAs, FileName fileName, FileErrorPolicy policy)
   at ICSharpCode.SharpDevelop.Project.SDProjectService.OpenSolutionOrProject(FileName fileName)
   at ICSharpCode.SharpDevelop.Project.Commands.LoadSolution.Run()
   at ICSharpCode.StartPage.RecentProjectsControl.openSolutionClick(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(MouseButtonEventArgs 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.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.RaiseTrustedEvent(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, WindowMessage 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, Int32 numArgs)
   at MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(Object source, Delegate method, Object args, Int32 numArgs, Delegate catchHandler)

---- Recent log messages:
09:38:01.601 [1] DEBUG - Service startup: ICSharpCode.SharpDevelop.WinForms.IWinFormsService
09:38:01.621 [1] DEBUG - NavigationService -- resume logging
09:38:01.627 [1] DEBUG - [AddInManager2.Events] Package list download ended (success: False).
09:38:01.654 [7] DEBUG - RecentProjectsControl: Looking up path 'E:\Dev\di.test\di.test.sln'
09:38:01.669 [7] DEBUG - RecentProjectsControl: Looking up path 'E:\SharpDevelop\wpfApp\wpfApp.sln'
09:38:02.200 [1] INFO - Number of screens: 1
09:38:02.200 [1] INFO - Screen {X=0,Y=0,Width=1280,Height=1024}: Validating {X=10,Y=10,Width=750,Height=550}; intersection {X=10,Y=10,Width=750,Height=550}
09:38:02.219 [1] INFO - dockingManager_Loaded
09:38:02.219 [1] INFO - Loading layout file: C:\Users\daniel.onamusi\AppData\Roaming\ICSharpCode\SharpDevelop5\layouts\Default.xml, hideAllLostPads=False
09:38:02.325 [1] DEBUG - ActiveContentChanged to ICSharpCode.StartPage.StartPageViewContent
09:38:02.325 [1] DEBUG - ActiveWorkbenchWindowChanged to [AvalonWorkbenchWindow: Start Page]
09:38:02.325 [1] DEBUG - NavigationService
    ActiveViewContent: Start Page
              Subview: TabPageText
09:38:02.325 [1] DEBUG - ActiveViewContentChanged to ICSharpCode.StartPage.StartPageViewContent
09:38:02.334 [1] DEBUG - Creating pad ICSharpCode.SharpDevelop.Gui.PropertyPad...
09:38:02.344 [1] DEBUG - Service startup: ICSharpCode.SharpDevelop.WinForms.IWinFormsMenuService
09:38:02.344 [1] DEBUG - PropertyPad created
09:38:02.345 [1] DEBUG - Creating pad ICSharpCode.SharpDevelop.Project.ProjectBrowserPad...
09:38:02.345 [1] DEBUG - Service startup: ICSharpCode.SharpDevelop.WinForms.IWinFormsToolbarService
09:38:02.349 [1] DEBUG - Creating pad ICSharpCode.SharpDevelop.Gui.ErrorListPad...
09:38:07.800 [8] DEBUG - Preload-Thread started.
09:38:07.893 [1] DEBUG - Service startup: ICSharpCode.SharpDevelop.Editor.IEditorControlService
09:38:07.905 [1] DEBUG - Preload-Thread finished.
09:38:08.142 [1] DEBUG - [AddInManager2.Events] Package list download ended (success: True).
09:38:23.458 [1] WARN - Project load error
--> Exception:
ICSharpCode.SharpDevelop.Project.ProjectLoadException: No backend for project type installed.
   at ICSharpCode.SharpDevelop.Project.SDProjectService.LoadProject(ProjectLoadInformation info)
   at ICSharpCode.SharpDevelop.Project.SolutionLoader.LoadProjectWithErrorHandling(ProjectLoadInformation projectInfo)
09:38:23.586 [1] ERROR - Unhandled WPF exception
--> Exception:
System.NotSupportedException: The given path's format is not supported.
   at System.Security.Util.StringExpressionSet.CanonicalizePath(String path, Boolean needFullPath)
   at System.Security.Util.StringExpressionSet.CreateListFromExpressions(String[ str, Boolean needFullPath)
   at System.Security.Permissions.FileIOPermission.AddPathList(FileIOPermissionAccess access, AccessControlActions control, String[ pathListOrig, Boolean checkForDuplicates, Boolean needFullPath, Boolean copyPathList)
   at System.Security.Permissions.FileIOPermission..ctor(FileIOPermissionAccess access, String[ pathList, Boolean checkForDuplicates, Boolean needFullPath)
   at System.IO.FileInfo.Init(String fileName, Boolean checkHost)
   at System.IO.FileInfo..ctor(String fileName)
   at ICSharpCode.SharpDevelop.Project.ProjectChangeWatcher.UpdateLastWriteTime()
   at ICSharpCode.SharpDevelop.Project.ProjectChangeWatcher..ctor(String fileName)
   at ICSharpCode.SharpDevelop.Project.AbstractProject.set_FileName(FileName value)
   at ICSharpCode.SharpDevelop.Project.AbstractProject..ctor(ProjectInformation information)
   at ICSharpCode.SharpDevelop.Project.ErrorProject..ctor(ProjectLoadInformation information, Exception exception)
   at ICSharpCode.SharpDevelop.Project.SolutionLoader.LoadProjectWithErrorHandling(ProjectLoadInformation projectInfo)
   at ICSharpCode.SharpDevelop.Project.SolutionLoader.ReadSolution(Solution solution, IProgressMonitor progress)
   at ICSharpCode.SharpDevelop.Project.SDProjectService.LoadSolutionFile(FileName fileName, IProgressMonitor progress)
   at ICSharpCode.SharpDevelop.Project.SDProjectService.OpenSolutionInternal(FileName fileName)
   at ICSharpCode.SharpDevelop.Project.SDProjectService.OpenSolutionOrProjectInternal(FileName fileName)
   at ICSharpCode.Core.FileUtility.<>c__DisplayClass13.<ObservedLoad>b__12()
   at ICSharpCode.Core.FileUtility.ObservedLoad(FileOperationDelegate loadFile, FileName fileName, String message, FileErrorPolicy policy)
   at ICSharpCode.Core.FileUtility.ObservedLoad(NamedFileOperationDelegate saveFileAs, FileName fileName, String message, FileErrorPolicy policy)
   at ICSharpCode.Core.FileUtility.ObservedLoad(NamedFileOperationDelegate saveFileAs, FileName fileName, FileErrorPolicy policy)
   at ICSharpCode.SharpDevelop.Project.SDProjectService.OpenSolutionOrProject(FileName fileName)
   at ICSharpCode.SharpDevelop.Project.Commands.LoadSolution.Run()
   at ICSharpCode.StartPage.RecentProjectsControl.openSolutionClick(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(MouseButtonEventArgs 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.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.RaiseTrustedEvent(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, WindowMessage 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, Int32 numArgs)
   at MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(Object source, Delegate method, Object args, Int32 numArgs, Delegate catchHandler)

---- Post-error application state information:
Installed 3rd party AddIns:
ProjectService.CurrentSolution: <null>
ProjectService.CurrentProject: <null>
Workbench.ActiveContent: ICSharpCode.StartPage.StartPageViewContent


ZipInputStreamGetNextEntry Exception

$
0
0

Hi Guys,

I have a simple zip file with two entryes:

1.xml

2.xml

My code looks like this (it compiles in real life, im just making it breif here)

while((entry = zip.GetNextEntry()) != null)

{

   if(entry.name.equals("2.xml")

  {

       // then extract file

       break;

   }

}

I only care about the one file. Now I do see the first entry 1.xml but I don't care about this so skip it and call GetNextEntry again, this throws an exception complaing the stream position is negative or too big.

If i always read the file using StreamUtils.Copy then everything works inc the second GetNextEntry call.

Must you always read the data when using ZipInputStream?

Thanks,

Shyam

Diff View for "diff"ing two files

$
0
0

My view has a split screen with 2 instances of TextEditor. I can highlight the diffs in the text editor the way I want based on the diff engine's output. The question I have is related to line numbers and scrollbars.

1. I want to be able to include blank lines without incrementing the line number (is this possible?)

2. I want to be able to sync scrolling - I think this is achievable by binding the scollbars?

3. I want to highlight the diff's on the scroll bar or on a region next to the scroll bar. Is this possible?

 

Thanks for this awesome text editor !

StartDocPrinter error

$
0
0

I have SD 4.4 running in Win 7 64.

I am calling report with this code and it was working fine, till I add a new report will print after, even disabling it, the error continues

 Engine = New ReportEngine()
   Engine.PrintPushDataReport("C:\tsp\TSFTcuponera\TSFTCupones\Cuponera.srd",dt)
   Engine = Nothing

I have tried, disabling XPS printer I am using to test and enabling it again, I change permisison folders, I disabel  advanced printer features, and many ideas I found googling.

I am printing just 2 pages report, I checked Disk for error, to conisder emmory or file damages, but nothing, it still cotnue the error.

It seems the report is been sent and can not be closed. There is no error en Event Viewer too.  

 

The message say:

System.ComponentModel.Win32Exception: No se realizó una llamada a StartDocPrinter

   en System.Drawing.Printing.StandardPrintController.OnEndPrint(PrintDocument document, PrintEventArgs e)

   en System.Windows.Forms.PrintControllerWithStatusDialog.OnEndPrint(PrintDocument document, PrintEventArgs e)

   en System.Drawing.Printing.PrintController.Print(PrintDocument document)

   en System.Drawing.Printing.PrintDocument.Print()

   en ICSharpCode.Reports.Core.ReportEngine.ReportToPrinter(AbstractRenderer renderer, IReportModel model)

   en ICSharpCode.Reports.Core.ReportEngine.PrintPushDataReport(String fileName, DataTable dataTable, ReportParameters reportParameters)

   en ICSharpCode.Reports.Core.ReportEngine.PrintPushDataReport(String fileName, DataTable dataTable)

   en TSFTCupones.MainForm.Button1Click(Object sender, EventArgs e)

   en System.Windows.Forms.Control.OnClick(EventArgs e)

   en System.Windows.Forms.Button.OnClick(EventArgs e)

   en System.Windows.Forms.Button.OnMouseUp(MouseEventArgs mevent)

   en System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)

   en System.Windows.Forms.Control.WndProc(Message& m)

   en System.Windows.Forms.ButtonBase.WndProc(Message& m)

   en System.Windows.Forms.Button.WndProc(Message& m)

   en System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)

   en System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)

   en System.Windows.Forms.NativeWindow.DebuggableCallback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)

   en System.Windows.Forms.UnsafeNativeMethods.DispatchMessageW(MSG& msg)

   en System.Windows.Forms.Application.ComponentManager.System.Windows.Forms.UnsafeNativeMethods.IMsoComponentManager.FPushMessageLoop(IntPtr dwComponentID, Int32 reason, Int32 pvLoopData)

   en System.Windows.Forms.Application.ThreadContext.RunMessageLoopInner(Int32 reason, ApplicationContext context)

   en System.Windows.Forms.Application.ThreadContext.RunMessageLoop(Int32 reason, ApplicationContext context)

   en System.Windows.Forms.Application.Run(ApplicationContext context)

   en Microsoft.VisualBasic.ApplicationServices.WindowsFormsApplicationBase.OnRun()

   en Microsoft.VisualBasic.ApplicationServices.WindowsFormsApplicationBase.DoApplicationModel()

   en Microsoft.VisualBasic.ApplicationServices.WindowsFormsApplicationBase.Run(String[ commandLine)

   en TSFTCupones.My.MyApplication.Main(String[ Args)

 

Donation

$
0
0

I'd like to donate a little money to SharpDevelop.  I found what I think is a donate page but it is in German.  Is there an English language donate page?

 

Latest version and Donations

$
0
0

Would be nice if you would add some links to your site.

(1) Links that say "Donate", perhaps one for each product.

(2) Links that say "Download" to get the latest version.

It's not that I can't find them, it's just that a new user shouldn't have to hunt for this kind of stuff.  


 

Viewing all 1764 articles
Browse latest View live