What version is my VS 2005 Web Site project?

Go To StackoverFlow.com

1

I thought this would be simpler to verify, but I haven't been in VS 2005 for quite some time. I have a web site (not web application) project I'm trying to troubleshoot some errors in and I want to verify the .net run-time version.

The only hint I've found is in the references section of the property pages. There is a reference to System.Windows.Forms v 2.0.0.0. Is this my answer?

2012-04-05 19:51
by earthling


0

I believe it is, but check your Web.config file. Since a web site has no .vbproj file, Web.config is the only relevant file here. This is where VS stores the references that you see in the property pages.

2012-04-06 12:58
by Evan Haas
good enough for me. I have verified that production is running .net - earthling 2012-04-08 17:57
Ads