sharpdevelop Questions
19
I am getting the above error when I execute the code -
MySqlConnection mysqlConn=new MySqlConnection("server=127.0.0.1;uid=pankaj;port=3306;pwd=master;database=patholabs;");
mysqlConn.Open();
I...
Expressive asked 1/8, 2013 at 12:9
4
Solved
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 vi...
Savdeep asked 17/3, 2010 at 14:50
3
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 t...
Wendiwendie asked 11/2, 2012 at 5:26
1
Solved
I have created a project with Visual Studio 2017 on my PC at home.
But when I try to open it with SharpDevelop it says:
"The tools version "15.0" is unrecognized."
My SharpDevelop is on a USB ...
Adelleadelpho asked 15/1, 2017 at 22:0
6
Solved
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 ...
Windshield asked 2/11, 2008 at 12:17
4
Solved
The incredibly awesome AvalonEdit WPF TextEditor control seems to lack an important feature, or at least i can't figure it out. Given an offset and a length, highlight that portion in the TextDocum...
Asuncion asked 17/2, 2011 at 13:44
2
Solved
There is a class, called circle. It contains circleID, circleGeometry and circlePath propertities.
public class Circle
{
public string ID {get; set;}
public EllipseGeometry circleGeometry {get;...
Glomerule asked 18/5, 2015 at 8:9
3
Solved
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 confi...
Peatroy asked 31/8, 2011 at 14:23
2
Solved
I have a project written in VB, and I need to convert the whole project to C# project. I don't want to do it file by file, I found some online converters, but they convert only lines of code,...
Ciapas asked 4/8, 2014 at 6:39
1
Solved
I've been developing a vb.net project using Excel-DNA for the last few months using SharpDevelop and all of a sudden, when I open my project as usual, I have this error:
The tools version "12.0"...
Revelation asked 25/2, 2014 at 13:40
2
Solved
I was tasked with converting a solution from VB to C#. There were 22 projects and hundreds of classes, so I decided to research converters. I finally settled on SharpDevelop, which is an IDE with a...
Grant asked 23/12, 2013 at 13:45
3
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...
Jackshaft asked 16/2, 2009 at 20:0
1
If you create a new winform project with SharpDevelop 4, then drag an OpenFileDialog (or SaveFileDialog) to the form, then show the dialog (.ShowDialog), Norton internet security 2011 blocks the ap...
Vanpelt asked 7/9, 2011 at 19:9
3
Solved
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 += ne...
Carpology asked 27/3, 2012 at 20:32
1
Solved
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 fil...
Navarra asked 26/3, 2012 at 18:8
1
Solved
I've implemented my own DocumentColorizingTransformer. But now, how do I add it to the AvalonEdit?
Different asked 28/2, 2012 at 8:11
2
Solved
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 usi...
Confiscate asked 7/12, 2011 at 12:53
1
Solved
I'm using ICSharpCode.TextEditor.TextEditorControl as my DSL editor. When I get DSL compilation errors, I would like to highlight the offending text to provide a better user experience. However, I'...
Huelva asked 15/9, 2011 at 21:22
2
Solved
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 a...
Menis asked 18/8, 2010 at 15:51
5
Solved
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 differen...
Joline asked 21/7, 2010 at 13:52
5
Solved
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 ...
Mitra asked 28/3, 2010 at 0:26
1
© 2022 - 2024 — McMap. All rights reserved.