Return-Path: Delivered-To: apmail-ibatis-dev-archive@www.apache.org Received: (qmail 72291 invoked from network); 15 Mar 2006 01:48:34 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 15 Mar 2006 01:48:34 -0000 Received: (qmail 596 invoked by uid 500); 15 Mar 2006 01:48:33 -0000 Delivered-To: apmail-ibatis-dev-archive@ibatis.apache.org Received: (qmail 576 invoked by uid 500); 15 Mar 2006 01:48:33 -0000 Mailing-List: contact dev-help@ibatis.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@ibatis.apache.org Delivered-To: mailing list dev@ibatis.apache.org Received: (qmail 565 invoked by uid 99); 15 Mar 2006 01:48:33 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 14 Mar 2006 17:48:33 -0800 X-ASF-Spam-Status: No, hits=1.4 required=10.0 tests=DNS_FROM_RFC_ABUSE,DNS_FROM_RFC_WHOIS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [68.142.207.138] (HELO web32207.mail.mud.yahoo.com) (68.142.207.138) by apache.org (qpsmtpd/0.29) with SMTP; Tue, 14 Mar 2006 17:48:32 -0800 Received: (qmail 53685 invoked by uid 60001); 15 Mar 2006 01:48:12 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Message-ID:Received:Date:From:Subject:To:In-Reply-To:MIME-Version:Content-Type:Content-Transfer-Encoding; b=ezNQwmjmOYXNsAOGrbfH2tMPKjoKJrLVZDEkp3yNpRqqjcMyewFoh7WvMxKGtZyVOp0zmwMnylg6OkOlqaMdlEKF8ITVnXv0R/RIY4TxnOu8D0++o37akL0j3st76+IoFbXW+MF1kCqGPy+6HVak0IsSwStCn/uCgADxky4aih0= ; Message-ID: <20060315014812.53683.qmail@web32207.mail.mud.yahoo.com> Received: from [65.24.255.41] by web32207.mail.mud.yahoo.com via HTTP; Tue, 14 Mar 2006 17:48:12 PST Date: Tue, 14 Mar 2006 17:48:12 -0800 (PST) From: Ron Grabowski Subject: Re: Strange IBatisNet compilation error in VS2003: error CS0583: Internal Compiler Error To: dev@ibatis.apache.org In-Reply-To: <20060315014335.60617.qmail@web32213.mail.mud.yahoo.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N I erased my \obj folders and everything compiled ok. I've never seen an error like that before! --- Ron Grabowski wrote: > Has anyone ever seen this before: > > http://www.ronosaurus.com/ibatisnet/compiler_error.png > > I updated to 385889, opened the DataMapper.sln file in VS2003, and > choose re-build solution. I've gotten the error twice now. I'm using > build 221 of ReSharper too. > > " > fatal error CS0041: Unexpected error writing debug information to > file > 'C:\Projects\IBatisNet-mapper\IBatisNet.DataMapper.Test\obj\Debug\IBatisNet.DataMapper.Test.PDB' > -- 'Catastrophic failure ' > error CS0583: Internal Compiler Error (0xc0000005 at address > 536250C6): > likely culprit is 'CODEGEN'. > > An internal error has occurred in the compiler. To work around this > problem, try simplifying or changing the program near the locations > listed below. Locations at the top of the list are closer to the > point > at which the internal error occurred. > > c:\projects\ibatisnet-mapper\ibatisnet.datamapper.test\domain\a.cs(18,4): > error CS0584: Internal Compiler Error: stage 'CODEGEN' symbol > 'IBatisNet.DataMapper.Test.Domain.A.B.get' > c:\projects\ibatisnet-mapper\ibatisnet.datamapper.test\domain\a.cs(18,4): > error CS0584: Internal Compiler Error: stage 'COMPILE' symbol > 'IBatisNet.DataMapper.Test.Domain.A.B.get' > c:\projects\ibatisnet-mapper\ibatisnet.datamapper.test\domain\a.cs(16,12): > error CS0584: Internal Compiler Error: stage 'COMPILE' symbol > 'IBatisNet.DataMapper.Test.Domain.A.B' > c:\projects\ibatisnet-mapper\ibatisnet.datamapper.test\domain\a.cs(8,15): > error CS0584: Internal Compiler Error: stage 'COMPILE' symbol > 'IBatisNet.DataMapper.Test.Domain.A' > c:\projects\ibatisnet-mapper\ibatisnet.datamapper.test\domain\a.cs(3,11): > error CS0584: Internal Compiler Error: stage 'COMPILE' symbol > 'IBatisNet.DataMapper.Test.Domain' > c:\projects\ibatisnet-mapper\ibatisnet.datamapper.test\domain\a.cs(3,11): > error CS0584: Internal Compiler Error: stage 'COMPILE' symbol > 'IBatisNet.DataMapper.Test' > c:\projects\ibatisnet-mapper\ibatisnet.datamapper.test\domain\a.cs(3,11): > error CS0584: Internal Compiler Error: stage 'COMPILE' symbol > 'IBatisNet.DataMapper' > c:\projects\ibatisnet-mapper\ibatisnet.datamapper.test\domain\a.cs(3,11): > error CS0584: Internal Compiler Error: stage 'COMPILE' symbol > 'IBatisNet' > c:\projects\ibatisnet-mapper\ibatisnet.datamapper.test\domain\a.cs(1,1): > error CS0584: Internal Compiler Error: stage 'COMPILE' symbol '' > C:\Projects\IBatisNet-mapper\IBatisNet.DataMapper.Test\Domain\A.cs: > error CS0586: Internal Compiler Error: stage 'COMPILE' > error CS0587: Internal Compiler Error: stage 'COMPILE' > error CS0587: Internal Compiler Error: stage 'BEGIN' > > Build complete -- 14 errors, 0 warnings > Building satellite assemblies... > Satellite assemblies could not be built because the main project > output > is missing. > " > > - Ron >