Display Content Error!
SharpDevelop Version : 5.1.0.5134-RC-d5052dc5.NET Version : 4.6.00081OS Version : Microsoft Windows NT 6.3.9600.0Current culture : Chinese (Simplified, China) (zh-CN)Current UI...
View ArticleLicense
Could you please better explain the meaning of the following LICENSE sentence?Linking this library statically or dynamically with other modules is making a combined work based on this library. Thus,...
View ArticleAutocomplete (,{," with (), {}, ""
There's any way to autocomplete (, " and { with ), }, "like this:i type:Console.WriteLine(and automatically appears the )Console.WriteLine()And when i type the " on the middleConsole.WriteLine(")The...
View ArticleError starting SharpDevelop 3.2.1 HELP!!
First of all sorry because my english is not the best.Yesterday I bought a new laptop with Windows 10. I installed sharpdevelop 3.2.1 because is the one we use at the school, but an error apears every...
View ArticleException while typing in, or reopening, a newbie Linq experiment
I had the same exception first when I typed the last "select" in source code; but I lost that post body when I clicked forum Options tab.Re-opening the project immediately threw the same exception, as...
View ArticleHow to reference CSharpBinding.dll (Debug build)
Hello,I am trying to write an addin that references the CSharpBinding.Dll.I have included the following Import tag in my addin<Import assembly="$ICSharpCode.CSharpBinding/CSharpBinding.dll"...
View Articleusing System.Speech versus using Microsoft.Speech
Hello, I have been writing speech recognition and synthesis programs using SharpDevelop and C#. I'm using the System.Speech namespace. Everything has been working ok so far, but recently I found the...
View ArticleChanging indent style?
Hello, I'd like to know if its possible to change indent style in SharpDevelop, in particular I am after the BSD KNF style.Thanks.
View ArticleNET 2.0 Iterator Blocks
I've noticed that ILSpy can clearly decompile scripts compiled with 4.0, but can't decypher Unity's coroutines or yield returns in 2.0 assemblies. Any chance of backward compatibility
View ArticleVB.Net supported?
Hi all,I noticed that SD 5.x is only for C#. I probably missed some obvious statement somewhere but I wonder:1. Will VB.Net be supported also in 5.x+?2. If not included in the latest version - up to...
View ArticleSupport for SQL Server 2014
It seems that SQL server 2014 is not supported yet. Is that correct - or am I missing something? I have tried to add connections using both SD version 4.4 and RC 5.1, but I get "Version '12.0.4213'...
View ArticleQuestion about MSZIP
Hello.I am trying to extract files from a Microsoft .CAB file. I read the file format specifications (https://msdn.microsoft.com/en-us/library/bb417343.aspx#cabinet_format) and now I have a byte array...
View ArticleCollect the whole Project to one Folder
Hi there.Atm i develop a relative big solution. This contains 22 different projects. But they are everywhere on my pc. Not the best to share the source.So this is my question. Is it possible to let...
View ArticleCopy a complete Projektmappe
I try to simply copy a project or to create a new peoject by save as....But I fail. Sorry, to be so stupid.To explain ist, first a short remark. In german version you have a Datei (file?) and a Projekt...
View ArticleDoes the latest ILSpy have exact match search?
Hi, I contributed to ILSpy a while back but not all the contributions were put into the source, which is fine. But one of them was a feature which I need, it's exact match when searching for classes. I...
View ArticleOpen new WPF .py in sharpdevelop 3.1.0
Hi. I have sharpdevelop version 3.1.0, build 4977. I am using Windows XP SP3.Each time I choose New File -> Python -> Form it opens a new WinForms .py file.Is it possible to open WPF .py file in...
View Articlewinforms vs wpf in sharpdevelop ironpython
Hello to sharpdevelop community,I have a dilemma about which UI should I choose. I am not a programmer. Still I would like to learn a single UI for ironpython.I have been goolgling a bit, and looks...
View ArticleDatePicker in WPF tools
How can I customize the WPF toolbar (look at its current default version) to add a DatePicker?I can't even find the above shown category in the Configure Sidebar GUIMoreover, if I create a custom...
View Articleunhandle wpf error sd 5.1.rc
SharpDevelop Version : 5.1.0.5134-RC-d5052dc5.NET Version : 4.5.51209OS Version : Microsoft Windows NT 6.1.7601 Service Pack 1Current culture : English (United States)...
View ArticleHow to use datatable inn MVC as dataset for report
I wont be able to bind datatable, to report it is giving error as object reference if just set datatable to asenummarable and assign.The code I am using is given below, please tell me where I am wrong...
View Article