Assuming you have a web applicaiton project, you'll need to add the file to your solution in order to see it in Visual Studio. Click "Show All Files" in Solution Explorer and then look in the views folder. You'll see it now. Right-click on it and choose "Include In Project".
Visual Studio is a bit lazy reloading - you have to stop debugging and click the refresh button in the solution explorer to see your new template. Also ensure you've got the Show All Files button clicked.
Update - Andy beat me to it - had the window open without refreshing it!
Project installed in Visual studio
Hi
I have a project v.7.1.6 installed in VS
When I create in the settings sektion a template in Umbraco (.cshtml).
I do not see the template in the view-folder in Visual Studio.??
Can I only see my View when I create a model - view - controller in Visual Studio.
Assuming you have a web applicaiton project, you'll need to add the file to your solution in order to see it in Visual Studio. Click "Show All Files" in Solution Explorer and then look in the views folder. You'll see it now. Right-click on it and choose "Include In Project".
Andy
Visual Studio is a bit lazy reloading - you have to stop debugging and click the refresh button in the solution explorer to see your new template. Also ensure you've got the Show All Files button clicked.
Update - Andy beat me to it - had the window open without refreshing it!
Thank you.
I see it now in Solution Explore view folder ;-)
is working on a reply...