Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms (1)

20
votes
3answers
1k views

Any experiences using SharpDevelop to build an ASP.NET MVC app?

I've always used VS for .NET development, but am just wondering about the alternatives around now. I'm especially interested in use for ASP.NET MVC development. I'm not bothered about any of the ...
14
votes
2answers
3k 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/Express/ ) I tried to ...
6
votes
4answers
2k views

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 it for medium size projects in C#? Subquestions: Is there a difference in ...
6
votes
5answers
2k views

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 (Visual Studio comparable) IDE for that? The best would be if I could manage Visual C# Express to ...
5
votes
5answers
52k 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 menu containing a ...
4
votes
2answers
856 views

Using sqlite3 with IronPython 2.6 for .Net4

i'm working with SharpDevelop 3.2.0, IronPython 2.6.1 for .Net4. To have access to the sqlite3 functionality using this module for IronPython: IronPython.SQLite My program is an GUI application and ...
3
votes
2answers
174 views

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 I'm using SharpDevelop as my IDE, (but my question is equally relevant to anyone developing using ...
3
votes
1answer
446 views

Using AvalonEdit in Sharpdevelop 3.x

I am very curious to know if it is possible to replace the normal ICSharpCode.TextEditor with AvalonEdit in Sharpdevelop 3.x. Frankly speaking AvalonEdit is way too better than ICSharpCode.TextEditor, ...
3
votes
1answer
596 views

module “random” not found when building .exe from IronPython 2.6 script

I am using SharpDevelop to build an executable from my IronPython script. The only hitch is that my script has the line import random which works fine when I run the script through ipy.exe, but when I ...
3
votes
1answer
640 views

Are Visual Studio Express and SharpDevelop Project Interchangeable?

I'm starting to learn WPF and currently use Visual Studio Express 2010 at home. I want to be able to work on my projects at work but I am unable to install any unauthorized software on my computer. I ...
3
votes
1answer
369 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 instantiate an ...
3
votes
4answers
837 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 in one place and ...
3
votes
8answers
3k 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
2answers
79 views

Remove NUnit reference for Release build

I have a project with many NUnit tests. I am happy for these tests to be included in the Debug configuration build but I would like to remove the dependency on nunit.framework for the Release ...
2
votes
3answers
666 views

How should I use SQL Server Compact Edition in a SharpDevelop project on multiple computers using Git?

I have a project where I want to use SQL Server Compact Edition and SharpDevelop. I also want to use Git for version control. To use SQL Server CE, I download and install it on C:\Program ...
2
votes
1answer
334 views

IronPython Excel-Dna Add-In - Exception regarding Microsoft.Dynamic reference

I am getting started with developing an Excel-DNA addin using IronPython with some C# as a wrapper for the calls to IronPython. With the generous help of the Excel-DNA developer, I have worked ...
2
votes
1answer
492 views

Using Microsoft.VisualStudio.TestTools.UnitTesting without Visual Studio?

I'm trying to build an open source project in Sharpdevelop, but the tests don't compile as it references the Microsoft.VisualStudio.TestTools.UnitTesting namespace. I don't have Visual Studio (not ...
2
votes
1answer
232 views

Can I prevent SharpDevelop design view from setting a property's value in InitializeComponent?

I am finding that Design View (DV) is nice, but trying to change the way it automagically injects code into InitializeComponent is very hard. And sometimes its automagical code breaks the program. ...
2
votes
3answers
1k views

Wix - Custom installation directory

I'm using Wix 3.x and the user should be able to choose the target directory. My Setup.wxs is currently like here: http://pastebin.com/uH1EjbDQ What is the simplest way to ask the user for a custom ...
2
votes
4answers
445 views

Which C# IDE offers the most extensive AST access?

the core part of the bachelor thesis which I am writing right now is a plugin for a C# IDE that offers a few refactorings (it comes to more than simple refactorings but I want to keep it simple for ...
2
votes
1answer
301 views

Loose coupling of COM in C# or How to avoid COMException 0x80040154

I have a .Net 2 C# application I am developing which uses a VB 6 generated COM DLL. The VB DLL is updated frequently any my application crashes with a System.Runtime.InteropServices.COMException ...
2
votes
4answers
233 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.
2
votes
4answers
796 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.
2
votes
3answers
2k 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 a copy of the ...
2
votes
3answers
498 views

Where is the unreachable code?

int x; int iHateDataRows = dt.Rows.Count + 2; System.Data.DataRow[] dra = new System.Data.DataRow[1000]; for(x = 0; x < iHateDataRows; ++x) So, this is obviously a loop but, my problem is that ...
2
votes
1answer
3k 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 would be with ...
2
votes
1answer
581 views

SharpDevelop ebook

Does anyone know where I might find the SharpDevelop ebook? It is apparently no longer available from Apress.
1
vote
1answer
56 views

WPF is running well on development machine, but cannot run on other machines

I've got a problem with an wpf application. I programming a wpf application with sharpdevelop 4.1.8000, it complied successful and is running well on the development machine. When I copy the files ...
1
vote
1answer
59 views

SharpDevelop XSHD file for Powershell syntax?

