views:

54

answers:

1

Hi all,

I have a small queary,

i have a sample application, which is developed in c# using .net 3.5 CF. if the .net CF is not installed in the device an exception will rise, saying that latest .net CF is not installed in machine.

i dont want this error message at all. I mean,i want to handle this exception. i tried it doesn't even comes to main() function of programme.Is it possible to show atleast a message box if .net CF is not installed in device,instead of exception message?

Thanks

+1  A: 

See here and here.

kgiannakakis