A
Anubhav Mishra
Hi All,
I am facing very strange issue with this combination.
i have code which reads like this-
try
Call method 1;
catch ex as exception
-- do something in case of exception.
method 1 returns some exception in some of the scenarios. With MSP
2007 + Vista combination - the MSP closes directly after this
exception and does not go to catch block at all..i did the remote
debugging and found it .. but on the other combinations like Vista +
MSP 2003 and XP + MSP 2007, it always goes to my catch block..so i am
not able to find what is wrong with this particular combination..any
help suggestions how to proceed , what to check are highly welcome..
thanks
anubhav
I am facing very strange issue with this combination.
i have code which reads like this-
try
Call method 1;
catch ex as exception
-- do something in case of exception.
method 1 returns some exception in some of the scenarios. With MSP
2007 + Vista combination - the MSP closes directly after this
exception and does not go to catch block at all..i did the remote
debugging and found it .. but on the other combinations like Vista +
MSP 2003 and XP + MSP 2007, it always goes to my catch block..so i am
not able to find what is wrong with this particular combination..any
help suggestions how to proceed , what to check are highly welcome..
thanks
anubhav