question

JohnRajendran-1534 avatar image
0 Votes"
JohnRajendran-1534 asked PengGe-MSFT commented

VS 2017 string issues : Combined length of user strings used by the program exceeds allowed limit. Try to decrease use of string literals

Hi there,
I am trying to build my solution in VS 2017 and the projects are having issues when I try to build it. Sometimes I get this error stating:
Combined length of user strings used by the program exceeds allowed limit. Try to decrease use of string literals
but if I remove one of the project it allows me to build the code. If someone can help in resolving this string issue it will help.
regards
John

vs-general
· 2
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

Hi, @JohnRajendran-1534
What is the length of your string? You can try to split the string, or save the string in a file then read it.

0 Votes 0 ·

Hi, @JohnRajendran-1534
May I know if you have got any chance to check my reply? Please feel free to share more detailed information to us and it will be very helpful for us to better work out this issue.

0 Votes 0 ·

0 Answers