Setup: XP Pro, VS2005, ReSharper 2.5
I converted a project over to being a web app project using the scottgu doc and it worked great. I got my output dlls I need for unit testing and my site runs fine, so all was well. After doing some work in the new project, I got out of VS and back in and suddenly the references icon in solution explorer was gone. I can still get to the references popup through property pages, but no icon shows.
The project still compiles with all the correct references dependencies, but intellisense cant find anything, beyond System. Ex System.Web is not found at all.
I recreated the project over again going through all the processes and my references icon came back as well as Intellisense. Then after getting out and back into VS, sure enough it is now gone and intellisense is broken again.
Thanks for any help!