You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: