This question already has answers here:
Closed 13 years ago.
Possible Duplicate:
How can i build a visual studio solution using xbuild (from Mono)?
How to compile a visual studio project/solution with Mono ?
If this is possible, Will the output run without installing .NET Framework ?
Yes, it is possible. Mono has xbuild, an implementation of msbuild which is used by Visual Studio to build VB.NET and C# projects (but not VC++). As is typical for Mono, this is a work in progress, be sure to check the todo items to see how suitable it is for your projects.
Yes, definitely check out MonoDevelop. They actually answer this question in their FAQ.
Related
I recently moved to VS2022 and uninstalled VS2019. However, I need to generate some build files in VS2019. When I try to do so, I get this error
CMake Error at CMakeLists.txt:2 (project):
Generator
Visual Studio 16 2019
could not find any instance of Visual Studio.
So my question is since I currently have VS2022, can I generate VS2019 build files?
Thanks
So my question is since I currently have VS2022, can I generate VS2019 build files?
No. The generator relies on finding the VS2019 MSBuild in order to work. In general, you can't generate project files for a backend that isn't installed.
This question already has answers here:
What are the differences between Visual Studio Code and Visual Studio?
(14 answers)
Closed 3 years ago.
I'm getting started with learning visual basic and was wondering if I should download the visual studio community or the visual studio code? What's the difference?
If you own a Windows machine, Visual Studio Community is the best. But only if you have a Windows machine.
If you use some other OS like macOS you will have to use Visual Studio Code, but it is not as easy to set up.
macOS does have a Visual Studio for Mac, but it is not the same as Visual Studio for Windows. Instead, it is used for Unity3d programming and Xamarin for mobile applications.
Coming from 2 years of classroom experience, Visual Studio Community is the BEST way to begin learning Visual Basic.
VS Code uses .NET Core, a limited Open-Source Version of the .NET Framework.
VS Community uses the full .NET Framework and allows you to use e.g. Windows Forms.
VS Code is more lightweight than VS Community, but for a beginner it's usually simpler to use VS Community if you just want
to learn programming. There is also more information about VS Community so I recommend you to use it.
Visual Studio Community is only available for Windows, so if you are on Linux or MacOS X you'll have to use VS Code.
This question already has answers here:
Development Environment For VBP FIles
(4 answers)
Closed 7 years ago.
I have a project of Visual Basic 6.0, in that I have some code changes. for that I need Old Visual Basic 6.0 IDE that I don't have.
So anybody can me tell me that,
Is that possible to compile that VB 6.0 code in Visual Studio 2010 and later and how.
Or Where i can get the Visual Basic 6.0 IDE Setup and that i can install in Windows 7 OS.
Thanks in Advance.
You will need to get the IDE first, and then:
For installing in Windows 7 you may need to follow the instructions in this website
This question already has answers here:
Closed 12 years ago.
Possible Duplicate:
What is “missing” in the Visual Studio Express Editions?
Specifically for 2010, specifically for C++... what's missing Vs Professional/Premium (annoying the standard version is now named Professional)?
http://www.microsoft.com/express/Windows/
Express versions don't have:
Plugins
Class Designer
Code Analysis
Creating 64-bit programs
Creating for Itanium processors
Creating for Windows Mobile
Creating for Office using Visual Studio Tools for Office.
Express versions have but with limited functionality:
External Tools
Refactoring
Debugging
Integration with MSDN
Installator Creator
In addition to Svisstack's answer, express lacks support for MFC. This guy found a way to do MFC in VS2008e, but I have no idea if this hack works in VS2010e.
There is also a special express build for Windows Phone 7 development.
http://www.microsoft.com/express/phone/
This question already has answers here:
Closed 13 years ago.
Possible Duplicate:
Will installing Visual Studio 2010 Beta side by side with VS2008 cause problems?
I would like to play around with the beta and the new entity framework if possible.
Will VS2010 mess around with my Visual Studio 2008 install?
I still need VS08 for work.
CV
I had them working side by side without any problems (until I upgraded by disk - still have a lot of installs to do). However, I can't say that I have done a thorough test.
I haven't done any extensive testing, but on my box at home I was running both at the same time with no apparent problems.