|
Browse by Tags
All Tags » #develop 2.1 ( RSS)
-
SharpDevelop Version : 2.1.0.2429 .NET Version : 2.0.50727.42 OS Version : Microsoft Windows NT 5.1.2600 Service Pack 2 Current culture : English (United States) (en-US) Working Set Memory : 66888kb GC Heap Memory : 26220kb Exception thrown: System.NotSupportedException: The given path's format is not...
Posted to
Forum
by
Ed Lyons
on
09-17-2007
Filed under: #develop 2.1
-
Version 2.1.0.2429 Hello, if I set the Output path in the project properties window (TabPage "Compiling") using an ending backslash , no output file is created. No error occurs, and output says "Build finished successfully". I supposed that the source doesn't use Path.Combine() to combine this text and...
Posted to
Forum
by
Juergen Thomas
on
09-01-2007
Filed under: build problem, bug, 2429, #develop 2.1
-
SharpDevelop Version : 2.1.0.2429 .NET Version : 2.0.50727.832 OS Version : Microsoft Windows NT 5.1.2600 Service Pack 2 Current culture : English (United States) (en-US) Working Set Memory : 55140kb GC Heap Memory : 22345kb Exception thrown: System.ArgumentOutOfRangeException: should be between 0 and...
-
The following code in VB If a>1 then a=a+1 End If is converted to C# as if ( a>1) { a=a+1 } The bracket is always in the next line regardless of the PrettyPrintOptions To fix the bug, you need to simply change nodeTracker.TrackedVisit(stmt, null ); to nodeTracker.TrackedVisit(stmt, prettyPrintOptions...
-
Step 1. open SharpDevelop
2. open a Project,
3. Click On File menu -> New -> File
A dialog appears asking if I want to add the new file to the existing project, IF I CLICK CREATE FILE INSIDE PROJECT, #develop freezes and nothing happens. Taskkilllll
Hope...
Posted to
Forum
by
mahen
on
06-09-2007
Filed under: bug, #develop 2.1
-
SharpDevelop Version : 2.2.1.2742 .NET Version : 2.0.50727.1378 OS Version : Microsoft Windows NT 6.0.6000.0 Current culture : Russian (Russia) (ru-RU) Working Set Memory : 101200kb GC Heap Memory : 49328kb Exception thrown: System.Runtime.InteropServices.COMException (0x80131C23): Операция закончилась...
Posted to
Forum
by
caffeine
on
11-19-2007
Filed under: exception, debugger, COMException, #develop 2.1
-
I right clicked in a .CS file on a method call, and selected the "go to definition" option. The error below was the result. SharpDevelop Version : 2.1.0.2367 .NET Version : 2.0.50727.832 OS Version : Microsoft Windows NT 5.1.2600 Service Pack 2 Current culture : English (United States) (en...
-
Running 2.2 I see this issue (and assume it remains with latest build as 'Search' does not show any results). CInt() is converted by SharpDevelop 2.2 to a simple int cast, which is plan and simply wrong. By the way, if you Google around, this notion of the equivalent of CInt() being an (int)...
Posted to
Forum
by
harrystein
on
03-04-2008
Filed under: Bug report, .Net 2.0 bugs, Translation, Code conversion, bug, #develop 2.1, #develop 2.2, convert, #develop, SharpDevelop 3.0
Page 1 of 1 (8 items)
|
|
|