This question already has answers here:
Closed 11 years ago.
Possible Duplicate:
Alternatives to MS Visual Studio .NET
Hy guys.
I'm looking for an IDE with highlight colors(allternatives for visual studio).
with support to C#/ASP.net Javascript/Jquery
MonoDevelop?
Related
This question already has answers here:
Setup Failed: Visual Studio 2010 Pro installation
(7 answers)
Closed 5 years ago.
cannot able to install the visual studio 2010. Please refer the attached image.
You Can Download ISO File From Here and try to Reinstall it:
http://allpcworld.com/download-visual-studio-2010-express-free/
This question already has answers here:
No Thread Window Visual Studio 2010 Ultimate
(3 answers)
Closed 6 years ago.
In visual studio, it should be in Debug> Windows> Threads.
But mine doesn't have it!
You need to start debugging first, then it will appear in that menu.
After you start debugging, go to Debug=>windows=>Threads or press Ctrl+Alt+H to view threads.
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 10 years ago.
Possible Duplicate:
Sync Settings between computers in Visual Studio 2010
I know it's possible to export/import settings for VS, but is there any service for syncing them across machines?
This might help, it is a way to use dropbox to sync settings and extensions via the cloud:
http://trycatchfail.com/blog/post/Sync-Your-Visual-Studio-Environment-Through-THE-CLOUD.aspx
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.