Top "Sharpdevelop" questions

SharpDevelop (also styled as #develop) is a free and open source integrated development environment IDE for the Microsoft .NET, Mono, Gtk# and Glade# platforms, and supports development in C#, Visual Basic .NET, Boo, F#, IronPython and IronRuby programming languages.

C# - Fill a combo box with a DataTable

I'm used to work with Java where large amounts of examples are available. For various reasons I had to switch …

c# .net combobox datatable sharpdevelop
Unable to connect to any of the specified mysql hosts. C# MySQL

I am getting the above error when I execute the code - MySqlConnection mysqlConn=new MySqlConnection("server=127.0.0.1;uid=pankaj;port=3306;…

c# mysql visual-studio-2010 sharpdevelop
How Convert VB Project to C# Project

I have a project written in VB, and I need to convert the whole project to C# project. I don't …

c# .net vb.net converter sharpdevelop
Why would you choose SharpDevelop over Visual Studio for coding in C#?

I've encountered SharpDevelop a few times before but I don't know anyone who actually programs in it. Would you recommend …

c# visual-studio sharpdevelop
How to develop a Microsoft Office AddIn without Visual Studio

I'm trying to develop an MS Office Addin in C# .Net and I don't have access to Visual Studio. Instead …

c# vsto ms-office add-in sharpdevelop
How do I change the colours in SharpDevelop to a dark theme?

I love the textmate themes, specifically I like 'Twilight' but Im happy with any dark textmate like theme's to use …

themes sharpdevelop
SharpDevelop error: "The tools version '12.0' is unrecognized..."

I've been developing a vb.net project using Excel-DNA for the last few months using SharpDevelop and all of a …

vb.net sharpdevelop
The tools version "15.0" is unrecognized

I have created a project with Visual Studio 2017 on my PC at home. But when I try to open it …

c# sharpdevelop
Good IDE for Mono on Windows

I would like to develop Mono application for Win/Linux/Mac in C# on Windows. Is there any really good (…

c# windows mono monodevelop sharpdevelop
Using File.AppendAllText causes a "Process cannot access the file, already in use" error

I am writing a simple keylogger program (for non-malicious purposes). Note: This is with .net 4.0 Client Profile Whenever I start …

c# file-io sharpdevelop