Colonel Mustard
Colonel Mustard

Reputation: 1533

Visual Studio .Net Solution Explorer icons

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?

enter image description here

Upvotes: 0

Views: 537

Answers (1)

godfathr
godfathr

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

Related Questions