Friday, April 13, 2007

D language (D programming language)

Well, it's a bit older news, but since I did post about D earlier, let me inform that
Digital Mars D Programming Language hit 1.0
(It's at 1.012 right now.)

Well, still waiting for a good debugger, and also a nice IDE.

D Blog - The One With D is still a good blog for news about D.

"aspnet_merge.exe" exited with code 1

"aspnet_merge.exe" exited with code 1 is a nasty build error.

You can see an example and a tip on it at
http://geekswithblogs.net/michelotti/archive/2006/07/31/86754.aspx.

But in my case verbosity is not helping.
The trick was that two aspx files existed with the exact same name (it's not a simple project/solution, we have a framework with files aspx and ascx in it and a custom project with files in it, and the build process builds them together).