SeanKilleen
SeanKilleen

Reputation: 8977

resx resource file shows warning "The resource name is not a valid identifier"

Background

Problem

Where [name] is the name of the resource.

Screen capture

enter image description here

I can't find what I'm doing wrong, and I can't determine whether this is related to my other power failure issue.

I know resource names shouldn't contain spaces or periods, but I've checked mine and I don't think they do (PS I know the names could be much better, and do plan to reviswit it).

Upvotes: 4

Views: 5913

Answers (2)

Vin
Vin

Reputation: 6145

Actually in the Resx designer, if you change the "Access Modifier" dropdown, to "No code generation", the designer.cs and the warning "The resource name '[name]' is not a valid identifier." go away.

Unless the designer cs is necessary for you to have, you can try this approach as well.

Upvotes: 6

Remy
Remy

Reputation: 12693

You cannot start your resource name with a number.

Upvotes: 5

Related Questions