Monday, April 23, 2007
Something about ID3 tags
The streams I'm reading always seem to be flawed in some way. Well I've found an example where you use the shell32.dll Windows native library to read the tags. I'm looking forward to trying this out to see if it's me thats wrong ;-)
http://www.codeproject.com/csharp/ShellID3TagReader.asp
Sunday, April 15, 2007
Could not load file or assembly
I've started developing a website for a client, and have made some extensions for Umbraco CMS, which I'm using as platform for the whole thing. Then suddenly, while working, my machine crashed totally, leaving me with no choice but to turn it off the bad way – ie. holding down the power button.
When the computer had started again, I tried running the site at 'localhost' again, but got this error message:
Could not load file or assembly 'Blizan.Tools' or one of its dependencies. The parameter is incorrect. (Exception from HRESULT: 0x80070057 (E_INVALIDARG))
Not knowing how to fix it, I found a few solutions via Google, but they where quite extensive. One forum said I needed to reinstall the entire .NET framework!
But then I had an idea, and it worked: Delete all the files in the "Temporary ASP.NET files" folder (C:\Windows\Microsoft.NET\Framework\%version%\Temporary ASP.NET files\root\)
Now I'm a happy working man :-)
Sunday, April 01, 2007
Testing Word 2007
Apparently Word 2007 has a "Publish to blog" feature, and of course I have to try it out ;-)
Interesting things to look at:
- The HTML Word produces
- Blogger support
- The publishing process
So far I have only tried registering a blogger account in Word and writing som text (this text!)...