From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.1 required=5.0 tests=BAYES_00,FREEMAIL_FROM, PP_MIME_FAKE_ASCII_TEXT,XPRIO autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: 103376,daa5d501460972c,start X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII Path: g2news1.google.com!news2.google.com!fu-berlin.de!uni-berlin.de!not-for-mail From: "Florian Haag" Newsgroups: comp.lang.ada Subject: Cannot launch A# applications Date: Fri, 5 Nov 2004 12:05:37 +0100 Message-ID: <2v152qF2ffcviU1@uni-berlin.de> X-Trace: news.uni-berlin.de GvplVUswZbc+6e85aepwmwv8VyTfE7EBRBURDEO7FKUN+8eIs= X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2900.2180 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180 X-RFC2646: Format=Flowed; Original Xref: g2news1.google.com comp.lang.ada:6003 Date: 2004-11-05T12:05:37+01:00 List-Id: Hi, I just installed the about most recent version (from like two days ago) of mgnat from http://www.usafa.af.mil/dfcs/bios/mcc_html/a_sharp.html and took all the actions mentioned as being necessary in section "To use A#, you need the following" on the said website. However, I'm not able to run any of the pre-compiled exe's ... when I launch, for example, test_task.exe from the test subdirectory, I first get a message telling me the application had caused an exception that could not be handled, then I get the following debug output: >>> Microsoft (R) Common Language Runtime Test Debugger Shell Version 1.0.3705.0 Copyright (C) Microsoft Corporation 1998-2001. All rights reserved. (cordbg) a 0x22c Process 556/0x22c created. Warning: couldn't load symbols for c:\windows\microsoft.net\framework\v1.1.4322\ mscorlib.dll Warning: couldn't load symbols for C:\Programme\PrgLang\ASharp\mgnat\tests\test_ task.exe [thread 0xbbc] Thread created. Unable to determine existence of prolog, if any [thread 0x468] Thread created. [thread 0xbbc] Unhandled exception generated: (0x00ce24d4) _fileName=(0x00ce1c18) "mgnatcs" _fusionLog=(0x00ce1c38) "=== Pre-bind state information === LOG: DisplayName = mgnatcs, Version=2.0.0.0, Culture=neutral, PublicKeyToken=713 d0175fa8fbef8 (Fully-specified) LOG: Appbase = C:\Programme\PrgLang\ASharp\mgnat\tests\ LOG: Initial PrivatePath = NULL Calling assembly : test_task, Version=0.0.0.0, Culture=neutral, PublicKeyToken=n ull. === LOG: Application configuration file does not exist. LOG: Publisher policy file is not found. LOG: Host configuration file not found. LOG: Using machine configuration file from C:\WINDOWS\Microsoft.NET\Framework\v1 .1.4322\config\machine.config. LOG: Post-policy reference: mgnatcs, Version=2.0.0.0, Culture=neutral, PublicKey Token=713d0175fa8fbef8 LOG: Attempting download of new URL file:///C:/Programme/PrgLang/ASharp/mgnat/te sts/mgnatcs.DLL. LOG: Attempting download of new URL file:///C:/Programme/PrgLang/ASharp/mgnat/te sts/mgnatcs/mgnatcs.DLL. LOG: Attempting download of new URL file:///C:/Programme/PrgLang/ASharp/mgnat/te sts/mgnatcs.EXE. LOG: Attempting download of new URL file:///C:/Programme/PrgLang/ASharp/mgnat/te sts/mgnatcs/mgnatcs.EXE. " _className= _exceptionMethod= _exceptionMethodString= _message=(0x00ce2ce4) "Datei- oder Assemblyname 'mgnatcs' oder eine Abh�nigkei t davon wurde nicht gefunden." _innerException= _helpURL= _stackTrace=(0x00ce2da0) array with dims=[12] _stackTraceString= _remoteStackTraceString= _remoteStackIndex=0x00000000 _HResult=0x80070002 _source= _xptrs=0x00000000 _xcode=0xe0434f4d Thread 0xbbc R --- Class initialization --- (cordbg) <<< What does this mean? Same applies to all exe's, also rapid.exe in the rapid.net folder of the rapid download package, which was pointed to on the A# website. Funnily, as soon as I compile the respective source file (most will, just a few files seem to be missing for some ...?!), I can start the exe and it runs as expected ... however, that cannot be the right way to do it for I'd have to distribute the source code of my A# applications and have users compile them like this ... I'm using Win XP Home SP 2 and I've got the .NET Runtimes installed (Versions 1.0.3705 and 1.1.4322). TIA Florian Haag