Click here to Skip to main content
15,891,633 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hello,
I have an installed C# application in windows 7, also I have the source code in C# 2012, I want to debug the project in the installed application computer using the resources of the installed application because the application installer have created some xml and txt files that during the usage of the application have added some values, so I want to use that files in VS IDE and debug the source code of the application with this files values (to use the installed application resources), how to do it? I shall copy the solution file (source code, res etc.) to the installed application folder? or it is using the files automaticly?

Thank you and sorry for the long description
Posted
Updated 28-Mar-14 18:31pm
v2

1 solution

Your question needs more details. Such as where is the source, where are the files referred in the code and how, where is the program installed etc.

Most likely your installation path and where you would have your source code would be different. Also are those files referred in your code? If yes, then you would have some version of those files in your source itself.

Anyways, take those new files from the installed program path and place them inside the source code folder in the appropriate folder structure and use it from there.

Hope this helps.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900