Programming and took mother to breakfast

- Posted in Uncategorized by

My last login was six days ago on the 5th. This has been a pretty good weekend. Found out that H may be pregnant. I took mother to breakfast at Betty's yesterday morning, then went through my brother's clothes. Tough, that. It's been twelve days since my brother passed.

I've gotten quite a bit of programming done for my diet.exe project; it's a console app in my repo that I'm building into a tool that can interact with my daily diet data in my Zim default notebook.

Also, this evening, I started reading through Paul Bimler's Solo Adventurer's Toolkit. I'm thinking about trying to walk a couple miles at the track in the morning, then grabbing a steak-and-cheese bagel from McDonald's.

Unresolved assembly reference

- Posted in Coding by

Sometimes you'll get “Unresolved assembly reference not allowed” when attempting to use ILMerge. To avoid this, specify the full path to the framework you're targeting, like this:

ilmerge /targetplatform:v4,"C:WindowsMicrosoft.NETFramework64v4.0.30319" /out:merged.exe myprogram.exe mylib1.dll mylib2.dll