ilans
ilans

Reputation: 2707

Resx resource and designer files uncollapsed after added to an asp.net mvc project

Strangely, when I've added resource files into my project, they were not collapsed. Does it matter? how do I make them collapse??

Note it got nothing to do with the .es - it happens also for files without en extra extension.

Thanks in advance to everyone.

Uncollapsed version:

Uncollapsed

Already existing files, which are collapsed as they should

Collapsed

Upvotes: 0

Views: 210

Answers (1)

Dima Pasko
Dima Pasko

Reputation: 1170

Just delete autogenerated file RegisterRes.es.Designer.vb and open RegisterRes.es.resx by double click in Visual Studio it will generate new RegisterRes.es.Designer.vb as you expecting.

Upvotes: 1

Related Questions