I want to be able to use MSBuild/Nant to build AC7...i

For general questions and discussions specific to the AbleCommerce 7.0 Asp.Net product.
Post Reply
roberth.risberg
Ensign (ENS)
Ensign (ENS)
Posts: 4
Joined: Thu Mar 06, 2008 12:38 pm
Location: Stockholm, Sweden

I want to be able to use MSBuild/Nant to build AC7...i

Post by roberth.risberg » Mon Mar 31, 2008 4:20 am

I want to be able to use CCNET for continuous integration (using MSBuild/Nant), but I can't seem to get it work with AC. First up is that the AC project is a Web Site project instead of a Web Application Project so there is no proj-file to point MSBuild/Nant to. Second, when I try to add a Web Deployment Project to it instead to get some kind of proj file to use, I get errors like "Search.aspx.cs(67): error CS0117: 'System.Web.UI.UserControl' does not contain a definition for 'CategoryId'" and on many more similar objects.

Has anyone got a clue or maybe has it working with MSBuild/Nant already and can give me a hint? It would be much appreciated!

Post Reply