I'm using [assembly: JsType(JsMode.Prototype, Filename = "~/../MyProject/Scripts/MyScripts.js")] in my AssemblyInfo.cs class. I'm trying to apply that attribute to every class in the assembly so that every class is output to the specified file. However it's not working. Classes that do not have the JsType attribute applied directly to them do not output to the specified file. Instead, they output to the default file ("/res/assemblyName.js") instead and every type in that file is named "Array" instead of the actual name of the Type. Classes that DO have the JsType attribute applied directly to them work as expected. Can you tell me what's going on and how to fix this?
-Ryan--
You received this message because you are subscribed to the Google Groups "SharpKit Support" group.
To unsubscribe from this group and stop receiving emails from it, send an email to sharpkit+u...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.