Link to home
Start Free TrialLog in
Avatar of minglelinch
minglelinch

asked on

find path

I have a file open in VS2012. How can I where this file locates or which folder it is in? Also how can I know the version of .net framework the application is using? I'm just not quite familiar where such information is in VS. Thanks.
Avatar of Surendra Nath
Surendra Nath
Flag of India image

in the solution explorer window... right click on the file and select open in windows explorer, that will take you directly to the file where it is located in windows.

And in case of which .net framework you are using, you have double click properties node of the solution and you can find the .net version number over there...
Avatar of minglelinch
minglelinch

ASKER

My issue is - I already have a file open in VS but I cannot find where it is in solution explore. How can I find it in the file tree solution explorer?
"in the solution explorer window... right click on the file and select open in windows explorer, "

windows explorer does not presented in either 'Open' or 'Open With' option.
ASKER CERTIFIED SOLUTION
Avatar of Surendra Nath
Surendra Nath
Flag of India image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Thanks.