Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. .NET (Core and Framework)
  4. NET 1.1 troubles after different Windows Updates

NET 1.1 troubles after different Windows Updates

Scheduled Pinned Locked Moved .NET (Core and Framework)
helpquestion
4 Posts 3 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • K Offline
    K Offline
    Koltz
    wrote on last edited by
    #1

    I am using NET1.1 for developing. Generaly I install NET1.1 && NDP1.1sp1-KB867460-X86.exe SP1. All was fine. But today I found interesting thing My old program is not working. :( It was very stange because I know that my program worked right two months ago. (problem with standart picturebox control !!!) I have deployed my program at new machine with WinXPSP2 installed without updates and found that program works fine here. So I think that problem in last updates. What did happen with my machine? Witch updated did influenced at picture box control? I think that updates have been installed during last two-three months. PS. I use picture properties box from another thread via Invoke. and modify only visible property. Picturebox contains gif - animated image.

    M 1 Reply Last reply
    0
    • K Koltz

      I am using NET1.1 for developing. Generaly I install NET1.1 && NDP1.1sp1-KB867460-X86.exe SP1. All was fine. But today I found interesting thing My old program is not working. :( It was very stange because I know that my program worked right two months ago. (problem with standart picturebox control !!!) I have deployed my program at new machine with WinXPSP2 installed without updates and found that program works fine here. So I think that problem in last updates. What did happen with my machine? Witch updated did influenced at picture box control? I think that updates have been installed during last two-three months. PS. I use picture properties box from another thread via Invoke. and modify only visible property. Picturebox contains gif - animated image.

      M Offline
      M Offline
      Mike Dimmick
      wrote on last edited by
      #2

      You can always find out what updates affected a particular technology by searching at http://www.microsoft.com/technet/security/current.aspx[^]. From this you can see that there was an update in July (MS07-040[^]). In addition to the security issues addressed, numerous outstanding issues in the CLR were addressed that had previously been released as private hotfixes. It's possible that you've encountered one of these. I would confirm that it's definitely this update that's caused the problem, then if this is confirmed, post the code that seems to be having the problem, or contact Microsoft. They do say that security update support is free, but this may be a slightly grey area since it's developer support.


      DoEvents: Generating unexpected recursion since 1991

      K V 2 Replies Last reply
      0
      • M Mike Dimmick

        You can always find out what updates affected a particular technology by searching at http://www.microsoft.com/technet/security/current.aspx[^]. From this you can see that there was an update in July (MS07-040[^]). In addition to the security issues addressed, numerous outstanding issues in the CLR were addressed that had previously been released as private hotfixes. It's possible that you've encountered one of these. I would confirm that it's definitely this update that's caused the problem, then if this is confirmed, post the code that seems to be having the problem, or contact Microsoft. They do say that security update support is free, but this may be a slightly grey area since it's developer support.


        DoEvents: Generating unexpected recursion since 1991

        K Offline
        K Offline
        Koltz
        wrote on last edited by
        #3

        Hi Mike! Thanks for your reply. I have solved my problem and have written own control instead of picturebox. I have tested my program under NET2.0 (originaly writed under 1.1) Added to app.config I think that reason of this problem not in NET Updates, but Windows Updates affected at program.

        1 Reply Last reply
        0
        • M Mike Dimmick

          You can always find out what updates affected a particular technology by searching at http://www.microsoft.com/technet/security/current.aspx[^]. From this you can see that there was an update in July (MS07-040[^]). In addition to the security issues addressed, numerous outstanding issues in the CLR were addressed that had previously been released as private hotfixes. It's possible that you've encountered one of these. I would confirm that it's definitely this update that's caused the problem, then if this is confirmed, post the code that seems to be having the problem, or contact Microsoft. They do say that security update support is free, but this may be a slightly grey area since it's developer support.


          DoEvents: Generating unexpected recursion since 1991

          V Offline
          V Offline
          Vasudevan Deepak Kumar
          wrote on last edited by
          #4

          Mike Dimmick wrote:

          (MS07-040[^]).

          The list is scary with so much of patches to eat away the disk space. Considering all these, would MSDOS-based BATCH file based development be better or more RAD-friendly?

          Vasudevan Deepak Kumar Personal Homepage Tech Gossips

          1 Reply Last reply
          0
          Reply
          • Reply as topic
          Log in to reply
          • Oldest to Newest
          • Newest to Oldest
          • Most Votes


          • Login

          • Don't have an account? Register

          • Login or register to search.
          • First post
            Last post
          0
          • Categories
          • Recent
          • Tags
          • Popular
          • World
          • Users
          • Groups