Welcome to Nick's Random Musings

Of course I don't know what I'm doing, what fun would that be?


Survivor Baggage


rail
Nick Gully, Denver

Baggage

Fifty Shays On Grade


jokes
Nick Gully, Denver
Dirty, Oily Fun

postfix and dovecot, living together


computers, linux
Nick Gully, Denver
Letting postfix authenticate senders via dovecot SASL.

Toddler or Hipster?


jokes
Nick Gully, Denver
ToddlerHipster
living off their parents XX
fascenated by ukuleles XX
eat cereal at all hours XX
have a *really* favorite songXX
annoy the heck out of people just a few years older than themXX
fixed gear bikeXX
"craft" thingsXX
sip bottles slowlyXX
ignore those telling them to grow up XX

Debugging bad assemblies in IIS


computers
Nick Gully, Denver

If you ever playing in IIS and encounter an intractible assembly error from components that look and seem just fine when you inspect their versions, signatures, and work when running inside Visual Studio:

Failed to complete setup of assembly (hr = 0x80070057). Probing terminated.

It might be that IIS’s cached copy of the DLL is corrupted. Navigate into

C:\Windows\Microsoft.NET\Framework64\v4.0.30319\Temporary ASP.NET Files

With IIS stopped, and blow away the root folder here. This will force IIS when it starts back up to rebuild it’s own cache and take the good files from your project.

« Older Posts Newer Posts »