Silverlight Managed JScript の LoadMoudleFromFile() が動いたのはいいけど。

このチュートリアル、書き方悪いだろ…。

Use the LoadModule and LoadModuleFromFile functions to load modules. The methods return the loaded module. The second parameter of LoadModuleFromFile specifies the type of the module: "js" or "py".

util = LoadModule("MyUtilities")
util = LoadModuleFromFile("MyUtilities", "py")
Error: Silverlight.net

うちのような誤解を招く気がするんだが…。