When I add a web deployment project and compile a site, the files are created in the proper deployment location. However, I get an error when I visit the website:
Signature of the body and declaration in a method implementation do not match. Type: 'MySite.SS.TableName'. Assembly: 'example.com, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null'.
I am using SubSonic 2.2, so using it's build provider - so maybe that stops it from working?
I have set the deployment project to merge output to a single assembly (assembly name example.com)