TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Sanket Terdal
485
2.9k
669.8k
JScript 10.0 compiler /.Net Framework 4.0 Oracle Client
Jul 27 2010 10:45 AM
I have created Jscript file name jscript2.js it has following simple code.
=================================
import System;
import System.Data;
import System.Data.OracleClient;
class DefaultValidator
{
var conn : OracleConnection = new OracleConnection("");
}
============================================
When I compile it using VS 2008 command prompt (following command) , dll is created.
jsc /out:d:\test.dll d:\jscript2.js
But when I compile it using VS 2010 commnd prompt it gives me error related to reference assembly.
Let me know if anyone can help me.
Thanks,
Sanket
Reply
Answers (
0
)
could 2 windows versions have different results with same program?
I need help debugging my error