Message 1 of 2

Not applicable
06-08-2021
01:01 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
My plugin 'GridSetting.dll' reference 'Core.dll'.
Step 1: Running this(AddInManager) tell me FileNotFoundException 'Core.resources'.
Solution: I add 'Resources.zh-CN.resx' and don't show this message. But, it's the beginning.
--------
Step 2: Running my plugin 'GridSetting.dll' tell me FileNotFoundException 'GridSetting.resources' again.
Discussing: I guess you say 'Adds Resources.zh-CN.resx'. I think so. But, it's a invalid. Why???
Solution: I create a class that store all constants.
You'd better save the characters with a constant, unless you know the reason.
Solved! Go to Solution.