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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top