More info: It has to do with JSMergedFile use.
If I get rid of all merged file use in my assembly, the error goes away. If I put *any* even one of the several I have, back into the assembly, the error re-emmerges. I thought perhaps I made a typo, so I restored this file from a previous version in my source repository, but the error remains. I hand typed a new one which just include jquery, it then produces this error again:
Even if I use the attribute to include a mostly empty JS file, it crashes.
[assembly: JsMergedFile(Filename="res/randori1.js", Sources = new String[] {
"jsLibs/jquery-1.7.2.min.js"
},Minify=false)]
Mike