ADI v2.0.1 Problem
ADI v2.0.1 Problem
I just found and downloaded ADI v2.0.1. I know it is a little old but I like ADI. When I try to open the ADI.exe it gives me an error.
__________________________________________________________
ADI.exe - Common Language Runtime Debugging Servives
Application has generated an exception that could not be handled.
Process id=0x37c (892), Thread id=0x180 (384).
Click OK to terminate the application.
Click CANCEL to debug the application.
How do I fix this? Is there a specific .NET Framework that I have to have in order for this version of ADI to work? I currently have .NET Frameworks 1.0.3705 1.1, 2.0 and 2.0 SDK. They are also installed in numerical order. I learned a while back that if you have them installed out of order it skrews things up.
__________________________________________________________
ADI.exe - Common Language Runtime Debugging Servives
Application has generated an exception that could not be handled.
Process id=0x37c (892), Thread id=0x180 (384).
Click OK to terminate the application.
Click CANCEL to debug the application.
How do I fix this? Is there a specific .NET Framework that I have to have in order for this version of ADI to work? I currently have .NET Frameworks 1.0.3705 1.1, 2.0 and 2.0 SDK. They are also installed in numerical order. I learned a while back that if you have them installed out of order it skrews things up.
a mammoth, could you plz 100% walk me through how to JIT Debug ADI. I am confused on EXACTALLY what to do. I am one of those people that need very fine detail when things are being explained to me because I will miss something somewhere. Thanks for your help so far, but get me all the way.
scynide wrote:Heres what it looked like after I typed that:
(cordbg) a 0x218
Error: hr=0x80070057, The parameter is incorret.
Did I do that right? And if so what do I do now? I have never debugged any thing before.
once you hit cancel it will come up with the porcess id (the id changes everytime you run it). then open up cordbg.exe, while leaving the error window up. Now write "a [your process id here instead of these brackets]", thenhit enter on that. Now hit retry in the the error window. It should come up like that it was attached, and also come up with your error somewhere in that heap of info, it should come up in the "_meassage" line. IM me if that doesn't make sense
My real name is a Mammoth, if someone who cares sees this, please change my name to a Mammoth
When I hit "Cancel" It pops up a window that is titled "Visual Studio Just-In-Time Debugger". Then it asks me what debugger I want to use and the only one I have on the list of possible Debuggers is "New Instance of Microsoft CLR Debugger 2005". If I run it it says:
"An unhandled exception of type 'System.IO.FileNotFoundException' occurred in system.windows.forms.dll
Additional information: The specified module could not be found."
I am running on Windows XP. What should I do?
"An unhandled exception of type 'System.IO.FileNotFoundException' occurred in system.windows.forms.dll
Additional information: The specified module could not be found."
I am running on Windows XP. What should I do?
I was using SDK for 2.0. I did not think it mattered. Today I uninstalled all of my .NET Frameworks and reinstalled them plus everything in between that I did not have. I used the cordbg.exe in 1.1 and it worked out just as you said. A bunch of "crap" and then it said:
[thread 0x47c] Thread created.
Unable to determine existence of prolog, if any
[thread 0x6cc]
[thread 0x47c] Unhandled exception generated: (0x011b6ea0) <System.IO.FileNotFoundException>
_fileName=<null>
_fusionLog=<null>
_className=<null>
_exceptionMethod=<null>
_exceptionMethodString=<null>
_message=(0x011b87b0) "The specified module could not be found."
_innerException-<null>
_helpURL=<null>
_stackTrace=(0x011b8814) array with dims=[156]
_stackTraceString=<null>
_remoteStackTraceString=<null>
_remoteStackIndex=0x00000000
_HResult=0x8007007e
_source=<null>
_xptrs=<null>
_xcode=0xe0434f4d
Thread 0x47c R 0x00000000: <unknown>
(cordbg)
The "crap" was a bunch of: Warning symbols could not be loaded for...
Now can you help me? Sorry about my ignorance before.
[thread 0x47c] Thread created.
Unable to determine existence of prolog, if any
[thread 0x6cc]
[thread 0x47c] Unhandled exception generated: (0x011b6ea0) <System.IO.FileNotFoundException>
_fileName=<null>
_fusionLog=<null>
_className=<null>
_exceptionMethod=<null>
_exceptionMethodString=<null>
_message=(0x011b87b0) "The specified module could not be found."
_innerException-<null>
_helpURL=<null>
_stackTrace=(0x011b8814) array with dims=[156]
_stackTraceString=<null>
_remoteStackTraceString=<null>
_remoteStackIndex=0x00000000
_HResult=0x8007007e
_source=<null>
_xptrs=<null>
_xcode=0xe0434f4d
Thread 0x47c R 0x00000000: <unknown>
(cordbg)
The "crap" was a bunch of: Warning symbols could not be loaded for...
Now can you help me? Sorry about my ignorance before.