Page 1 of 1

Csv Databinding How to remove copy to bin\debug dir

Posted: Mon Jan 16, 2012 11:30 am
by swmatisa
WinXP SP3 (WindowsUpdate done)
Ranorex 3.2.0
*********************************
Hello,

I don't know how to do a very simple operation:
1) I create a databinding "NewConnector" with file1
2) After some time, I decide that I will use File2 for "NewConnector"
3) When I build, File1 and File2 are copied to /bin/debug
4) How to remove the automatic copy of File1 (no more used)???

Thanks

Re: Csv Databinding How to remove copy to bin\debug dir

Posted: Mon Jan 16, 2012 12:07 pm
by Mourasman
Hey swmatisa,

That kind of stuff is usually defined in the project's properties. Try opening the project's properties on Ranorex Studio or, if you can't find anything useful there, open your .csproj using a text-editor and search for the "File1" name to see if it's still being referenced.

Best regards,
Mourasman

Re: Csv Databinding How to remove copy to bin\debug dir

Posted: Mon Jan 16, 2012 12:44 pm
by swmatisa
Hello,

I found that csv files are under .rxtst...

Thanks

Re: Csv Databinding How to remove copy to bin\debug dir

Posted: Mon Jan 16, 2012 5:59 pm
by Support Team
As swmatisa and Mourasman already said:
Either find the requested file in the file tree in the "Projects" pad and remove it completely.
Or open the "Properties" for that file (right click on the file node -> select "Properties" from context menu) and change the "Copy to output directory" property.

Regards,
Alex
Ranorex Team