Click here to Skip to main content
15,949,686 members

Comments by Smartguy3k (Top 4 by date)

Smartguy3k 16-Aug-17 23:12pm View    
Found nothing so far on Google.
Smartguy3k 19-Aug-16 6:24am View    
Thanks Matt, I had no clue that there is such an option in Visual Studio. It didn't solve my issue, but definitely it will be helpful in future for debugging. I checked all the check boxes but the application disappeared (on crash) leaving no sign of error or exceptions, like I never executed. I would call it ninja crash.
Regards,
Smartguy3k 19-Aug-16 6:16am View    
Hi Richard, thanks for helping. I tried to step through the code, line by line. I found sometimes the application is crashing even at the closing curly brackets of a function, just when the control is returning back from a function. I do not have any return statement in this function. I may have to keep trying, if I could find anything.
In case you have any more suggestions, please let me know.
Regards,
Smartguy3k 22-Apr-15 3:04am View    
I googled WiX and liked it. I am definitely going to try it. Thanks for pointing me in that direction.
By the way meanwhile, I found that as my xml/xaml files are somewhere inside "Program Files(x86)" and there I do not have rights to edit these files and so I should use AppData folders instead for such editable files. So probably that will work.
Regards,
SG