Build problems
I have downloaded the latest code but the complication fails due to missing projects only 10 of the required projects are present. Please can you point me towards how the code is meant to be built from...
View ArticleILSPY tools equivalent C# methods
Hi,I need to pass dll and save the dcomiped code in my local system by using methods of ILSPY.I have added ILSPY from nuget. But I am unable to generate project code.Pls help me how to proceed using...
View Article[SD4b2.6443] Most build event macros returns empty string
All file system related macros (with exception of all solution related) returns empty string. For example if I use this command:copy "$(TargetPath)" "$(SolutionDir)"I will receive information that...
View ArticleAdding File Extensions to the XML Editor
Hi all,In my quest to extend SharpDevelop to support a non-.NET language (you probably heard me rumble enough already :D ), I also wanted to make the great built-in XML editor open my file type, which...
View ArticleOpening sharpdevelop at a certain line
how can i run sharpdevelop from command prompt (cmd) at a certain line?is there any command line option for that? something like "SharpDevelop.exe myfile -n 20" thanks.
View ArticleNew decomplier branch
I have been looking at the various branches and noted a new decomplier version. What's the difference between the current and the new branch?When and if is the new verson expected on the main...
View Articleconversion of breckets
when convert datatable row index its not convert() to [for examplevb.net If ViewState("grvTitleDt_Del") IsNot Nothing Then dtDel = CType(ViewState("grvTitleDt_Del"), DataTable)c#.net:-if...
View ArticleWPF Avalon Edit Make text upper case
I am using C# WPF with Avalon Edit Text Box.I am trying to make all of the text in the text box uppercase and I get an error with additional message 'No undo group should be open at this point'. I am...
View ArticleSharpDevelop Version : 5.1.0.5134-RC-d5052dc5 error
SharpDevelop Version : 5.1.0.5134-RC-d5052dc5.NET Version : 4.6.01038OS Version : Microsoft Windows NT 6.3.9600.0Current culture : English (United States) (en-US)Running under...
View ArticleAuto-capatalizing abbreviated toolbox control names bug?
When ever I drop a button from the Toolbox into a Form, and change the name to btnName, then double click it, when it adds the event method in the editor, it adds it as voidBtnDownloadClick(object...
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 ArticleInflate deflated data with no header and using setDictionary
I have a block of deflated data with no header from an MSZIP file format and I need to inflate it using the last inflated block as a dictionary. The problem is I can't use SetDictionary on an Inflater...
View ArticleDon't want to remove dead stores
Hi there,I'd like the decompiled C# code emitted by ILSpy to be as close to the original one as possible. In particular, I don't want any code to be deleted. For example, I want the code likeinternal...
View ArticleC# 5.0 and .NET 4.6
Is there a build of SharpDevelop yet that supports .NET 4.6 projects and C# 5.0 yet? I tried searching through the forum, but I didn't see anything in my search results that looked to be related to that.
View ArticleGetVersionInfo
FileVersionInfo.GetVersionInfo("D:/Notepad.exe").FileVersion act in different way when the file is Open or not.If the file is Open the version returned is emptyDon't know if a bug of Sharpdevelop or...
View ArticleExtra Line When Clearing Options> Coding> Edit Standard Headers In C#
There is a bug where a blank line is left when you remove the default header from the Optios> Coding> Edit Standard Headers dialogue. It results in a blank line, followed by the default using...
View ArticleC # 6.0
Will support the new syntax C # 6.0 ?https://msdn.microsoft.com/en-us/magazine/dn802602.aspx?f=255&MSPPError=-2147217396
View ArticleWorking with Stored Procedure within the SharpDevelop Report
Hi everybody,I am trying to design or develop a report that will be generated by a filter, for instance: by a gender (SELECT * FROM Customer WHERE gender = 'M') and this is using the stored procedure...
View Articleappending files to AES Encrypted ZIP
Hi All,I have been working on our Zipping library. My primary target is to zip the files in an Zip file with AES encryption Applied on it. and my secondary target is to append more files to the already...
View ArticleReproducible Error when incidentaly leaving a stray quotation mark in a...
I was cutting a string and pasting a variable name into a procedure call (messagebox), but accidentally left the trailing quotation mark too long.I am able to click continue and quickly delete teh...
View Article