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
CODE PROJECT For Those Who Code
  • Home
  • Articles
  • FAQ
Community
  1. Home
  2. General Programming
  3. .NET (Core and Framework)
  4. .NET release problem HELP

.NET release problem HELP

Scheduled Pinned Locked Moved .NET (Core and Framework)
helpquestioncsharptoolsannouncement
5 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.
  • N Offline
    N Offline
    Nemok
    wrote on last edited by
    #1

    I have a serrious problem.I've developed an application on VC6 that used to work fine. Now I have converted it on VC.NET 7.0 and builded in RELEASE configuration. The problem is that it only works on my computer. On other computers that don't have VC installed it just doesn't start. If started with depends.exe (XP Support Tools) it gives the following error: Second chance exception 0xC00000005 (Access violation) occured in "NTDLL.DLL" at address 0x77F8243D Exited "program" with code 128(0x80) They have all the necesary dlls. What should I do? I'm disperate. If there is an error in program why does it work on my computer fine, and on other computers without VC .NET installed crashes without any errors?? Contact: nemoprod@go.ro, www.nemoprod.go.ro .

    B M 2 Replies Last reply
    0
    • N Nemok

      I have a serrious problem.I've developed an application on VC6 that used to work fine. Now I have converted it on VC.NET 7.0 and builded in RELEASE configuration. The problem is that it only works on my computer. On other computers that don't have VC installed it just doesn't start. If started with depends.exe (XP Support Tools) it gives the following error: Second chance exception 0xC00000005 (Access violation) occured in "NTDLL.DLL" at address 0x77F8243D Exited "program" with code 128(0x80) They have all the necesary dlls. What should I do? I'm disperate. If there is an error in program why does it work on my computer fine, and on other computers without VC .NET installed crashes without any errors?? Contact: nemoprod@go.ro, www.nemoprod.go.ro .

      B Offline
      B Offline
      bneacetp
      wrote on last edited by
      #2

      Just a wild guess. If you have the /clr switch turned on (that is you are using .NET in your VC++.NET project) do you have the .NET Framework installed on the other computers that you have been testing your program on? Happy Programming and God Bless! Internet::WWW::CodeProject::bneacetp

      N 1 Reply Last reply
      0
      • B bneacetp

        Just a wild guess. If you have the /clr switch turned on (that is you are using .NET in your VC++.NET project) do you have the .NET Framework installed on the other computers that you have been testing your program on? Happy Programming and God Bless! Internet::WWW::CodeProject::bneacetp

        N Offline
        N Offline
        Nemok
        wrote on last edited by
        #3

        I've reinstalled Windows on my computer and then installed VS.NET 7.0 and the program isn't working on my computer either now. I have the .NET framework installed on my computer.When i try to debug it I receive this error: "Unhandled exception at 0x77f60b6f in nMonitor.exe: 0xC0000005: Access violation writing location 0x00030fdc."In the call stack it shows:" ntdll.dll!77f60b6f() " Somebody help. This is strange.

        B 1 Reply Last reply
        0
        • N Nemok

          I've reinstalled Windows on my computer and then installed VS.NET 7.0 and the program isn't working on my computer either now. I have the .NET framework installed on my computer.When i try to debug it I receive this error: "Unhandled exception at 0x77f60b6f in nMonitor.exe: 0xC0000005: Access violation writing location 0x00030fdc."In the call stack it shows:" ntdll.dll!77f60b6f() " Somebody help. This is strange.

          B Offline
          B Offline
          bneacetp
          wrote on last edited by
          #4

          Have you tried the "Clean Solution" option in VC++.NET? That will delete all object files and allow you to perform a completely fresh build. See what that does, and let me know. Happy Programming and God Bless! Internet::WWW::CodeProject::bneacetp

          1 Reply Last reply
          0
          • N Nemok

            I have a serrious problem.I've developed an application on VC6 that used to work fine. Now I have converted it on VC.NET 7.0 and builded in RELEASE configuration. The problem is that it only works on my computer. On other computers that don't have VC installed it just doesn't start. If started with depends.exe (XP Support Tools) it gives the following error: Second chance exception 0xC00000005 (Access violation) occured in "NTDLL.DLL" at address 0x77F8243D Exited "program" with code 128(0x80) They have all the necesary dlls. What should I do? I'm disperate. If there is an error in program why does it work on my computer fine, and on other computers without VC .NET installed crashes without any errors?? Contact: nemoprod@go.ro, www.nemoprod.go.ro .

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

            Get the Debugging Tools for Windows[^]. From here, you can use WinDbg to debug the process, which if you set it to use Microsoft's Symbol Server[^], will download the operating system's debugging symbols as DLLs are loaded. This should help you see which function in NTDLL is causing the crash and what the call stack is. If you don't want to install this on the system that's having the problem, you can set up VS.NET for remote debugging (follow the instructions on VS.NET CD 1) and use the symbol server from VS.NET. See Microsoft KB article 319037[^]. Stability. What an interesting concept. -- Chris Maunder

            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