CF2.0 detects flaws in code that CF1.0 does not?

  • Thread starter Thread starter HW
  • Start date Start date
H

HW

Hi, I've run a CF 1.0 app recompiled for CF2.0 and am finding that CF2.0 is
finding
various flaws or reporting as such whilst CF1.0 didnot.

For example accessing controls on GUI thread from worker thread results in
UnSupportedException
on CF2.0 , CF1.0 did not report this.

Second, using recursion is throwing a StackOverFlowException on CF2.0 whilst
CF1.0 did not throw this error. Is there docs, articles available that list
these
sort of differences.
 
Back
Top