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.

learn more… | top users | synonyms (1)

1
vote
1answer
81 views

string.join method used in sharpDevelop

I am trying to convert a double[,] to one string[] as my code shows below double[,] completeDataArray = new double[25,4000]; string[] tarray = new string[4000]; for(int i = 0;i<4000;i++) { ...
0
votes
3answers
61 views

how tell the IDE not compile certain files?

I've added a bunch of files from my older project into my new project. They're still not playing an active role in my current code and there are missing classes that won't make them fully functional ...
0
votes
1answer
42 views

How can I deploy an asp.net mvc2 app developed on SharpDevelop (windows 7 64bit) to the local iis 7.5?

I'm using SharpDevelop and can test/see the app using "Use IIS Express Web Server" selected in the project property. But when I try to change to "Use local IIS Web Server" and hit "Create ...
-1
votes
1answer
39 views

How change IIS Express runtime from 4.0 to 2.0?

I'm trying to run using SharpDevelop a MVC2 web app. When I try to run the application, the following error show up in the browser: Config Error There is a duplicate ...
0
votes
1answer
16 views

SharpDevelop Drag-and-Drop a external file to a project as a link

In #develop (SharpDevelop IDE) I can add a file to a project as a link via : Right click in the project -> Add -> Existing item -> Add as link but how can I do this via drag-and-drop... I've tryed ...
-1
votes
0answers
57 views

Compiled without mono, but works with mono on linux [closed]

I created a New Project -> Windows Applications -> Console Application with SharpDevelop 4.3. It creates a simple hello world application. I compile that program and run - it works fine. I copied that ...
0
votes
0answers
121 views

ICSharpCode.TextEditor.TextEditorControl to VB.net UserControl Porting Problems

I am trying to create a vb.net usercontrol based on SharpDevelop TextEditor. I want syntax highlighting and code completion. In order to do that I decided to port CSharpCodeCompletion example from ...
2
votes
1answer
152 views

Create Wix Bootstrapper without using Visual Studio

I am working on a C# application that currently has a simple WiX installer to generate an MSI file. This application requires prerequisite software (such as the .NET Framework 4) and I would like to ...
0
votes
1answer
92 views

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 ...
0
votes
1answer
99 views

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 ...
1
vote
2answers
115 views

Foreach loop VB.Net to C# Code Conversion

Here's the code in VB.Net If Not queryItems Is Nothing Then For Each qItem As String In queryItems qItem = qItem.ToLower() Next End If and it's ...
1
vote
3answers
101 views

Visual Studio/SharpDevelop, can we create hyperlink that lead to another part of the code in the solution?

In Visual Studio and SharpDevelop, is it possible to create some kind of hyperlink or shortcut that lead to another portion of code simply by clicking on a word? At more than one reprise I would like ...
2
votes
1answer
90 views

SharpDevelop Changing code style

I would want to change the style of SharpDevelop from this to this
1
vote
1answer
193 views

User control allow drop

I have a UserControl which looks like WPF's XAML editor. I want to drag treenodes in it and do stuff. The drag system is working for the treeview part. But I can't seem to make the drop part work in ...
2
votes
1answer
229 views

How to start an internationalized WPF-Project in SharpDevelop 4.2?

I want to create a Software, where the User can choose between several Languages. As a start i want to learn how to handle Internationalization, since i have never done that before. As IDE i use ...
0
votes
1answer
80 views

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 ...
0
votes
1answer
116 views

Sharpdevelop - set the default project for solution

Maybe this is a stupid question, but here I go :) I have two projects in one solution. WinApp and ConsoleApp. If i have open only files from ConsoleApp then sharpdevelop launches the WinApp. I have ...
1
vote
3answers
69 views

How to rebuild a windows application when it is running

I build a windows application as a POS system, and I want to add a function that let the users add new button in the windows. So after user input information, such as item name and price, the ...
3
votes
1answer
87 views

VB.net Integer Counting Error

So I'm learning VB.NET and I kinda have this newbie question and I couldn't find answers anywhere on the web. This program is supposed to be counter. Every time the button is clicked the label ...
0
votes
1answer
47 views

How to use the T4 feature

How do you use the T4 system. The problem I am having is I can't find any examples of how to execute the transform command. I am using SharpDevelop if that makes a difference.
0
votes
1answer
52 views

Ironpython: How to see when application fails havin a WPF application

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 ...
1
vote
1answer
173 views

How to draw lines in IronPython with Winforms?

I've started working with IronPython in #Develop, and i love the integration with IronPython and Windows Forms, it lets you create the GUI like is were Visual Basic or C# The question i have is ...
2
votes
1answer
208 views

