Trying to convert my application from VB.net to C# i get this error
I should point ot that the vb.net code builds and runs prefectly in both SharpDevelop 4.4 and Visual Studio 2013. Cheers, John SharpDevelop Version : 4.4.1.9729-7196a277.NET Version :...
View ArticleRequest feature: option to load assemblies
Hi there.When I open an assembly, ILspy automatically resolve dependent assemblies and loads them in treeview.Next time I open IlSpy, all the assembies are loaded: the ones I selected and the ones...
View Articlehow to MSI installs the DLLs. i am try to add (axvlc.dll) VLC Player COM...
How MSI installs the DLLs. i am try to add (axvlc.dll) VLC Player COM library will need an additional registration in Windows registry to work properly?
View ArticleInstant intellisense
Dear developers,It's only been a short while since I'm using sharpdevelop. I ask you if there is an 'Instant intellisense'. That is sharpdevelop would blue underline wrong words at the same time these...
View ArticleSharpDevelop 5 doesn't have design view
Hello developers,in this post I inform you that SharpDevelop 5 doesn't have design view.Greetings
View ArticleILSpy failing on start up
Hi,I've downloaded the latest ILSpy and am attempting to run it but the process seems to die without displaying the UI. I'm wondering if there is any way to tell why ILSpy won't start up on my machine?...
View ArticleDebugger.DebuggerException: AppDomain not found
Thisintermittenterroris occurringon the SD4.3 and5.Any suggestionson how to solve? SharpDevelop Version : 4.3.0.9390-e0365b10.NET Version : 4.0.30319.17929OS Version : Microsoft...
View ArticleMissing color setting?
Hello!I can not findthe color settingforthis line:How to replace thegray coloron the other? I have been lookinganddid not find.
View Articlehow to add wix installer in sharpdevelop?
i am try to add installer in my project, but i am not able to understand how to use wix installer?i want uI pic for better understand.
View ArticleSet or delete Conditional code
Hi,there's a way to see what Conditional are set ? can I change it ?In my code I have a sectionbelow the Condition statement:[Conditional("TEST")]bla bla blabut I don't know where to check if it's set...
View ArticleSetup project creation
Hello,I cannot create setup project using Sharpdevelop 4.3.I get the following error: "Object reference not set to an instance of an object."Any ideas?
View ArticleAdd database dll to a compiled exe
I have a compiled exe written with C# by an external company. While openning this exe file, it loads different C# scripts, which carries out different functions, such as read ASIC EEPROM (EEPROM.cs),...
View ArticlePossible bug on object inspector
Hi,I'm debugging an executable and when I inspect a variable I see the value properly in the baloon text but if I try to right click + copy nothing is copied on clipboard, same thing if I use Ctrl+C....
View ArticleWhen adding a lowercase "todo" to the Task List and there is already an...
I added a lowercase todo to the task list (since it wasn't picking up my lowercase todo) and restarted SharpDevelop. That was when I saw this. SharpDevelop Version : 4.4.0.9722-1cfe96d5.NET Version...
View ArticleHow to use the ICSharpCode.Reports.Core.dll
I searched a lot on the Internet is the solution to my problem, but I could not find it. Sorry, but I'm new to C # programming. I made a small program that includes a Report in. I need...
View ArticleChanging the color of newly made and saved code changes
I want to change the color of the highlighting of newly made and saved changes.It is a bluish green at default:Can't find the option to change it if there is one.At first I thought it is "Code...
View ArticleHow are search results sorted?
If I use ILSpy to search for a type such as the "Uri" class, the top results look like this: - IEvidenceFactory- EvidenceBase- UriMarshaler- SecurityContextFrame The actual class called "Uri" is about...
View ArticleGet from TypeReferenceExpression to TypeDeclaration?
I'm using ICSharpCode.Decompiler.Ast.AstBuilder (which is used by SharpDevelop, NRefactory and ILSpy under the hood; has taken inspiration from there too) from code to build an abstract syntax tree...
View ArticleDebugger.DebuggerException: Evaluation can not be stopped
I have a breakpoint in an async background worker event. Everytime I try to break there, I get this exception. I believe I've ran into this exception before in a similar scenario, but I'm getting...
View ArticleHow to determine what settings will open the zip?
I am writing an application that edits SurvivalCraft worlds. The *.scworld files are zip compressed files but I have no idea what type. The one from my tablet opens fine using defaults and...
View Article