Reputation: 1533
In my project I have at least two .cshtml
files. However, in this example, code completion does not work fully on the Complete.cshtml
page, and yet it works perfectly on the register.cshtml
file. I notice that the visual studio icons that are provided are different. Whats the distinciton between the two icons, and why does visual studio behave differently in them?
Upvotes: 0
Views: 537
Reputation: 413
Is the Complete.cshtml file excluded for a reason? Have you tried to include the Complete.cshtml file in your project first? (Right click, choose Include in Project)
Upvotes: 3