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