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
0 answers

NRefactory , move method

I am trying to use NRefactory for my refactorings, I have an old style code written in non OOP style the thing I need to do is for each class T move static methods accepting T as first parameter type into a new class ExtensionsForT and change…
tsadigov
  • 11
  • 3
0
votes
2 answers

Console project fails with console.writeline but not console.readline

I have a small sample program which breaks when it reaches line 50 with "Error CS1513: } expected". It's typical, except that I counted the number of curly brackets over and over and found no error. I was told on another forum that the problem is…
user1881400
0
votes
2 answers

Excluding certain files while using DirectoryInfo.GetFiles()

I have some code which looks in a base directory for the most recent file that was written to (modified). The code works fine in that it finds the exact file I am after but if there is a system file, such as 'Thumbs.db' and if that file is the most…
Baub
  • 723
  • 4
  • 21
  • 36
0
votes
3 answers

Not able to get log4net working to write to file

I am using sharpdevelop to create a console application in C#. I have added in the reference for log4net and I added my logging statements while I was writing the code but I never looked at the log file. Now I am done with the code I need to get…
Baub
  • 723
  • 4
  • 21
  • 36
0
votes
1 answer

Easy way to login to a web site over secure connection (SSL, https)?

I am trying to login to a web site over secure connection using Borland Builder 6 and Indy 10.6 and I'm losing the fight. The web site sends me back a different page than I expect, because probably the data I post is incorrect or maybe some cookies…
Nick_F
  • 1,103
  • 2
  • 13
  • 30
0
votes
2 answers

Getting irrklang - to work in sharpdevelop

I have downloaded the irrKlang sound library, and since I'm using C# with sharpdevelop I have: a) Added a reference to the DLL such that irrKlang.NET4 appears under References in the project tree. b) Added the statement 'using IrrKlang.NET4;' to my…
CdrTomalak
  • 479
  • 1
  • 4
  • 15
0
votes
3 answers

Code not running outside of loop

EDIT: I am using SharpDevelop I am new to C# so the answer may be an easy one...I have some code (below) and the WHILE loop runs just fine. The problem is that once the processing in the WHILE loop has finished, no more code is executed. If I put…
Baub
  • 723
  • 4
  • 21
  • 36
0
votes
1 answer

Using Regionerate 0.7.3.0 with Sharp Develop 4.4

We use Regionerate at work with Visual Studio 2010 and it works great! I would like to use it at home for my personal projects. I use Sharp Develop 4.4. I installed Regionerate 0.7.3.0 and added the plugin to Sharp Develop. I can see new items in…
ghigad
  • 341
  • 1
  • 12
0
votes
1 answer

Error adding MS SQL Server connection in Sharpdevelop Entity Framework wizard

Trying to add a new connection for MS SQL Server in Sharpdevelop via the Entity Framework Wizard, and I get the following not very helpful error: Does anyone have any clues as to exactly what it is that is not supported? The version number on its…
Stuart Grassie
  • 3,043
  • 1
  • 27
  • 36
0
votes
1 answer

OutOfMemoryException in Sharp Develop 4.2

I have a C# programmed application and after about 13 days of running with the debugger of sharp develop 4.2.1,the application throws an OutOfMemoryException. I am confused because of the fact that the exception stack trace comes from sharp develop.…
Tintenfiisch
  • 360
  • 5
  • 19
0
votes
1 answer

sharp develop can't open web applications written with vs 2010

My colleague sent me a web project written in Visual Studio 2010. I only have Sharp Develop. when I open the project, I get a number of error messages: The imported project "c:\program…
LiGa
  • 159
  • 1
  • 2
  • 9
0
votes
1 answer

Sharpdevelop Report generator with SQlite

I am an A-Level student. I have to use sharpdevelop (VB.net) for this project and I need to create and print reports to create bills for each client. I also have to use SQLite (using SQLite Admim as my database client). In sharpdevelop there is a…
Zac Evans
  • 51
  • 1
  • 8
0
votes
1 answer

c# sharpdevelop , drawing rectangle or circle and fill it with color #fffffff

c# sharpdevelop , drawing rectangle or circle and fill it with colour #fffffff I'm using colour code like this #ffffff in my application. I need to draw a rectangle or circle and fill it with a specific colour by code. Is there are anyway to do…
Ahmed Albusaidi
  • 161
  • 1
  • 1
  • 12
0
votes
1 answer

Problems occurred when i tried running the system in client PC - C# SharpDevelop

I developed system using C# SharpDevelop .. the system has login screen and takes the data from database, also login screen checks data from same database .. if login succeeded the form2 is loaded ... the login succeeded in client PC but when its…
Ahmed Albusaidi
  • 161
  • 1
  • 1
  • 12
0
votes
2 answers

Problems with implementing System.Windows.Forms.Label into a class

In my C# code, I am having trouble implementing a System.Windows.Forms.Label into my class. I am trying to achieve a label with a transparent background so I can put this on a transparent window to have 'floating' text. Here is my code: 72| …
Levi
  • 1,921
  • 1
  • 14
  • 18