Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 10 years ago.
Improve this question
I have been looking for a fairly decent online IDE that does well with both c# and java, I have tried Cloud9IDE, CodeRun, and Amy Editor. I really had liked CodeRun until i found that it was impossible for me to add another file into the same project, unless i was just doing it wrong which is possible. Amy Editor was very promising also until i couldn't figure out how to create a new project or compile the sample code i had written. If anyone knows how to use these editors or of any other good online IDE environments then I'm game to learn.
Why not run your IDE somewhere on a machine and connect to it remotely? You can even install your own Virtual Desktop on Amazon EC2 for example, so you don't have to run the machine yourself. For an idea on how to do this see http://cloud.ubuntu.com/2010/11/show-off-ubuntu-desktop-on-cloud/ for example.
Have you tried using Compilr?
I think it's only been up and running for a few months but it's a pretty good website, not sure if it meets your functionality needs though.
Related
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 7 years ago.
Improve this question
I was working on a c# project on my computer when I accidentally removed the power cord.
When I started my computer back up I tried to load my project, but I got a error:
There is no editor available for 'c\user\documents\visualstudio 2013\projects\project_name\from1.cs
make sure the application for the file type(.cs) is installed
On the same project I have different forms and those still work, only from1 is not working. The data set only contains 0's.
What can I do to fix this?
Either something got corrupted in your Visual Studio installation, or (more likely) the file you were working on before your computer was shut down (which I assume was from1.cs).
Are you able to open from1.cs and from1.Designer.cs in something like Notepad? You may want to look for NULL terminators in your file as suggested by this answer on this (possibly duplicate) question.
If that doesn't work, either try copying the existing code from from1.cs and from1.Designer.cs into new files in your project, or repairing/reinstalling Visual Studio. Just make sure to make a backup of your project first, just in case! ;)
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 8 years ago.
Improve this question
I want to run the file inetmgr.exe so I can deploy a webservice, but I cannot seem to find it.
I have visual studio 2012 installed, and when it installed, it also installed the iis express 8 with it. However, start->run->inetmgr.exe produces an error message as the system does not find the file.
I am very much a beginner, so I apologize if my answer is stupid, and thank any potential answerers for all their patience...
inetmgr.exe is the exe of the regular IIS.
You need the iisexpress.exe. Have you looked at http://www.iis.net/learn/extensions/introduction-to-iis-express/iis-80-express-readme?
Do you need to start that to configure some settings? If so, the link I provided should help you out.
Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 9 years ago.
Improve this question
I always find myself creating new projects in VS just to write a oneliner to test something out, or use it as a more dynamic calculator. Is there a tool out there that I can quickly open up, write my C# code and then see the result? Intellisense would be a nice option.
I remember using a C# python-mod addin for VS which was basically like a console that worked in a similar way, but I'd like to do it without creating projects etc.
Any ideas?
Is there a tool out there that I can quickly open up, write my C# code
and then see the result?
LinqPAD is defintely an option.
Intellisense would be a nice option
The paid version of LinqPAD provides also an intellisence.
CsharpRepl or gsharp (GUI version)
Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 10 years ago.
Improve this question
I am looking forward to create a web application which allows user to generate 3D human models. When user gives the particular measurements, respective model should be generated.
I am planning to do this in .net platform. I have few questions.
What are the possible tools and languages
Is there any library for .net (visual studio 2012) to create a human model at the application run time
Thanks in advance.
Forgive me, but it sounds like you're underestimating the difficulty of this project.
I'll give you some answers in earnest:
If you're showing 3D models in Silverlight, you're likely going to want to check out this article.
Generating realistic human models is NOT a trivial task. I have never heard of anyone doing this on the fly before, so you have a long road ahead of you.
Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 9 years ago.
Improve this question
I've drunk the kool aid. Vim is elegantly beautiful, and I must learn how to use it and configure it to have a great compiler. Tis the best way to learn.
The question is, where do I start? Is there a good tutorial which teaches Vim for C# in Linux, yet one which assumes that you know next to nothing about Vi in general?
Massive kudos to anyone who can supply this one. Seriously.
Look into these
http://kevin-berridge.blogspot.com/2008/09/vim-c-compiling.html
http://lostechies.com/derickbailey/2010/04/23/using-vim-as-your-c-code-editor-from-visual-studio/
I've used the following instructions to set up vim for C#/mono in the past successfully:
http://arun.wordpress.com/2009/04/10/c-and-vim/
Vim is actually quite good for c#. Even does basic completion!
Edit: The original link was dead, replaced with a wayback machine copy.
I love vim and for Studio work I use viemu.