cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Superfreak3
Level 11

Build Error 7354 on RemoveFile Table Value with Wildcard....

Hello,

I've recently upgraded to IS 2018 and I've seem some other 7345 error on the Control table, which I was able to take care of by altering the string(s) in question. I've just seen the 7354 error on the RemoveFile table...


ISDEV : error -7354: The French (Canada): français value for string 'ID_STRING71' does not contain a legitimate value for table RemoveFile column FileName
ISDEV : error -7354: The French (Canada): français value for string 'ID_STRING35' does not contain a legitimate value for table RemoveFile column FileName
ISDEV : error -7354: The German: Deutsch value for string 'ID_STRING71' does not contain a legitimate value for table RemoveFile column FileName
ISDEV : error -7354: The German: Deutsch value for string 'ID_STRING35' does not contain a legitimate value for table RemoveFile column FileName
ISDEV : error -7354: The Italian: italiano value for string 'ID_STRING71' does not contain a legitimate value for table RemoveFile column FileName
ISDEV : error -7354: The Italian: italiano value for string 'ID_STRING35' does not contain a legitimate value for table RemoveFile column FileName
ISDEV : error -7354: The Portuguese (Brazil): português value for string 'ID_STRING71' does not contain a legitimate value for table RemoveFile column FileName
ISDEV : error -7354: The Portuguese (Brazil): português value for string 'ID_STRING35' does not contain a legitimate value for table RemoveFile column FileName
ISDEV : error -7354: The Spanish: español value for string 'ID_STRING71' does not contain a legitimate value for table RemoveFile column FileName
ISDEV : error -7354: The Spanish: español value for string 'ID_STRING35' does not contain a legitimate value for table RemoveFile column FileName
ISDEV : error -7354: The English (United States) value for string 'ID_STRING71' does not contain a legitimate value for table RemoveFile column FileName
ISDEV : error -7354: The English (United States) value for string 'ID_STRING35' does not contain a legitimate value for table RemoveFile column FileName


The strings in question are...
DevExpress.*
*v11.2.dll

The funny thing is that *.log does not trip up the build or cause error.

What is tripping this up? The * character? If so, is there any way to escape it?

Any help appreciated!!
Labels (1)
0 Kudos
(1) Reply
Superfreak3
Level 11

Made these modifications in the String Editor for involved strings...

DevExpress.* became DevExp~1.*|DevExpress.*
*v11.2.dll became *v112~1.dll|*v11.2.dll

After doing so, build completes successfully.
0 Kudos