|
Browse by Tags
All Tags » bug ( RSS)
-
I am trying to debug few Dlls using ILSpy Debugger but facing following issues:- I am getting this error [ "Threads.CannotStepNoActiveFunction" ] more than frequently. When inspecting variables specialy for Nullable Types tooltip shows wrong values. Example - int? myObject = null; myObject...
-
There is a bug where a blank line is left in the editor 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 namespace; declarations.
-
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 void BtnDownloadClick ( object sender, EventArgs e) instead of btnName. How do I prevent the ide from auto-capatalizing the first letter...
-
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 using the following code: a.Text = a.Text.ToUpper(); where "a" is the AvalonEdit.TextEditor...
-
Hello. I'm using the metro ui framework on SharpDevelop and everytime I try to add a MetroTextBox on my Main Form Desing my Sharpdevelop Crashed. Someone can help me ?
-
I made an application on a different machine, and copied the source files so I can develop it further on my main computer. However I can't run the compiled .exe, even if I rebuild it on my new one. Creating a new plain Form application also doesn't work, but command based applications do. I also...
-
I'm getting an exception unzipping a file ("Wrong Central Directory signature") from the ZipFile class. The exception occurs in the function ReadEntries. I'm constructing the class using a stream... FileStream fs = File.OpenRead(Program.CMSZip); ZipFile zf = new ZipFile(fs); The code...
-
Hi everyone, I have found a bug in the NRefactory Demo. public void Main (string[ args) { var d = 0; int[ list = new int[ {0, 1, 2, 3} d = list[0]; } it will stop the MethodDeclaration at int[ list = new int[ {0, 1, 2, 3} instead of finishing at d = list[0]; } I don't know if i have explained what...
-
My first attempt to work with SharpDevelop. Used v.4.4.2 (because client machine only has .NET 4) and build a simple C# app that connects to Oracle via Oracle.ManagedDataAccess.dll v 4.121.2. The program runs ok, the program debugs ok, but I can not step through the application because it halts at the...
-
HI, I am absolute new to ILSpy, and not so new but still laking on C#, but used ILSpy to decompile into CS from my Toolbox.DLL made by RemObject's Oxygene Pascal Compiler from Toolbx.pas. This decompilation brougth me nice insight into what code is generated. I do so because when I call a function...
|
|
|