i downlaod sharpdevelop 4.3 it successfully installed but when i run sharpdevelop an error
SharpDevelop Version : 4.3.3.9663-463ee024
.NET Version : 4.0.30319.1
OS Version : Microsoft Windows NT 6.1.7600.0
Current culture : English (United States) (en-US)
Working Set Memory : 44460kb
GC Heap Memory : 6151kb
Exception thrown:
System.Windows.Markup.XamlParseException: Add value to collection of type 'System.Windows.Documents.InlineCollection' threw an exception. ---> System.TypeInitializationException: The type initializer for 'System.Windows.Documents.TextSchema' threw an exception. ---> System.NullReferenceException: Object reference not set to an instance of an object.
at System.Windows.Documents.TextSchema..cctor()
--- End of inner exception stack trace ---
at System.Windows.Documents.ValidationHelper.ValidateChild(TextPointer position, Object child, String paramName)
at System.Windows.Documents.TextPointer.InsertTextElement(TextElement textElement)
at System.Windows.Controls.TextBlock.InsertTextRun(ITextPointer position, String text, Boolean whitespacesIgnorable)
at System.Windows.Controls.TextBlock.ComplexContent..ctor(TextBlock owner, ITextContainer textContainer, Boolean foreignTextContianer, String content)
at System.Windows.Controls.TextBlock.EnsureComplexContent(ITextContainer textContainer)
at System.Windows.Documents.TextElementCollection`1.get_TextContainer()
at System.Windows.Documents.InlineCollection.OnAdd(Object value)
at System.Windows.Documents.TextElementCollection`1.System.Collections.IList.Add(Object value)
at System.Xaml.Schema.XamlTypeInvoker.AddToCollection(Object instance, Object item)
at MS.Internal.Xaml.Runtime.ClrObjectRuntime.Add(Object collection, XamlType collectionType, Object value, XamlType valueXamlType)
--- End of inner exception stack trace ---
at System.Windows.Markup.XamlReader.RewrapException(Exception e, IXamlLineInfo lineInfo, Uri baseUri)
at System.Windows.Markup.WpfXamlLoader.Load(XamlReader xamlReader, IXamlObjectWriterFactory writerFactory, Boolean skipJournaledProperties, Object rootObject, XamlObjectWriterSettings settings, Uri baseUri)
at System.Windows.Markup.WpfXamlLoader.LoadBaml(XamlReader xamlReader, Boolean skipJournaledProperties, Object rootObject, XamlAccessLevel accessLevel, Uri baseUri)
at System.Windows.Markup.XamlReader.LoadBaml(Stream stream, ParserContext parserContext, Object parent, Boolean closeStream)
at System.Windows.Application.LoadComponent(Object component, Uri resourceLocator)
at ICSharpCode.StartPage.StartPageControl.InitializeComponent()
at ICSharpCode.StartPage.StartPageControl..ctor()
at ICSharpCode.StartPage.StartPageViewContent..ctor()
at ICSharpCode.StartPage.ShowStartPageCommand.Run()
at ICSharpCode.SharpDevelop.Commands.WorkbenchStartup.Run(IList`1 fileList)
---- Recent log messages:
23:51:40.132 [1] DEBUG - Add pad ICSharpCode.UnitTesting.UnitTestsPad at Right, Hidden
23:51:40.132 [1] DEBUG - Add pad FSharpBinding.FSharpInteractive at Bottom, Hidden
23:51:40.132 [1] DEBUG - Add pad ICSharpCode.WixBinding.SetupDialogListPad at Bottom, Hidden
23:51:40.133 [1] DEBUG - Add pad ICSharpCode.SharpDevelop.Gui.Pads.BreakPointsPad at Bottom, Hidden
23:51:40.133 [1] DEBUG - Add pad ICSharpCode.SharpDevelop.Gui.Pads.CallStackPad at Bottom, Hidden
23:51:40.134 [1] DEBUG - Add pad ICSharpCode.SharpDevelop.Gui.Pads.LoadedModulesPad at Bottom, Hidden
23:51:40.134 [1] DEBUG - Add pad ICSharpCode.SharpDevelop.Gui.Pads.RunningThreadsPad at Bottom, Hidden
23:51:40.134 [1] DEBUG - Add pad ICSharpCode.SharpDevelop.Gui.Pads.LocalVarPad at Bottom, Hidden
23:51:40.135 [1] DEBUG - Add pad ICSharpCode.SharpDevelop.Gui.Pads.ConsolePad at Bottom, Hidden
23:51:40.135 [1] DEBUG - Add pad ICSharpCode.SharpDevelop.Gui.Pads.MemoryPad at Bottom, Hidden
23:51:40.135 [1] DEBUG - Add pad ICSharpCode.SharpDevelop.Gui.Pads.WatchPad at Bottom, Hidden
23:51:40.136 [1] DEBUG - Add pad ICSharpCode.SharpDevelop.Gui.Pads.ObjectGraphPad at Bottom, Hidden
23:51:40.136 [1] DEBUG - Add pad ICSharpCode.SharpDevelop.Gui.Pads.ParallelStackPad at Bottom, Hidden
23:51:40.136 [1] DEBUG - Add pad ICSharpCode.Data.Addin.Pad.DatabasesTreeViewPad at Right, Hidden
23:51:40.137 [1] DEBUG - Add pad ICSharpCode.WpfDesign.AddIn.ThumbnailViewPad at Right, Hidden
23:51:40.137 [1] DEBUG - Add pad ICSharpCode.XmlEditor.XPathQueryPad at Bottom, Hidden
23:51:40.137 [1] DEBUG - Add pad MSHelpSystem.Controls.Help3TocPad at Right, Hidden
23:51:40.139 [1] DEBUG - Add pad MSHelpSystem.Controls.Help3SearchPad at Right, Hidden
23:51:40.140 [1] DEBUG - Add pad ICSharpCode.PackageManagement.Scripting.PackageManagementConsolePad at Bottom, Hidden
23:51:40.140 [1] DEBUG - Add pad ICSharpCode.Reports.Addin.ReportExplorerPad at Right, Hidden
23:51:40.141 [1] INFO - Starting workbench...
23:51:40.141 [1] DEBUG - NavigationService -- suspend logging
23:51:40.141 [1] INFO - Loading addin Start Page
23:51:40.155 [1] ERROR -
--> Exception:
System.Windows.Markup.XamlParseException: Add value to collection of type 'System.Windows.Documents.InlineCollection' threw an exception. ---> System.TypeInitializationException: The type initializer for 'System.Windows.Documents.TextSchema' threw an exception. ---> System.NullReferenceException: Object reference not set to an instance of an object.
at System.Windows.Documents.TextSchema..cctor()
--- End of inner exception stack trace ---
at System.Windows.Documents.ValidationHelper.ValidateChild(TextPointer position, Object child, String paramName)
at System.Windows.Documents.TextPointer.InsertTextElement(TextElement textElement)
at System.Windows.Controls.TextBlock.InsertTextRun(ITextPointer position, String text, Boolean whitespacesIgnorable)
at System.Windows.Controls.TextBlock.ComplexContent..ctor(TextBlock owner, ITextContainer textContainer, Boolean foreignTextContianer, String content)
at System.Windows.Controls.TextBlock.EnsureComplexContent(ITextContainer textContainer)
at System.Windows.Documents.TextElementCollection`1.get_TextContainer()
at System.Windows.Documents.InlineCollection.OnAdd(Object value)
at System.Windows.Documents.TextElementCollection`1.System.Collections.IList.Add(Object value)
at System.Xaml.Schema.XamlTypeInvoker.AddToCollection(Object instance, Object item)
at MS.Internal.Xaml.Runtime.ClrObjectRuntime.Add(Object collection, XamlType collectionType, Object value, XamlType valueXamlType)
--- End of inner exception stack trace ---
at System.Windows.Markup.XamlReader.RewrapException(Exception e, IXamlLineInfo lineInfo, Uri baseUri)
at System.Windows.Markup.WpfXamlLoader.Load(XamlReader xamlReader, IXamlObjectWriterFactory writerFactory, Boolean skipJournaledProperties, Object rootObject, XamlObjectWriterSettings settings, Uri baseUri)
at System.Windows.Markup.WpfXamlLoader.LoadBaml(XamlReader xamlReader, Boolean skipJournaledProperties, Object rootObject, XamlAccessLevel accessLevel, Uri baseUri)
at System.Windows.Markup.XamlReader.LoadBaml(Stream stream, ParserContext parserContext, Object parent, Boolean closeStream)
at System.Windows.Application.LoadComponent(Object component, Uri resourceLocator)
at ICSharpCode.StartPage.StartPageControl.InitializeComponent()
at ICSharpCode.StartPage.StartPageControl..ctor()
at ICSharpCode.StartPage.StartPageViewContent..ctor()
at ICSharpCode.StartPage.ShowStartPageCommand.Run()
at ICSharpCode.SharpDevelop.Commands.WorkbenchStartup.Run(IList`1 fileList)
23:51:40.159 [1] WARN - Stack trace of last exception log:
at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo)
at System.Environment.get_StackTrace()
at ICSharpCode.Core.MessageService.ShowException(Exception ex, String message)
at ICSharpCode.Core.MessageService.ShowException(Exception ex)
at ICSharpCode.SharpDevelop.Commands.WorkbenchStartup.Run(IList`1 fileList)
at ICSharpCode.SharpDevelop.Sda.CallHelper.RunWorkbenchInternal(Object settings)
at ICSharpCode.SharpDevelop.Sda.CallHelper.RunWorkbench(WorkbenchSettings settings)
at ICSharpCode.SharpDevelop.Sda.SharpDevelopHost.RunWorkbench(WorkbenchSettings settings)
at ICSharpCode.SharpDevelop.SharpDevelopMain.RunApplication()
at ICSharpCode.SharpDevelop.SharpDevelopMain.Run()
at ICSharpCode.SharpDevelop.SharpDevelopMain.Main(String[ args)
---- Post-error application state information:
Installed 3rd party AddIns:
Workbench.ActiveContent: <null>
ProjectService.OpenSolution: <null>
ProjectService.CurrentProject: <null>
i am new to programming now i am using #develop 3.2 verson but i don't know how to use with sql server like this
http://www.homeandlearn.co.uk/csharp/csharp.html#
i have also problem with visual c# express 2010
my os is window 7 ultimate 32 bit
AMD sempron(tm)145 processor 208 ghz
sorry for my english
thanks