i've got blinq running nicely in a VS Web Site Project. However I much prefer the 'Web Application Project' (WAP) model but i cannot get a blinq project to compile. the compile errors are all in the StaticMethods.cs file, and they are all of the following form:
- 'System.Query.IQueryable<MySite.ApplicationSetting>' does not contain a definition for 'Count'
The project compiles no problem if i exclude the StaticMethods file, the main file containing the Table classes has no problems compiling. also intellisense is aware of the supposedly missing methods. to set up the WAP project i copy/pasted the 2 App_Code
files from the blinq generated folder into a web application project, keeping the same web.config, and adding all the references to bin files.
can anyone suggest what might be wrong? has anyone else got a WAP project working with blinq?
thanks in advance
tim.