why I can not use Console.WriteLine() in Win Form?
I want to debug my program using Console.WriteLine(), but why I can not see
the output string in the Console?
I remember one of frinend has done that before ,please help.
----------code-------------
private void Form1_Load(object sender, EventArgs e)
{
Console.WriteLine("start");// can not see "start" in Console
}
Answers (4)
0
try role base accessibility in claim base authentication as follow i.e. http://bit.ly/2pl3vlz
Accepted 0
Thank you for the info, AK. I will check it out soon.