JavaScript Browser error: $ctor$ is not definedDescription: Sharing Common code from a DLL Class Library project. JSC JavaScript project is using this Common code and compiles with no errors. Upon "Execution" of JS code within Internet browser (FF & Chrome) gives this error in the Common script.
Solution:
Comment:
1. Function $ctor$ is defined by an assembly with [Script(IsCoreLib=true)]
|