12-29-2012 04:19 AM
Hi all,
My application opened two times , application contains only bbm sharing what I am doing wrong what is the problem of my app.
Thanks & Regards,
Nagarjuna Metla.
Solved! Go to Solution.
12-29-2012 06:38 AM
Put break points in your app and figure out why it is starting twice. From your description, I would put one in my main() at the start.
My suspicion is that you have an alternate entry point which uses a different 'arg' and that is why you are getting two different invocations of your application. You will need to figure out what is initiating each of the invocations and why they are using different args.