Questions tagged [sharpdevelop]

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.

SharpDevelop was designed as a free and lightweight alternative to Microsoft Visual Studio, and contains an equivalent feature for almost every essential Visual Studio Express feature, including features for project management, code editing, application compiling and debugging. To allow for easy project migration, SharpDevelop works natively with Visual Studio project and code files. It is able to compile applications for .NET Framework version 2.0, 3.0, 3.5, 4.0 and the .NET Compact Framework 2.0 and 3.5.

Features:

Supported Programming Languages

  • C# (Code Completion, Windows Forms Designer)
  • VB.NET (Code Completion, Windows Forms Designer)
  • Boo (Code Completion, Windows Forms Designer)
  • IronPython (Code Conversion, Windows Forms Designer, partial Code Completion)
  • IronRuby (Code Conversion, Windows Forms Designer)
  • F#

Designers and Frameworks

  • Windows Presentation Foundation (WPF)
  • Windows Forms
  • ASP.NET MVC
  • Entity Framework (EF EDM Designer)

Developer Productivity

  • Refactoring
  • Parallel build support for multi-core machines
  • NuGet and T4 support
  • Multi-framework targetting (.NET 4.0, as well as 2.0, 3.0 and 3.5)
  • Code Autoinsert
  • Starts from a USB memory stick
  • Read-only project support
  • Full MSBuild support

Quality Tools

  • Integrated Debugger (including dynamic debugging features)
  • Code Analysis (FxCop)
  • Unit Testing (NUnit)
  • Code Coverage (PartCover)
  • Profiler (Roadmap)
  • Integrated Subversion support (TortoiseSVN)
  • Integrated Git support
  • StyleCop addin

And More...

  • Setup projects (WiX)
  • SharpDevelop Reports .NET open-source reporting solution
  • Parser-based code converter (Online Code Converter)
  • XML "code completion"
  • Documentation generation (Sandcastle, SHFB)
  • Reflector addin
  • Easy addin extensibility mechanism
  • SharpDevelop for Applications (SDA) allows you to host SharpDevelop in your applications
  • AvalonEdit WPF-based text editor is rehostable to add a programmer's editor to your applications (including code completion!)

In the Source Code Download

  • VC++ project support
  • Mono support
  • Snippet Compiler
  • More Reuse and Extensibility examples

Official Website: http://www.icsharpcode.net/OpenSource/SD/Default.aspx

299 questions
0
votes
1 answer

Using a SharpDevelop library, how do I add a reference to a project?

I'm using ICSharpCode.SharpDevelop libraries for my project. I'm trying to figure out how to construct an instance of DefaultProject so that it has all necessary references. So, I need something like …
ulu
  • 5,872
  • 4
  • 42
  • 51
0
votes
1 answer

F# on SharpDevelop and command line arguments

I was trying to use SharpDevelop 4.3 as an F# IDE. I asked the question on the SharpDevelop forums but it's been a week and I've had no response. Where exactly can I pass command line arguments to the program run through the IDE when I want to…
DetriusXii
  • 37
  • 7
0
votes
2 answers

Learning VB.Net using Sharpdevelop

I’m new to visual basic.net. I have experience in C++ programming, but never created gui with it so learning vb.net for some quick gui development. and i want to learn vb.net. I can’t install visual basic express on computer cause i’m on shared…
Stark
  • 183
  • 5
  • 13
0
votes
1 answer

Program crashes when exe is copied to different computer

I have written a program in c# on my Windows 7 computer with .NET 4.0 using Sharp Develop 4.2. I then changed it to a release within Sharp Develop, built it, and copied the .exe in the bin\Release folder to another Windows 7 computer with .NET 4.0. …
0
votes
1 answer

Ironpython: How to see when a WPF application fails?

I am doing an application with GUI using WPF/XAML with Ironpython and SharpDevelop, until now it works fine, when I'm in the development environment I can see the errors in console and know what is wrong. But when I build and deploy the app for us…
Eduard Florinescu
  • 16,747
  • 28
  • 113
  • 179
0
votes
1 answer

How to auto update my tool

I am developing a tool and it is used by different users .. I normally save the new versions in a folder in the local network of my company but that is not flexible for externals and also not flexible for as i should send them all a msg telling them…
A.Wad
  • 29
  • 3
  • 9
0
votes
1 answer

Is it possible to use NServiceBus with visual studio express or sharp develop?

Is it possible to use NServiceBus with visual studio express or sharp develop? I want to evaluate the product, and prefer to work on a free development environment. A partial solution is also relevant. EDIT The documentation is based on the visual…
Ophir Yoktan
  • 8,149
  • 7
  • 58
  • 106
0
votes
1 answer

how to compare between data in datagridview and data in excel file inVB

I am trying to import one column from an excel file to one column in datagridview .. now the idea of importing could be done by selecting all data into datagridview but how can i select only one column from excel file to only one column in…
A.Wad
  • 29
  • 3
  • 9
0
votes
1 answer

How can i exclude subfolders from being loaded?

I am working in a tool that commit dcm files in multiple folders . Now i am trying to add a checkbox that manage the exact folder you want to commit so if i want to include files in subfolders i will press the check box if not i will leave…
A.Wad
  • 29
  • 3
  • 9
0
votes
1 answer

Using Mysql as Embedded application database with Sharp Develop

Is it possible to use Mysql as SQLlite, Firebird (single databse file) for a local application without installing the server? I need a database to store the data of my application.thanks
Dail
  • 4,622
  • 16
  • 74
  • 109
0
votes
1 answer

Using Sharpdevelop Addin Architecture to develop WPF application

I am new to this AddIns architecture but it really seems fascinating to me. I downloaded shardevelop code to understand it but it is too huge and the examples given are using Winforms. I want to use WPF. Can you please provide me some links where…
Priyank Thakkar
  • 4,752
  • 19
  • 57
  • 93
0
votes
1 answer

Autocomplete JS files - SharpDevelop

Is there a way to add auto complete for javascript libraries to SharpDevelop? Or is there already one and am I missing it?
Jibi Abraham
  • 4,636
  • 2
  • 31
  • 60
0
votes
2 answers

IronPython error, "'TextBox' object has no attribute 'text'" when using a ShowDialog() method created in SharpDevelop

I am trying to call a form designed in SharpDevelop within another IDE. I get the following error message: 'TextBox' object has no attribute 'text'. This happens when I run the script which includes the lines shown below in the other IDE. Is the…
Arthur Mamou-Mani
  • 2,303
  • 10
  • 43
  • 69
0
votes
1 answer

SharpDevelop: cant change my app display name

I'm using SharpDevelop to create a C# application. SD has named my application after the project name and I have no idea were to change it manually now. I searched everywhere and still no luck. Will be grateful for your advice!
Val
  • 1,548
  • 1
  • 20
  • 36
-1
votes
1 answer

Python 2.7 (SharpDevelop 4.4) Re: adding assemblies using CLR .Net

I need to find a solution to a Python problem. My code is included in the pictures for SharpDevelop 4.4. As you can see in one of the pictures (the Python console), it recognizes the clr.AddReference() function. I am using Newtonsoft.Json.dll for…
1 2 3
19
20