Sesquipedalian Posted January 7, 2009 Share Posted January 7, 2009 Hey everyone, If this doesn't go here, let me know... I'm trying to create a package for VB.NET for the JS eval function, and in doing so I'm writing my code in JS (obviously)... What I was wondering is, do you know how to compile a .js file into a .dll file? I know how I could do it on the .NET command prompt, but I have no idea how to get there. I have not been able to find any info on this on the net... Thanks for your help - Adam Quote Link to comment Share on other sites More sharing options...
trq Posted January 7, 2009 Share Posted January 7, 2009 The .Net compiler (or any other thatI know of) wont compile javascript, you would need to impliment your function in C# or vb.net and compile it from there. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.