I have installed the source code (9.2) on my VS2010 box. When I first tried to run the website, I got the error "A project with an Output Type of Class Library cannot be started directly ... In order to debug this project, add an executable project ot this solution with references the library project. Set the executable project as the startup project". ... I did go into the properties in the solution and to access the startup project. I did change it from aspdotnetstorfrontcontrols to http://localhost/aspdotnetstorefrontmultistore9 and it ran. But when hit the break button after the web page came up, vs2010 displayed "No Source Available" ... Im assuming I did something incorrect when I installed it or did not complete a step. Is there another step that I must do display the source when I hit the break button in the middle of executing the code