Generics <T> not working in c# even run without any error
问题 I am creating a C# web application using Silverlight 5 (VS 2010). First I created console application in that every thing is working fine. But trouble occurs when I do it in web application. Even in web application it is working fine for particularly set data type (say for example for int instead of <T> it is working fine) but when I use generic then it doesn't work. It compiles error free but it doesn't even debug the area which is set to "toggle break point". Initially the GUI was like this