Hello,
This seams quite trivial... and maybe it is ;).
I want to create a Web Service project and access the extensive Project Properties.
On my first machine I can do it like that:
File->New Project->Visual C#->ASP.NET Web Service Application
After the project is created, the properties can be accessed through the "Project" menu.
On another machine, it doesn't work as discribed above. The "ASP.NET Web Service Application"-template ist missing and the only way to create a Web Service project seams to be:
File->New Web Site->ASP.NET Web Service
But in this case, there is no "Project"-menu.
As far as i rember, the Installation process of these two machines was exactly the same.
Any Ideas?