5
votes
2answers
698 views
SharpDevelop or Express editions
Since there is a Sharpdevelop 3.0 ( http://www.icsharpcode.net/OpenSource/SD/Download/ ) can anybody tell me how it compares to the Express Editions ? ( http://www.microsoft.com/Ex …
3
votes
1answer
106 views
IronPython and instantiating COM objects
I'm using IronPython 2.0 in a SharpDevelop 3.1 console window. I'm trying to reference and use the Redemption CDO replacement library.
The standard usage for the library is to in …
3
votes
4answers
466 views
Visual Studio vs. #Develop - Default event handlers
Visual Studio and SharpDevelop do not both set up delegates to handle events in the same way. The way they are set up is a little bit different. This makes it difficult to use VS …
2
votes
3answers
435 views
Using ICSharpCode.AvalonEdit on .Net 3.5?
I'm trying to use the ICSharpCode.AvalonEdit.TextEditor control from the SharpDevelop 4.0 project in a WPF app that I'm building, but I can't seem to get it to work.
I checked out …
2
votes
3answers
228 views
Unreachable code? WTF? (C#)
int x;
int iHateDataRows = dt.Rows.Count + 2;
System.Data.DataRow[] dra = new System.Data.DataRow[1000];
for(x = 0; x < iHateDataRows; ++x)
…
2
votes
8answers
645 views
Do you recommend SharpDevelop for trying out C# on Linux?
I'm going to try c# on my linux box....
Do you recommend SharpDevelop as IDE or just a notepad + compiler?
tnx
Alberto Berengo
2
votes
1answer
1k views
Howto: Taking photos in windows mobile without CameraCaptureDialog?
I want to create a windows mobile app (windows mobile 5.0 and above, using CompactFramework [in SharpDevelop]) to capture photos automatically, without user involvement (like it wo …
2
votes
6answers
10k views
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 to C# and trying to do the following in SharpDevelop:
// Form has a m …
1
vote
4answers
79 views
Is it possible to develop C# projects in Visual Studio and then compile in SharpDevelop?
Is there any incomparability between Visual Studio and SharpDevelop projects?
P.S. For Windows Forms applications.
1
vote
3answers
175 views
F# on/in SharpDevelop?
Is there an F# compiler (plugin?) for SharpDevelop? I use SharpDevelop on my netbook for hobby development and it would be cool to program in f# on it.
1
vote
3answers
543 views
Any problems running SharpDevelop 3.0 and Visual Studio 2008 side by side?
I have been asked to lend a hand on a hobby project that a couple friends are working on, they are using SharpDevelop 3.0 (Beta 2 I think, but it might be Beta 1) is there any hass …
0
votes
3answers
117 views
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 ca …
0
votes
1answer
83 views
SharpDevelop: “Could not find fsi.exe” even when f# is installed
I installed a copy of f# on my machine (on a secondary drive), and when i try to start the F# interactive prompt, it says it could not find fsi.exe. Do i need to copy some files so …
0
votes
1answer
106 views
SharpDevelop - mixing C# and VB.NET in one project possible?
Is is possible to mix C# and VB.NET files in one project when using SharpDevelop?
0
votes
1answer
431 views
Is anyone using System.Data.SQLite within SharpDevelop?
I was just wondering if perhaps any of you guys has been successful integrating SQLite into a SharpDevelop project? If that's the case it'd be really interesting if you wouldn't mi …
