+2  A: 

Check out Cassini. It's a web server that has been build awhile back by the ASP.NET team to allow Visual Studio to debug web applications without needing IIS. It's also a standalone web server. The source can be found on Dmitry's blog at http://blogs.msdn.com/dmitryr/archive/2006/03/09/548131.aspx

Jason N. Gaylord
Thanks Jason, but I do not need a web server - I have the HTTPListener. My problem is a compilation issue.
Traveling Tech Guy
If you check out how they handle the compilation, it might help.
Jason N. Gaylord