Now, this is fun...
boss will get my head.![]()
I've just finished my C# application, developed, compiled and tested with SharpDeveloped under Windows XP professional.
I run it into a Windows 2000 server machine (of course it has the .NET framework 1.1 installed) and surprise! The following text appears in the debugger console after I launch the application.
What should I do?
Code:Microsoft (R) Common Language Runtime Test Debugger Shell Version 1.0.3705.0 Copyright (C) Microsoft Corporation 1998-2001. All rights reserved. (cordbg) a 0x5670 Process 22128/0x5670 created. Warning: couldn't load symbols for c:\winnt\microsoft.net\framework\v1.1.4322\ms corlib.dll Warning: couldn't load symbols for c:\winnt\assembly\gac\system.windows.forms\1. 0.5000.0__b77a5c561934e089\system.windows.forms.dll Warning: couldn't load symbols for c:\winnt\assembly\gac\system\1.0.5000.0__b77a 5c561934e089\system.dll Warning: couldn't load symbols for c:\winnt\assembly\gac\system.drawing\1.0.5000 .0__b03f5f7f11d50a3a\system.drawing.dll Warning: couldn't load symbols for c:\winnt\assembly\gac\system.xml\1.0.5000.0__ b77a5c561934e089\system.xml.dll Warning: couldn't load symbols for c:\winnt\assembly\gac\system.windows.forms.re sources\1.0.5000.0_it_b77a5c561934e089\system.windows.forms.resources.dll Warning: couldn't load symbols for c:\winnt\assembly\gac\mscorlib.resources\1.0. 5000.0_it_b77a5c561934e089\mscorlib.resources.dll [thread 0x5718] Thread created. Unable to determine existence of prolog, if any [thread 0x52cc] Thread created. [thread 0x5718] Unhandled exception generated: (0x00da09c8) <System.Reflection.T argetInvocationException> _className=<null> _exceptionMethod=<null> _exceptionMethodString=<null> _message=(0x00da2d70) "Eccezione generata dalla destinazione di una chiamata." _innerException=(0x00d9dc70) <System.InvalidOperationException> _helpURL=<null> _stackTrace=(0x00da2df0) array with dims=[168] _stackTraceString=<null> _remoteStackTraceString=<null> _remoteStackIndex=0x00000000 _HResult=0x80131604 _source=<null> _xptrs=0x00000000 _xcode=0xe0434f4d




Reply With Quote