|
Browse by Tags
All Tags » Visual Basic ( RSS)
-
I experience the following crash every time I try to open my solution file. SharpDevelop Version : 2.2.1.2648 .NET Version : 2.0.50727.832 OS Version : Microsoft Windows NT 5.1.2600 Service Pack 2 Current culture : English (United Kingdom) (en-GB) Current UI language : en-US Working Set Memory : 83208kb...
Posted to
Forum
by
reetep
on
10-03-2007
Filed under: Crash, Visual Basic, unhandled, unhandled exception in sharpdevelop, #develop 2.2
-
OUCH! VB6 add-on would be great. Here also is a addon to VB 6 that allowed C and ASM to be embedded into it and allow you to create true StdCall Dlls. http://sourceforge.net/projects/thundervb/ Someone dug DEEP under the hood.... aaaaaahhhhhhh it would be great... :) I have customers that I WONT abandon...
Posted to
Forum
by
Jakebullet70
on
08-28-2007
Filed under: extending #develop, New Feature, vb6, visual basic 6, visual basic
-
I would love to see the VB6 language added to #Dev. MS will not do it to Visual Studio so the only other place I can think of going would be here. There are some commercial alternatives to VB6 based on BASIC but they are lacking in many, many areas. Requirements Load VB6 project\group\bas\cls\etc.. files...
Posted to
Forum
by
Thraka
on
08-27-2007
Filed under: vb, vb6, visual basic 6, visual basic
-
Conversion worked properly on sql = "SELECT t.doc_sheet_nbr as code,t.doc_title as description " + _ "FROM myschema.mydoc t " + _ "WHERE t.facility = '" + Facility + "' " + _ "AND t.document_type = 'DRAW' " + _ "AND t.document_sub_type = '" + DocSubType + "' " + _ "AND t.document_nbr = '" + DocNumber...
Posted to
Forum
by
mgillson
on
03-27-2007
Filed under: Translation, Visual Basic
-
After days of poking around the forum and the net here is what I found: 1. I found a lot of references on the forum regarding AddHandler. (Note: It appears to me, although I could be wrong, it is not so much the Handles keyword that is causing the issue, but the Me keyword. In my original post, I state...
Posted to
Forum
by
rcman80
on
03-08-2007
Filed under: Designer, Me, Visual Basic, AddHandler
-
When I open a project originally created in Visual Basic 2005 Express with SharpDevelop 2.1.0.2376 and attempt to view a form in Design view, I get the following error: Failed to load designer. Check the source code for syntax errors and check all references are available. Syntax errors in Form1.vb:...
Posted to
Forum
by
rcman80
on
03-05-2007
Filed under: Designer, Me, Visual Basic 2005 Express, Visual Basic
-
Recall the cast (int)( expr ) is the wrong answer for VB CInt( expr ) to C# -- i.e, should be Convert.ToInt32( expr ) . Still, to answer the question, the following types for expr can be specified for the explicit cast to int (more to come :-) ): (int)( long_expr ) (int)( ulong_expr ) (int)( float_expr...
Posted to
Forum
by
harrystein
on
03-05-2008
Filed under: Translation, Code conversion, Visual Basic, convert
-
Hi, the following error happens when i try to see the Cystal Report Control at design time in Sharp Develop using vb projects. I included all references of Crystal Report that I could, but the error still continue. I am evaluating your IDE right now and I am very glad with your solution, but the only...
Posted to
Forum
by
vladimiradr
on
03-31-2008
Filed under: Error, Visual Basic, #develop 2.2, Crystal Report
-
I have a project which I transport between places daily, one of which uses VS2005, and the other #D. I define some embedded resources on the VS2005 computer, but then when I transport them to the other location, I get this error when trying to open the designer: Cannot find resource My.Resources.Resources...
Posted to
Forum
by
dawmail333
on
06-03-2008
Filed under: Forms designer, Error opening VS2005 solution file, bug, Visual Basic, #develop 2.2
-
This is an error I receive when I start the debug process by hitting F5 and by selecting run from the debug drop down menu. Also I am running #devleop from a usb flash drive. Thanks SharpDevelop Version : 2.2.1.2648 .NET Version : 2.0.50727.832 OS Version : Microsoft Windows NT 5.1.2600 Service Pack...
Posted to
Forum
by
bmckinney
on
07-16-2008
Filed under: debugging, Error, debugger, debugger compile, Visual Basic, unhandled exception in sharpdevelop, #develop 2.2
|
|
|