I have a problem with my Iconia W700 which keeps getting 'Microsot.Net Framwork' unhandled exception

geohaz01
geohaz01 Member Posts: 2 New User

My Iconia W700, after upgrading to Windows 10, keeps getting 'Microsot.Net Framwork' unhandled exception causing the machine to freeze. How do I overcome this please?

Answers

  • billsey
    billsey ACE Posts: 34,246 Trailblazer

    There are several things that can cause .NET errors. Is it for a specific application? If you can figure out just which .NET Framwork version the app is trying to use, you can reinstall that version to see if it clears up the problem. To see which versions you currently support pen a command prompt and type:

    reg query "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\NET Framework Setup\NDP"

    Here's what my W10 Switch 12 is showing right now:

    Microsoft Windows [Version 10.0.10586]
    (c) 2015 Microsoft Corporation. All rights reserved.

    C:\Users\Bill>reg query "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\NET Framework Setup\NDP"

    HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\NET Framework Setup\NDP\CDF
    HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\NET Framework Setup\NDP\v2.0.50727
    HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\NET Framework Setup\NDP\v3.0
    HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\NET Framework Setup\NDP\v3.5
    HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\NET Framework Setup\NDP\v4
    HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\NET Framework Setup\NDP\v4.0

    I believe those are the normal results for a system running the .NET 4.6 that comes with W10. If your app uses .NET 1.0 it could have issues.

    Click on "Like" if you find my answer useful or click on "Yes" if it answers your question.
  • geohaz01
    geohaz01 Member Posts: 2 New User

    I have typed as suggested and have received exactly the same response.

    "Microsoft Windows [Version 10.0.10586]
    (c) 2015 Microsoft Corporation. All rights reserved.

    C:\WINDOWS\system32>reg query "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\NET Framework Setup\NDP"

    HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\NET Framework Setup\NDP\CDF
    HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\NET Framework Setup\NDP\v2.0.50727
    HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\NET Framework Setup\NDP\v3.0
    HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\NET Framework Setup\NDP\v3.5
    HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\NET Framework Setup\NDP\v4
    HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\NET Framework Setup\NDP\v4.0

    C:\WINDOWS\system32>"

    Help

  • billsey
    billsey ACE Posts: 34,246 Trailblazer

    OK, just as expected with Windows 10, so there's nothing obviously screwed up with the .NET installation. What application is showing you the error? Is it really old?

    Click on "Like" if you find my answer useful or click on "Yes" if it answers your question.