Quantcast
Channel: Windows Presentation Foundation (WPF) forum
Viewing all articles
Browse latest Browse all 18858

Visual Studio 2010 SP1 Bug !?

$
0
0

Hi!

I think that there is a Bug in the SP1...

Yesterday i install over the Windows UPDATER the last Version von Visual Studio...

Now something is wrong...

Berfore the Update is install is running this Code correst:

            e.Handled = true;
            Regex regex = new Regex(@"[^0-9] \+ \-");
            e.Handled = regex.IsMatch(e.Text);
            if (e.Handled == false)
            {
...

If i Press a "1" The Handled was false...

If i Press a "a" The Handled was true...

After the Update

The Handled is true... / false  ( --> Wrong / Difference to the last Version)

Have anyone the same Problem?

Best Regrads

Bernd 


Viewing all articles
Browse latest Browse all 18858

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>