Visual Studio 2012, QueryBuilderControl_Init never fires
Using AQB 1.05, I am able to build a working demo in Visual Studio 2010, under .Net 4.0. However, under VS 2012 (also targeting .Net 4.0) the control never populates. It appears that the _Init never fires.
I've set up the AQB components both manually and using NuGet. No difference. No exceptions are thrown, and no JS errors in the console. This is perplexing. Any insight is appreciated.
Clearly I've goofed. I started from absolute scratch and built a .Net 2.0 in 2012 (worked) and a .Net 4.0 in 2012 (also worked). Obviously I either configured something incorrectly or I have a conflict somewhere in my larger app, but AQB is doing what it's supposed to in the clean version. Thank you for your patience!