nikhilk / scriptsharp

Script# Project - a C# to JavaScript compiler, to power your HTML5 and Node.js web development.
http://scriptsharp.com
Other
658 stars 182 forks source link

Getting 'owebdriver.dll' could not be opened - 'the assembly is not a script assembly' build error #404

Closed PardeepK closed 11 years ago

PardeepK commented 11 years ago

Hi,

When I am including owebdriver.dll in my source file, I am getting 'owebdriver.dll' could not be opened - 'the assembly is not a script assembly' build erro. Can someone let me know why I am hitting this issue? can we compile owebdriver.dll in script#.

Thanks in anticipation, PardeepK

theoutlander commented 11 years ago

Script# does not convert DLL's to JS. It is simply a S# (C# 2.0 as per ScriptSharp spec) to JS compiler where you're using C# to write JS.