March 2005 Blog Posts

It's Easter

And what would easter be without creme eggs? Apparently the normal creme eggs aren't enough for Robert Podd, he decided to build his own.

posted @ Saturday, March 26, 2005 12:13 PM | Feedback (0)

Virtual Virtual PC

What a spoilsport, Virtual PC won't let me recurse;

posted @ Wednesday, March 16, 2005 10:43 AM | Feedback (0)

System.Diagnostics.EventLog and xcopy deploy

The promise of xcopy deploy, the ability to simple copy your files onto a destination machine and have your problem run was one of .net's big attractions after the pain of COM, installers and the wrestling match that dllhell produced. As you can reading having to force Crystal Reports onto NT4 threw the concept of xcopy deployment away for that application. An added hurdle is use of the Windows Event Log. The .net framework provides the System.Diagnostics.EventLog classes to enable you to easily write (and read) events. Merrily you scatter log events throughout your code; // Put my really...

posted @ Tuesday, March 15, 2005 4:33 PM | Feedback (0)

Crystal Reports for .Net, dbghelp.dll, and "The ordinal 58 could not be located in the dynamic link library atl.dll"

The project I'm working on right now is targeted at Windows NT 4.0 desktops. The fun and games to get the application running have been long and complicated. The .net framework won't run without an MDAC version below v2.6, but it does install and so the first sign of this you see is when you try to run your application and get an exception that can't be handled. The real fun however has been Crystal Reports. When you build an installer for an application the installer detects the dependency and adds the merge module for Crystal, crystal_managed2003.msm. So I fire up...

posted @ Friday, March 11, 2005 1:03 PM | Feedback (1)