I have a form, and when I run app in Visual Studio in Release mode it isn’t showing, when I run it in Debug mode it is showing. How can I check what is causing this ? I add try catch but no error occurs.
IAddPaymentView view = new AddPaymentForm();
AddPaymentPresenter addPaymentPresenter = new AddPaymentPresenter(view, this.tabPageView.SelectedIdPlayer);
Thanks
When you debug it.. what is the Solutions Configuration setup as Debug.. or Release.. also are you porting over the correct code..? it resides in different folders if you are not aware of that Debug / Release .. is there an option as well to make that form the startup Project