Thread: Common lang runtime debugging service giving me problems

  1. #1
    Registered User datainjector's Avatar
    Join Date
    Mar 2002
    Posts
    356

    Common lang runtime debugging service giving me problems

    I have created a accounting software which does not execute under windows9x , NT and 2000 .But runs smooth on the XP .When i tried running the app in windowME/98 i get this error CLR Debugging service - windows found an exception that could not be handled.. When i use the compatibility service with winXp and tell the app to run under a win98/ME mode then it sas CLR error - 80004005 ..After that the program break down.

    If u guys need anymore info let me know .Even if u need to c my software .
    "I wish i could wish my wishs away"

    "By indirections find directions out" -- William Shakespears

    "Do what thou wilt shall be the whole of the law" -- Crowley "THE BEAST 666"

    Mizra -> love = Death...
    RDB(Rocks yooo)..

    http://www.cbeginnersunited.com

    Are you ready for the Trix ???

  2. #2
    Cat without Hat CornedBee's Avatar
    Join Date
    Apr 2003
    Posts
    8,895
    When exactly does it crash? During startup? Does it even reach the first instruction line (the Main method)?

    Use the debugger to locate the exact origin of this exception.
    All the buzzt!
    CornedBee

    "There is not now, nor has there ever been, nor will there ever be, any programming language in which it is the least bit difficult to write bad code."
    - Flon's Law

  3. #3
    Registered User datainjector's Avatar
    Join Date
    Mar 2002
    Posts
    356
    I got some info that might help u guys ..remeber i said my accounting software was throwing a clr exception and crashes ...well it happens when u execute it with the Compatability set to windows98/me or simply by executing the programm on a win9x box..I just found out that all my C# programms give the same error !!! Thats preetty confusing to me..It means my compiler is giving me the problem ??

    Might be u guys can help me out on that !!

    And the programm dosnt even go to main()..
    "I wish i could wish my wishs away"

    "By indirections find directions out" -- William Shakespears

    "Do what thou wilt shall be the whole of the law" -- Crowley "THE BEAST 666"

    Mizra -> love = Death...
    RDB(Rocks yooo)..

    http://www.cbeginnersunited.com

    Are you ready for the Trix ???

  4. #4
    Cat without Hat CornedBee's Avatar
    Join Date
    Apr 2003
    Posts
    8,895
    Maybe a problem of your .Net installation? Have you tried a VB.Net app? Or maybe something compiled with the command line C# compiler?
    All the buzzt!
    CornedBee

    "There is not now, nor has there ever been, nor will there ever be, any programming language in which it is the least bit difficult to write bad code."
    - Flon's Law

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Problems with runtime error
    By azrael in forum C Programming
    Replies: 13
    Last Post: 03-20-2009, 04:53 PM
  2. running my program as service
    By daher in forum Windows Programming
    Replies: 5
    Last Post: 09-05-2008, 12:30 PM
  3. Dev-C++: Problems with Breakpoint Debugging
    By Thileepan_Bala in forum C Programming
    Replies: 1
    Last Post: 01-17-2008, 10:48 AM
  4. NT Service problems - loop
    By nickname_changed in forum Windows Programming
    Replies: 0
    Last Post: 07-09-2003, 12:54 AM
  5. Common Problems
    By WolfPack in forum C Programming
    Replies: 4
    Last Post: 01-28-2003, 06:38 PM