Hey all,
I am currently developing an app in JScript.NET and have been
testing/compiling it via the jsc (Console based JScript compiler)
command option. This approach is fine, but not very elegant.
Does anyone know a way that i can create a JScript project in VS.NET so
that i may "build" and "run" my project though the IDE.
Cheers,
Peter
Bruce Barker - 09 May 2005 17:06 GMT
VS.Net has no builtin support for jscript.net. you should be able to write
custom build actions that do the compile.
-- bruce (sqlwork.com)
> Hey all,
>
[quoted text clipped - 7 lines]
> Cheers,
> Peter
Serge Baltic - 31 May 2005 14:52 GMT
bb> VS.Net has no builtin support for jscript.net. you should be able to
bb> write custom build actions that do the compile.
I suppose someone has already written a Visual Studio Add-In that enables
some JSProj project type … However, I've failed to find one. Any links?
(H) Serge