Csv Databinding How to remove copy to bin\debug dir

Ranorex Studio, Spy, Recorder, and Driver.
swmatisa
Posts: 123
Joined: Fri Aug 05, 2011 7:52 am

Csv Databinding How to remove copy to bin\debug dir

Post by swmatisa » Mon Jan 16, 2012 11:30 am

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
SW

Mourasman
Posts: 29
Joined: Fri Oct 21, 2011 6:09 pm

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

Post by Mourasman » Mon Jan 16, 2012 12:07 pm

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

swmatisa
Posts: 123
Joined: Fri Aug 05, 2011 7:52 am

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

Post by swmatisa » Mon Jan 16, 2012 12:44 pm

Hello,

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

Thanks
SW

User avatar
Support Team
Site Admin
Site Admin
Posts: 12145
Joined: Fri Jul 07, 2006 4:30 pm
Location: Houston, Texas, USA
Contact:

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

Post by Support Team » Mon Jan 16, 2012 5:59 pm

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