I have installed an application that uses .net framework 3.5 after setup I can’t find the exe file, when select properties it says it’s a reference How can I find it?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
If you’re deploying the application using ClickOnce, it’s being installed in a temp folder. Maybe you will find it somewhere like this:
where ‘temp’ is some random folder name.
So, try searching in your
folder. Good luck!