Hi rjack,
>How do you determine the language (C#, VB, etc.) of a VS 2005
>web project through automation?
Unlike the previous VS.NET versions, the web project in VS2005 does not
correspond to one specific .NET language project, it has its own project
type--Web Site project.
So I am afraid you could not determine the language (C#, VB, etc.) of a VS
2005 web site project via automation, the another consideration is the new
Web Site project could be composed by multiple language .NET languages
components(the pages, classes, etc), so the VS2003's method doesn't work
here.
By the way, if the Web Site project is composed by only one language, you
may enumerate its projectitem's filename to check its language type...
Thanks!
Best regards,
Gary Chang
Microsoft Community Support
--------------------
Get Secure! ¡§C www.microsoft.com/security
Register to Access MSDN Managed Newsgroups!
http://support.microsoft.com/default.aspx?scid=/servicedesks/msdn/nospam.asp
&SD=msdn
This posting is provided "AS IS" with no warranties, and confers no rights.