Has anyone written an AvalonEdit XSHD file for PowerShell syntax? I'm in need of one for my project and I want to make sure I'm not inventing the wheel. Thanks
1
vote
3answers
107 views

T4 template generation error when trying to execute subsonic's activerecord in sharpdevelop

Hello, I'm trying to get subsonic to work win SQLite in sharpdevelop (Active record approach). I'm having some issues with generating the code from the T4 templates. It throws this error: Blocks are ...
1
vote
0answers
44 views

SharpDevelop does not save changes in WXS file

I open *.wxs file in SharpDevelop and made layout of controls (Text aligned to right, move etc). Then clicked Save All. Reopen this file and see that all changes were lost. How can I align and resize ...
1
vote
0answers
189 views

SharpDevelop and can not open input file “input file 'kernel32.lib' (LNK1181)”

I am having tough time getting work with SharpDevelop. I downloaded SharpDevelop 4.0.0 on WindowsXP Service Pack 3. I created a plain solution for WebDriver to have my hands on C# binding of ...
1
vote
1answer
233 views

AvalonEdit - Ruleset Spans

How to check if a word at a position is in a Span[i] of the xshd-ruleset? Thanks!
1
vote
1answer
211 views

How to import an ASP.NET MVC app from VisualStudio to SharpDevelop?

I'd like to import an ASP.NET MVC 2 app from Visual Studio 2008 to SharpDevelop v4.0. I'm using: * Windows 7 * IIS 7.5 * .net SDK v4.0 * VisualStudio 2008 * MVC 2 * SharpDevelop v4.0 Beta r6767 ...
1
vote
3answers
382 views

Limitations of sharpDevelop

I am looking in to using sharpDevelop to develop Windows (.NET) applications over using Visual Studio. I'm just wondering if there are any serious limitations to using SharpDevelop over VS? The ...
1
vote
2answers
225 views

XAML and Boo in Sharpdevelop

I am able to create and run boo console applications in Sharpdevelop. Is there a way to specify the UI using XAML markup and write the code behind in boo for WPF development in Sharpdevelop? If not ...
1
vote
1answer
506 views

reading a string from resx file sharpdevelop c#

I'm writing a class library in C# using sharp develop. I am including an resx(resource) file which contains some string values. I'm using the following code: ResourceManager rm = new ...
1
vote
1answer
330 views

Context 0x3c74b38 is disconnected. No proxy will be used to service the request on the COM component

I am developing a window application in Microsoft visual C # 2008 express edition.I get a run time error wen i run the application. string[] diskArray; string driveNumber; ...
1
vote
2answers
625 views

WPF Debugging AvalonEdit binding to Document property

all day long I am sitting and trying to find out why binding to AvalonEdits Document property isn't working. AvalonEdit is an advanced WPF text editor - part of the SharpDevelop project.(it's going to ...
1
vote
2answers
140 views

What olive bullet on breakpoint means in SharpDevelop

Sometimes when I set a breakpoint and start debugging its color changes from red to olive: When it happens debugging doesn't stop at all - breakpoint is ignored. I want to know why this happens ...
1
vote
1answer
1k views

sharpdevelop, asp.net and run/debug it?

i created an asp.net project in sharpdevelop. i wanted to get started to see how debugging is and i am stuck already. How do i run the ASP.NET project? It just says its configured as a DLL. How do i ...
1
vote
1answer
268 views

Developing the mono application on Sharp Develop 3.1

Im testing the Sharp Develop 3.1 to find out that can i use sharp develop on windows for building mono application. building process works find, while i'm debugging ,execution is not stopping at break ...
1
vote
1answer
222 views

Convert SharpDevelop 3.1 solution to VS2005

Is there a way to open a solution created in SharpDevelop 3.1 in Visual Studio 2005? Here is the header of the solution file: Microsoft Visual Studio Solution File, Format Version 10.00 # Visual ...
1
vote
2answers
2k views

How to start developing Windows mobile applications

I want to write an application for my Windows 6.1 standard smart phone that intercepts incoming SMS messages and auto responds if they match a specific criteria, but despite installing countless SDk's ...
1
vote
2answers
508 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?
1
vote
3answers
765 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 hassle for me to install ...
1
vote
3answers
1k views

“Could not load type” in web service converted to VB.NET

I wrote a simple web service in C# using SharpDevelop (which I just got and I love). The client wanted it in VB, and fortunately there's a Convert To VB.NET feature. It's great. Translated all the ...
0
votes
1answer
27 views

Add column in ObjectListView 2.5, SharpDevelop 4.1 (Windows7) crash designer

Adding a column using the designer crashes the control with the following message: System.Exception: The control BrightIdeasSoftware.ObjectListView has thrown an unhandled exception in the designer ...
0
votes
2answers
46 views

How to use Cucumber from SharpDevelop

I would like to use Cucumber from the .NET world and SharpDevelop seems like a good choice, but I'm not finding a good example of how to do it
0
votes
1answer
40 views

Sharpdevelop TFS plugin

Is there a TFS plugin for use with sharp develop? From what i can see on google, there were a couple of summer of code projects in this general direction but i cant seem to find a definitive answer. ...

1 2