How to access an embedded font from xaml in Iron Python

I want to add an font to an WPF Iron Python application as resource. In a xaml file I want to use this font in the xml Fontfamily attribute. MainWindow.xaml: ... <Grid> <TextBox Text="ABC" ...
0
votes
1answer
144 views

Debugging ironpython code in SharpDevelop 4.2

I am practising IronPython coding in SharpDevelop 4.2 but I have problems with debugging. In the Locals Window I can't find my variables. In a simple script like this... a=5 b=3 c=8 print c ...
0
votes
1answer
101 views

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 ...
1
vote
2answers
138 views

How To Pass Command Line Arguments IronPython [duplicate]

Possible Duplicate: How can I pass command-line arguments in IronPython? I am new to ironpython and sharpdevelop and I am trying to run the following code, from sys import argv script, ...
0
votes
1answer
61 views

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 ...
1
vote
1answer
249 views

SharpDevelop + IronPython + WPF

I want to create a WPF application using IronPython with SharpDevelop 4.2. But I am confused how to access my object in the Window1.xaml. Please help.. :) Here is my code created automatically by ...
1
vote
1answer
323 views

Show String Collection Editor by clicking another button

I have a custom property in a property grid. Is it possible to show the String Collection Editor by clicking an ordinary button instead by doing the usual way, clicking the elipses?
0
votes
1answer
217 views

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 ...
0
votes
1answer
92 views

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 ...
-3
votes
1answer
94 views

My application is working fine in my machine but not in other machines [closed]

I have finished developing a tool using sharpdevelop and now i made a setup project for the application with Wix .. The application is installed and working fine in my machine but in other machines ...
0
votes
0answers
244 views

Debugging a SharpDevelop .dll assembly using an executable

I have a sharpdevelop project that resembles a COM interop .dll assembly, that I want to debug by starting the client executable. Attaching to this process when it's already running works fine, but ...
0
votes
1answer
385 views

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
0
votes
0answers
121 views

IronPython Compiling error

I made a simple WPF application using IronPython and tried compiling it using pyc.py. The compiled program never ran. Could not find WPF would be shown while I would try to run it. I searcherd a lot ...
0
votes
0answers
187 views

Load an external dll

I have created a simple C# application that inserts data into a MySql database. After downloading the mysql-connector-net-6.2.4 the program does his work on my computer. Now I want to place the ...
0
votes
1answer
201 views

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 ...
0
votes
1answer
146 views

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?
0
votes
1answer
238 views

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 ...
0
votes
1answer
81 views

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 ...
0
votes
2answers
170 views

Where is the main method after converting a vb.net form to c#?

I converted a Vb.Net Form (which was previously written in vb6) with sharpdevelop to c#, now i am getting error that no suitable main method can be found. Any solutions on this? best regards
0
votes
1answer
968 views

how to create and run web application sharp develop tool?

I am new for the Sharp develop tool. I need to create the web application and set it to local IIS. with Default.aspx as default page in VS. but I could not found option for the same. what is ...
4
votes
3answers
615 views

Run code on console close?

I am writing a C# app that needs to upload a file when the console is closed (be it via the X button, or the computer is shut down). How could I do this? AppDomain.CurrentDomain.ProcessExit += new ...
0
votes
1answer
885 views

WCF EndpointNotFoundException

I am working on a simple WCF service, MiniCalcService which has only one operation Add. The client and host are both console applications. The client application takes in the operands necessary for ...
1
vote
1answer
801 views

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 the program, I get this error: The process cannot access the file ...
0
votes
1answer
619 views

Ninject: System.Security.VerificationException : Operation could destabilize the runtime

I have the following code which works well, when tests are executed. But then i try to run these tests + code coverage calculation (SharpDevelop 4) it throws the exception. Can somebody describe why ...
4
votes
1answer
320 views

How to add a DocumentColorizingTransformer to AvalonEdit

I've implemented my own DocumentColorizingTransformer. But now, how do I add it to the AvalonEdit?
2
votes
1answer
2k views

C# SendKeys.SendWait to a dialog of another Process (notepad.exe)

I'm trying to do the following in C#: Open a new process (notepad.exe) Enter some text (using SendKeys) Close Notepad (deal with any confirmation dialogs) Here's what I got Process p = new ...
1
vote
1answer
765 views

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 with SharpDevelop. The posts I've found online so far have all had broken links to ...
0
votes
1answer
944 views

Reading a .resx file VB.NET SharpDevelop?

Is there a way to directly access a string in a .resx? I have several different projects, and the .resx was created using a SharpDevelop template "Misc>>Empty resource file." I've tried most of the ...

1 2 3