Hello Mitchel, Thanks for the quick reply! Right, so for each module just make that it's own WAP project... This came about because of a really weird problem I was having getting a LINQ query to work in a website project... this line: grdTickets.DataSource = this.Ticket.Converter.ToDataReader(TicketList.Select(tick => new { tick.ProjectID, tick.PortalID, tick.UserTicketID, tick.DueDate, tick.Description })); was always bombing on the "=>" operator.. it could not interpret it! I dropped the same form unchanged into WAP site to test it in that model, and it worked right away. I did not change any USING statements and the references were the same as far as I could tell...very weird and frustrating! So do you just put your modules in their own WAP? Thanks! Harold |