When publishing a solution in Integration Studio occurs this error:
error MSB1009: Project file does not exist.
E:\Backup Antes Publicação\Vaz_Tabelas\Source\NET\Vaz_Tabelas.sln
What's the problem? The directory is in my machine? (I have this directory in my machine)
Thanks in advance...
Hi Diogo,
You have special characters in your folder: ação.
Can you try to save your solution in a different folder without special characters and try to publish again?
Kind regards,
Remco Dekkinga
Remco,
Probably the special characters are the result of characterset conversion problems, it looks like UTF-8 getting the ASCII treatment. But your solution would be correct, trying to use a folder with only ASCII characters.
Thanks... I changed the folder name, and it works.
Good to hear that my solution solved your problem. Could you please mark this thread as resolved to close this thread?
Remco