Export problem, wrong user in export path

hi all,

build exactly this commit of my app successfully several times using preview 0795.
today I switched to another machine, and when trying to build gamma claims

Generating project files (this may take up to a few minutes)
Access to the path 'C:\Users\d_o_z\Documents\vvvv\gamma-preview\Exports\src' is denied.

thing is, that’s the user of the other machine.
somehow the exporter started with this path as default.
took some time to actually see it.

Do you have a source folder where the app is built? You may have created a props file (happens when you press ‘Advanced Build Configuration’) and its directing MSBuild to that folder. Removing it should let you build again. But I’m not sure where that props file will be.

The .props file is generated next to your .vl file when you click Export. It saves the settings of the Export dialog. So it sounds like there is an absolut path saved in your .props file. If so you should also see that path in the Export dialog on the other PC (assuming you moved the .props file over with the .vl file).

Ah yes, I was asking myself where these files are coming from.

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.