Do I need the resx Designer.cs file?

前端 未结 5 2063
礼貌的吻别
礼貌的吻别 2020-11-27 20:52

My company uses a combination of some database tables, a web page front end and an \"export\" application to handle our string resources in our web sites.

The export

5条回答
  •  自闭症患者
    2020-11-27 21:27

    Try this:

    • Right click on resx file
    • Click on properties
    • Set the properties:
    • Copy to output Directory : Copy always
    • Custom tool : PublicResXFileCodeGenerator

    Save and build again. Problem solved.

提交回复
热议问题