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

Giving error "Unable to resolve referenced type" #432

Open jasmakasana opened 9 years ago

jasmakasana commented 9 years ago

Hi, In my project script# is giving following error. C:\Program Files (x86)\ScriptSharp\v1.0\ScriptSharp.targets(36,5): error : Un able to resolve referenced type . Make sure all needed assemblies have been explicitly referenced. []. I have made sure that all the assemblies for the project are provided.

There are 3 projects : 1)Module.Contracts : which has only interfaces and a cs file with enums and constants. 2)Module : Has classes that are derived from interfaces. 3)Application

in this Module and Application are having ref. of Module.Contracts. thnks.