Click here to Skip to main content
15,868,016 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello Guys,

I have an application A that is integarted with application B. When I launch application A, I see a particular file named as ( ABC.log) is getting used by A.exe. ( i can see this using process explorer)

Now when I do some particular operations in application A...in the workflow, application B gets launched automatically. I am seeing that application B is also using( ABC.log) file.I do not think that in the code of application B, we open somewhere file A and use it.

Note: when I run standalone application B, then application B does not use ABC.log.

I am not able to understand and track as to why application B is using ABC.log file when it gets launched through application A?

Any idea? Is it for sure that, somwhere code is written to open the ABC.log file and use it? or can be any other possibility?

Infact we have code for application B but not for A. A is third party application.


Regards,
Joy
Posted
Comments
virusstorm 6-May-15 10:08am    
Does application B use library or components of application A?

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