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.9 required=5.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Thread: 103376,daa5d501460972c X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news2.google.com!proxad.net!news.tele.dk!news.tele.dk!small.news.tele.dk!news-FFM2.ecrc.net!informatik.uni-bremen.de!cs.tu-berlin.de!uni-duisburg.de!not-for-mail From: Georg Bauhaus Newsgroups: comp.lang.ada Subject: Re: Cannot launch A# applications Date: Fri, 5 Nov 2004 16:16:26 +0000 (UTC) Organization: GMUGHDU Message-ID: References: <2v152qF2ffcviU1@uni-berlin.de> NNTP-Posting-Host: l1-hrz.uni-duisburg.de X-Trace: a1-hrz.uni-duisburg.de 1099671386 15106 134.91.1.34 (5 Nov 2004 16:16:26 GMT) X-Complaints-To: usenet@news.uni-duisburg.de NNTP-Posting-Date: Fri, 5 Nov 2004 16:16:26 +0000 (UTC) User-Agent: tin/1.5.8-20010221 ("Blue Water") (UNIX) (HP-UX/B.11.00 (9000/800)) Xref: g2news1.google.com comp.lang.ada:6004 Date: 2004-11-05T16:16:26+00:00 List-Id: Florian Haag wrote: : 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 ^^^^^^^^^^ : Warning: couldn't load symbols for : c:\windows\microsoft.net\framework\v1.1.4322\ ^^^^^^^^^ : mscorlib.dll : _message=(0x00ce2ce4) "Datei- oder Assemblyname 'mgnatcs' oder eine : Abh?nigkei : t davon wurde nicht gefunden." : I'm using Win XP Home SP 2 and I've got the .NET Runtimes : installed (Versions 1.0.3705 and 1.1.4322). These two numbers appear in the "missing something" error messages above. Is it o.K. to have two CL_Rs_ etc loaded at the same time? -- Georg