Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I am trying to do the Binary Load with the following way
Binary $(Include=binary_file.txt);
Where the binary_file.txt will have the qvw document which needs to loaded. I am getting the error. Will it be supported.
What error are you getting? It works fine for me when I test it. Make sure the contents of the file include the closing semicolon,
BINARY $(Must_Include=binaryinclude.txt);
and the contents of binaryinclude.txt are:
MyApp.qvw;
-Rob