A Ariel Nov 26, 2003 #1 hi, Somebody knows some alternative enviroment for visual BASIC .net? thanks.
H Herfried K. Wagner [MVP] Nov 26, 2003 #3 * "Ariel said: hi, Somebody knows some alternative enviroment for visual BASIC .net? Click to expand... There is not much out there... SharpDevelop basically supports VB.NET: <http://www.icsharpcode.net/OpenSource/SD>
* "Ariel said: hi, Somebody knows some alternative enviroment for visual BASIC .net? Click to expand... There is not much out there... SharpDevelop basically supports VB.NET: <http://www.icsharpcode.net/OpenSource/SD>
J Jay B. Harlow [MVP - Outlook] Nov 26, 2003 #4 Ariel, In addition to SharpDevelop, there is always Notepad.exe or any of the many other text editors out there. You can then use vbc.exe to compile your source files. vbc.exe is normally found in: \WINDOWS\Microsoft.NET\Framework\v1.1.4322 Or: \WINDOWS\Microsoft.NET\Framework\v1.0.3705 Depending on if you are using .NET 1.1 or .NET 1.0 respectively. I believe ANT and other open source "make" systems can easily be used with VB.NET. If you are only doing web projects, you can use Web Matrix, http://www.asp.net/webmatrix/default.aspx. Hope this helps Jay
Ariel, In addition to SharpDevelop, there is always Notepad.exe or any of the many other text editors out there. You can then use vbc.exe to compile your source files. vbc.exe is normally found in: \WINDOWS\Microsoft.NET\Framework\v1.1.4322 Or: \WINDOWS\Microsoft.NET\Framework\v1.0.3705 Depending on if you are using .NET 1.1 or .NET 1.0 respectively. I believe ANT and other open source "make" systems can easily be used with VB.NET. If you are only doing web projects, you can use Web Matrix, http://www.asp.net/webmatrix/default.aspx. Hope this helps Jay