About
This blog is mostly about my work, but expect an occasional home project, productivity tip and tooling review.Search
Categories
- Conference (21)
- Development (217)
- Security (19)
- Test (32)
- Tooling (174)
- Uncategorized (168)
Most used tags
Tag Archives: x64
Week roundup
Last week recap and links: Using Fusion Log Viewer to Debug Obscure Loader Errors by Scott Hanselman. Needed to solved exception while debugging 64 bit website. Debugging VS2013 Websites Using 64-bit IIS Express, solved the issue I needed Fusion Log … Continue reading
Run unit tests in 64-bit
Some unit tests fail since my “upgrade” to Windows 8 64 bit coming from a 32 bit installation. The exception is shown below System.BadImageFormatException: Could not load file or assembly ‘XXX SQLite’ or one of its dependencies. An attempt was … Continue reading