I'm currently using JScript.NET for a small UI application. The problem is that my Visual Studio Express doesn't support JScript.NET for designing the UI. Is there a free IDE that I can use to design my UI and produce valid JScript.NET code?
I just need the IDE Design functionality to Design the application, that's it.
Currently what I'm doing is converting the very similar C# code that it generates, over to JScript.NET, but It's kind of getting annoying.