Hi..
When I set the itemsource on my App on the production server crashes. I have try /catch around the code but it never hits the catch.
I get a general .Net unhandled exception and my app crashes.
here's the line
this.gridUnassigned.ItemsSource = query.ToList();
Retrieving the data causes no errors.. the above line causes the app to crash. I even removed the formatting / binding of the grid
and that did not help
any ideas??? Help
I can't debug it on the prod server.. using Visual Studio
When I set the itemsource on my App on the production server crashes. I have try /catch around the code but it never hits the catch.
I get a general .Net unhandled exception and my app crashes.
here's the line
this.gridUnassigned.ItemsSource = query.ToList();
Retrieving the data causes no errors.. the above line causes the app to crash. I even removed the formatting / binding of the grid
and that did not help
any ideas??? Help
I can't debug it on the prod server.. using Visual Studio