Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    text
    copied!<p>I've investigated further and discovered I have been confusing Web Site projects with Web Application projects. This is what I have found:</p> <p><strong>Web Application Projects</strong></p> <ul> <li>Contains Assembly Information via Application Properites (Hidden AssemblyInfo file)</li> <li>Creates a working website after compilation</li> </ul> <p><strong>Web Site Projects</strong></p> <ul> <li>Can contain Assembly Information via an AssemblyInfo file in the App_Code folder</li> <li>Creates a working website in situ</li> </ul> <p><strong>Web Application Projects</strong></p> <ul> <li>Copy the AssemblyInfo file from a Web Application Project only (I tested this)</li> </ul> <p><strong>CrusieControl.NET - SVNLabeller</strong></p> <ul> <li>Can only overwrite the Version Number in the AssemblyInfo file in the Web Application Project</li> </ul> <p>Thus I shall be using Web Application Projects in the future. Previously I've used Web Site Projects as they worked in situ and we used to just copy them to the Live Server (I know this is bad - which is why I'm asking all these questions as I attempt to improve our development environment).</p> <p>This answer is my note from researching further which I think is the purpose of Stack Overflow. If someone wants to change the question to something more appropriate to my answer I'll understand - I will attempt to re-tag myself.</p> <p>Also if I've missed the mark with my explanation here please tell me!</p> <p>Cheers</p> <p><strong>EDIT</strong></p> <p>After further research it appears that there are problems with Web Deployment Projects and Web Application Projects when merging assemblies. The only way to get it work is to name the assemblies differently, which leaves me with 1 assembly with version information and 1 assembly with my manifest information (keeping in mind my version information comes from SVNLabeller). This isn't what I want. So I'm now reverting to Web Site Projects and have discovered I can manually edit the .wdproj file to add extra Assembly Information, it's a shame I can't do it via Visual Studio but is the best solution I can come up with for now.</p>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload