<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/' xmlns:georss='http://www.georss.org/georss' xmlns:gd='http://schemas.google.com/g/2005' xmlns:thr='http://purl.org/syndication/thread/1.0'><id>tag:blogger.com,1999:blog-12998695</id><updated>2012-02-16T08:47:33.697+01:00</updated><title type='text'>Serializer</title><subtitle type='html'>The short story about my life, featuring my love, family and friends</subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://serializer.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/12998695/posts/default?max-results=100'/><link rel='alternate' type='text/html' href='http://serializer.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><author><name>Henrik</name><uri>http://www.blogger.com/profile/12295737428848013302</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='31' height='32' src='http://photos1.blogger.com/img/98/5856/320/henrik1.jpg'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>38</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>100</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-12998695.post-7264201916680712634</id><published>2010-11-19T08:59:00.001+01:00</published><updated>2010-11-19T08:59:40.718+01:00</updated><title type='text'>CyberPower Intelligent LCD CP1350AVRLCD with not so intelligent software PowerPanel</title><content type='html'>&lt;p&gt;I purchased the ups CP1350AVRLCD because of the small format, lcd screen and great uptime. My main purpose was watch 2 servers, 1 NAS, one switch and one router. No problem – those could just be plugged in.&lt;/p&gt;  &lt;p&gt;Before purchasing I did not look at software. I just *expected* that it has some basic functionality to notify me on email and shut servers down when battery level become lower.&lt;/p&gt;  &lt;p&gt;I was wrong. The “Personal Edition” that came with the UPS was only able to beep and shut down one computer. That did not help me. I searched for another application and found the “Business Edition”. I was ready to pay for it but no – after talking to support they told me that that software did not support my UPS. They also told me that I should buy another UPS that supported this software. This did, of course, not help me at all as I had already purchased the product.&lt;/p&gt;  &lt;p&gt;Anyway, I was able to start that “Business edition” but I was not impressed with that either.&lt;/p&gt;  &lt;p&gt;So, I started to try to communicate with the UPS and finally found a way to get battery level and power status from the UPS. I will now add some email support to that test application and also support to shut down multiple computers.&lt;/p&gt;  &lt;p&gt;If you are reading this and would like to have this alternative application then please let me know!&lt;/p&gt;  &lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/12998695-7264201916680712634?l=serializer.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://serializer.blogspot.com/feeds/7264201916680712634/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=12998695&amp;postID=7264201916680712634' title='4 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/12998695/posts/default/7264201916680712634'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/12998695/posts/default/7264201916680712634'/><link rel='alternate' type='text/html' href='http://serializer.blogspot.com/2010/11/cyberpower-intelligent-lcd-cp1350avrlcd.html' title='CyberPower Intelligent LCD CP1350AVRLCD with not so intelligent software PowerPanel'/><author><name>Henrik</name><uri>http://www.blogger.com/profile/12295737428848013302</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='31' height='32' src='http://photos1.blogger.com/img/98/5856/320/henrik1.jpg'/></author><thr:total>4</thr:total></entry><entry><id>tag:blogger.com,1999:blog-12998695.post-1468526655936829145</id><published>2010-03-20T15:54:00.001+01:00</published><updated>2010-03-20T15:54:20.315+01:00</updated><title type='text'>The service did not respond to the start or control request in a timely fashion.</title><content type='html'>&lt;p&gt;So, I released a new version of one of my applications. This application is a Windows service. Nothing strange about this version so I rolled it out. Suddenly, a lot of users where complaining about that the service did not start.&lt;/p&gt;  &lt;p&gt;One strange thing was that when changing the user that runs the service from SYSTEM (which is my default) to a local administrator it worked.&lt;/p&gt;  &lt;p&gt;I tried to create similar environments but could not reproduce the problems. I got desktop access on one of the users server and saw, while running ProcessExplorer that a lot of queries were done to CryptoAPI dll’s before it finally gave up and timed out. This led me to think of that it was some deeper security problem.&lt;/p&gt;  &lt;p&gt;I recently started signing my service with GlobalSign instead of Thawte so maybe it was something about that. I ran into this KB: &lt;a title="http://support.microsoft.com/kb/936707" href="http://support.microsoft.com/kb/936707"&gt;http://support.microsoft.com/kb/936707&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;So, I added the following lines to the config and it started to work when running as SYSTEM:&lt;/p&gt;  &lt;p&gt;&lt;em&gt;&amp;lt;configuration&amp;gt;     &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160; &amp;lt;runtime&amp;gt;      &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; &amp;lt;generatePublisherEvidence enabled=&amp;quot;false&amp;quot;/&amp;gt;      &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160; &amp;lt;/runtime&amp;gt;      &lt;br /&gt;&amp;lt;/configuration&amp;gt;&lt;/em&gt;&lt;/p&gt;  &lt;p&gt;I don’t know if the problem is specific to GlobalSign. Implementation error or that root certificates are missing. Or that my previous signing certificate was cached in some way. If you know – then please let me know. Right now, I am just satisified that this solution works.&lt;/p&gt;  &lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/12998695-1468526655936829145?l=serializer.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://serializer.blogspot.com/feeds/1468526655936829145/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=12998695&amp;postID=1468526655936829145' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/12998695/posts/default/1468526655936829145'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/12998695/posts/default/1468526655936829145'/><link rel='alternate' type='text/html' href='http://serializer.blogspot.com/2010/03/service-did-not-respond-to-start-or.html' title='The service did not respond to the start or control request in a timely fashion.'/><author><name>Henrik</name><uri>http://www.blogger.com/profile/12295737428848013302</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='31' height='32' src='http://photos1.blogger.com/img/98/5856/320/henrik1.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-12998695.post-3876946910562688376</id><published>2010-03-10T10:25:00.001+01:00</published><updated>2010-03-10T10:26:30.465+01:00</updated><title type='text'>ClickOnce and obfuscation with .NET Reactor</title><content type='html'>&lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;The above could have been easy and straightforward if there weren’t for, what I call, design errors in the building and publish process.&lt;/p&gt;  &lt;p&gt;My first thought was that I could just add a post-build event, calling a command line protecting the applications/dll’s then just copy them back to the output folder. I was thinking that the “Publish” feature would use this output folder.&lt;/p&gt;  &lt;p&gt;That weren’t the case unfortunately.&lt;/p&gt;  &lt;p&gt;The Publish feature seems to store the built exe’s in memory or in a temporary location. Then it will overwrite anything in the output folder. So, your recently protected items will be overwritten. Then, after this, all signing and publishing magic will occur.&lt;/p&gt;  &lt;p&gt;As my original approach did not work I had to do this manually:&lt;/p&gt;  &lt;p&gt;1. I need to publish first (which builds).    &lt;br /&gt;2. Then protect the files    &lt;br /&gt;3. Copy the protected files over the build version folder    &lt;br /&gt;4. Update the application.manifest file (so that new hashes are createad for each file)    &lt;br /&gt;5. Re-sign the manifest file    &lt;br /&gt;6. Update the ApplicationName.Application file so it hashes the new manifest file    &lt;br /&gt;7. Re-sign the *.Application file&lt;/p&gt;  &lt;p&gt;To work with the files we use the manifest tool mage.exe. I am not sure if the version for Visual Studio 2008 has all functionality so I downloaded the RC for VS2010. I run all commands to the VS2010 command prompt.&lt;/p&gt;  &lt;p&gt;We don’t want to create new manifest files as that would reset other stuff you may enter within the Publish designer (and may not exist as option in mage.exe).&lt;/p&gt;  &lt;p&gt;Here is a rough script how I did it:&lt;/p&gt;  &lt;p&gt;&lt;em&gt;REM &lt;/em&gt;&lt;a href="http://msdn.microsoft.com/en-us/library/ms165431.aspx"&gt;&lt;em&gt;http://msdn.microsoft.com/en-us/library/ms165431.aspx&lt;/em&gt;&lt;/a&gt;    &lt;br /&gt;&lt;em&gt;REM &lt;/em&gt;&lt;a href="http://msdn.microsoft.com/en-us/library/acz3y3te%28VS.100%29.aspx"&gt;&lt;em&gt;http://msdn.microsoft.com/en-us/library/acz3y3te%28VS.100%29.aspx&lt;/em&gt;&lt;/a&gt;    &lt;br /&gt;&lt;em&gt;REM msbuild /target:publish /property:BootstrapperEnabled=true &lt;/em&gt;&lt;/p&gt;  &lt;p&gt;&lt;em&gt;REM Protect files     &lt;br /&gt;&amp;quot;C:\Program Files (x86)\Eziriz\.NET Reactor\dotNET_Reactor.exe&amp;quot; -project c:\sourcefiles\Reactor\AnyConnect.nrproj &lt;/em&gt;&lt;/p&gt;  &lt;p&gt;&lt;em&gt;REM Copy protected files     &lt;br /&gt;copy C:\sourcefiles\code\AnyConnect\bin\Release\protected\*.dll &amp;quot;C:\sourcefiles\code\AnyConnect\bin\Release\app.publish\Application Files\AnyConnect_1_2_0_0\&amp;quot;      &lt;br /&gt;copy C:\sourcefiles\code\AnyConnect\bin\Release\protected\*.exe &amp;quot;C:\sourcefiles\code\AnyConnect\bin\Release\app.publish\Application Files\AnyConnect_1_2_0_0\&amp;quot; &lt;/em&gt;&lt;/p&gt;  &lt;p&gt;&lt;em&gt;REM update hash files and sign     &lt;br /&gt;cd &amp;quot;C:\sourcefiles\code\AnyConnect\bin\Release\app.publish\Application Files\AnyConnect_1_2_0_0\&amp;quot;      &lt;br /&gt;mage -Update AnyConnect.exe.manifest      &lt;br /&gt;mage -Sign AnyConnect.exe.manifest -CertFile c:\sourcefiles\sign\netcart.pfx -Password myPassword&lt;/em&gt;&lt;/p&gt;  &lt;p&gt;&lt;em&gt;REM update application file     &lt;br /&gt;cd &amp;quot;C:\sourcefiles\code\AnyConnect\bin\Release\app.publish\      &lt;br /&gt;mage -Update AnyConnect.application -AppManifest &amp;quot;Application Files\AnyConnect_1_2_0_0\AnyConnect.exe.manifest&amp;quot;      &lt;br /&gt;mage -Sign AnyConnect.application -CertFile c:\sourcefiles\sign\netcart.pfx -Password myPassword&lt;/em&gt;&lt;/p&gt;  &lt;p&gt;You can improve this a lot so you don’t have to update version number and maybe even build the project but right now this works for me.&lt;/p&gt;  &lt;p&gt;Remember when uploading the project to upload both the version folder and the *.application file.&lt;/p&gt;  &lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/12998695-3876946910562688376?l=serializer.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://serializer.blogspot.com/feeds/3876946910562688376/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=12998695&amp;postID=3876946910562688376' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/12998695/posts/default/3876946910562688376'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/12998695/posts/default/3876946910562688376'/><link rel='alternate' type='text/html' href='http://serializer.blogspot.com/2010/03/clickonce-and-obfuscation-with-net.html' title='ClickOnce and obfuscation with .NET Reactor'/><author><name>Henrik</name><uri>http://www.blogger.com/profile/12295737428848013302</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='31' height='32' src='http://photos1.blogger.com/img/98/5856/320/henrik1.jpg'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-12998695.post-869362100200687777</id><published>2010-02-03T19:41:00.001+01:00</published><updated>2010-02-03T19:41:31.587+01:00</updated><title type='text'>System.Data.SqlClient.SqlException: Incorrect syntax near 'storedProcedureName'.</title><content type='html'>&lt;p&gt;So, you were trying to use the SqlCommand and got this cryptic error when you tried to execute a stored procedure?&lt;/p&gt;  &lt;p&gt;Try changing the CommandType property on the SqlCommand:&lt;/p&gt;  &lt;p&gt;command.CommandType = System.Data.CommandType.StoredProcedure&lt;/p&gt;  &lt;p&gt;The CommandType is by default Text.&lt;/p&gt;  &lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/12998695-869362100200687777?l=serializer.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://serializer.blogspot.com/feeds/869362100200687777/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=12998695&amp;postID=869362100200687777' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/12998695/posts/default/869362100200687777'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/12998695/posts/default/869362100200687777'/><link rel='alternate' type='text/html' href='http://serializer.blogspot.com/2010/02/systemdatasqlclientsqlexception.html' title='System.Data.SqlClient.SqlException: Incorrect syntax near &amp;#39;storedProcedureName&amp;#39;.'/><author><name>Henrik</name><uri>http://www.blogger.com/profile/12295737428848013302</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='31' height='32' src='http://photos1.blogger.com/img/98/5856/320/henrik1.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-12998695.post-6653872506739248334</id><published>2009-10-20T11:35:00.001+02:00</published><updated>2009-10-20T11:36:27.633+02:00</updated><title type='text'>TF14040: The folder {0} may not be checked out.</title><content type='html'>&lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;After moving to a new computer and started to open my old Visual Studio projects I got this error when trying to open an old dataset for example.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://lh6.ggpht.com/__RptHVPfDNY/St2EUgUKLNI/AAAAAAAAADQ/WutklZXJO54/s1600-h/tf14040%5B2%5D.png"&gt;&lt;img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="tf14040" border="0" alt="tf14040" src="http://lh5.ggpht.com/__RptHVPfDNY/St2EVJUXy1I/AAAAAAAAADU/VOCStTCOOTs/tf14040_thumb.png?imgmax=800" width="244" height="89" /&gt;&lt;/a&gt; &lt;/p&gt;  &lt;p&gt;&lt;/p&gt;  &lt;p&gt;The problem is related to permissions and I got around this by removing the Read-only flag on the project folder.&lt;/p&gt;  &lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/12998695-6653872506739248334?l=serializer.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://serializer.blogspot.com/feeds/6653872506739248334/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=12998695&amp;postID=6653872506739248334' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/12998695/posts/default/6653872506739248334'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/12998695/posts/default/6653872506739248334'/><link rel='alternate' type='text/html' href='http://serializer.blogspot.com/2009/10/tf14040-folder-0-may-not-be-checked-out.html' title='TF14040: The folder {0} may not be checked out.'/><author><name>Henrik</name><uri>http://www.blogger.com/profile/12295737428848013302</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='31' height='32' src='http://photos1.blogger.com/img/98/5856/320/henrik1.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://lh5.ggpht.com/__RptHVPfDNY/St2EVJUXy1I/AAAAAAAAADU/VOCStTCOOTs/s72-c/tf14040_thumb.png?imgmax=800' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-12998695.post-3261883772836063740</id><published>2009-09-19T13:19:00.001+02:00</published><updated>2009-09-19T13:21:36.164+02:00</updated><title type='text'>Edit hosts file in Vista/Windows 7</title><content type='html'>&lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;h4&gt;What is the hosts file?&lt;/h4&gt;  &lt;p&gt;The hosts file contains a list of IP address to hostname mappings and can be useful especially for web developers if they need to point a hostname to a specific IP address while developing or testing a website, without having to change settings on a DNS server. On Linux and Unix systems it is typically at /etc/hosts and on Windows systems (Windows 2000, XP, Vista, Windows 7) at c:\windows\system32\drivers\etc\hosts&lt;/p&gt;  &lt;h4&gt;Errors when editing the file&lt;/h4&gt;  &lt;p&gt;Depending on operative system you may get derrors below when trying to edit and save the hosts file:&lt;/p&gt;  &lt;p&gt;“Contact administrator”, “Permission denied”, “Path is not correct”.&lt;/p&gt;  &lt;h4&gt;Run as administrator&lt;/h4&gt;  &lt;p&gt;What you need to do this to open Notepad as administrator. Right click on Notepad and choose Run as Administrator. Then browse to the hosts file (you may need to turn on “View all files” as the hosts file does not have the txt extension”. Now, just edit and save the file.&lt;/p&gt;  &lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/12998695-3261883772836063740?l=serializer.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://serializer.blogspot.com/feeds/3261883772836063740/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=12998695&amp;postID=3261883772836063740' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/12998695/posts/default/3261883772836063740'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/12998695/posts/default/3261883772836063740'/><link rel='alternate' type='text/html' href='http://serializer.blogspot.com/2009/09/edit-hosts-file-in-windows-7.html' title='Edit hosts file in Vista/Windows 7'/><author><name>Henrik</name><uri>http://www.blogger.com/profile/12295737428848013302</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='31' height='32' src='http://photos1.blogger.com/img/98/5856/320/henrik1.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-12998695.post-3816502338236297558</id><published>2009-09-18T14:35:00.002+02:00</published><updated>2009-09-18T14:46:35.040+02:00</updated><title type='text'>Windows 7 boot remove</title><content type='html'>Thought I would share this with Windows 7 (beta and non beta) users, if you are running XP and removed Win 7, but can't get rid of the boot record "your pc attempts to dual boot still" you can use this command along with disk...&lt;br /&gt;&lt;br /&gt;In XP, put in the Win 7 disk, go to &lt;strong&gt;Start, Run&lt;/strong&gt;, then type this into run window...&lt;br /&gt;&lt;br /&gt;&lt;em&gt;whatever drive your Win 7 disk is in, eg..D,E&lt;/em&gt;&lt;strong&gt;:\boot\bootsect.exe /nt52 ALL /force&lt;/strong&gt;&lt;br /&gt;&lt;br /&gt;Click &lt;strong&gt;Ok&lt;/strong&gt;.&lt;br /&gt;&lt;br /&gt;Take out disk, &lt;strong&gt;restart &lt;/strong&gt;the computer, you should then boot right to XP.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/12998695-3816502338236297558?l=serializer.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://serializer.blogspot.com/feeds/3816502338236297558/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=12998695&amp;postID=3816502338236297558' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/12998695/posts/default/3816502338236297558'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/12998695/posts/default/3816502338236297558'/><link rel='alternate' type='text/html' href='http://serializer.blogspot.com/2009/09/windows-7-boot-remove.html' title='Windows 7 boot remove'/><author><name>Henrik</name><uri>http://www.blogger.com/profile/12295737428848013302</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='31' height='32' src='http://photos1.blogger.com/img/98/5856/320/henrik1.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-12998695.post-288806387109908613</id><published>2009-09-13T17:44:00.001+02:00</published><updated>2009-09-13T17:46:50.240+02:00</updated><title type='text'>Invalid object name 'sys.configurations'. (Microsoft SQL Server, Error: 208)</title><content type='html'>&lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;An exception occurred while executing a Transact-SQL statement or batch. (Microsoft.SqlServer.ConnectionInfo)&lt;/p&gt;  &lt;p&gt;&lt;a href="http://lh4.ggpht.com/__RptHVPfDNY/Sq0TV977k8I/AAAAAAAAADA/syj7L1pmW-o/s1600-h/image%5B4%5D.png" target="_blank"&gt;&lt;img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="image" border="0" alt="image" src="http://lh6.ggpht.com/__RptHVPfDNY/Sq0TWKjUEnI/AAAAAAAAADE/qWHz1SoZMoY/image_thumb%5B2%5D.png?imgmax=800" width="240" height="75" /&gt;&lt;/a&gt; &lt;/p&gt;  &lt;p&gt;Perhaps you wanted to try Azure and especially SQL Azure. Maybe you wanted to connect to your SQL server in the cloud (especially as Microsoft provides a connection string) through &lt;strong&gt;Microsoft SQL Server Management Studio&lt;/strong&gt; (MSMS). Forget that for now. Microsoft has no support for this currently.&lt;/p&gt;  &lt;p&gt;There are some workarounds. You can, while in the Management Studio, open a new connection. Login. You will get an error. Click ok. Now, you can browse your tables but you can atleast peform SQL queries.&lt;/p&gt;  &lt;p&gt;Guess we have to wait for the final release.&lt;/p&gt;  &lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/12998695-288806387109908613?l=serializer.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://serializer.blogspot.com/feeds/288806387109908613/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=12998695&amp;postID=288806387109908613' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/12998695/posts/default/288806387109908613'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/12998695/posts/default/288806387109908613'/><link rel='alternate' type='text/html' href='http://serializer.blogspot.com/2009/09/invalid-object-name-microsoft-sql.html' title='Invalid object name &amp;#39;sys.configurations&amp;#39;. (Microsoft SQL Server, Error: 208)'/><author><name>Henrik</name><uri>http://www.blogger.com/profile/12295737428848013302</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='31' height='32' src='http://photos1.blogger.com/img/98/5856/320/henrik1.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://lh6.ggpht.com/__RptHVPfDNY/Sq0TWKjUEnI/AAAAAAAAADE/qWHz1SoZMoY/s72-c/image_thumb%5B2%5D.png?imgmax=800' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-12998695.post-784428341414159599</id><published>2009-09-07T23:14:00.001+02:00</published><updated>2009-09-07T23:21:25.113+02:00</updated><title type='text'>Windows live writer</title><content type='html'>&lt;p&gt;This is a first test using Windows live writer. Let see if this post can be done!&lt;/p&gt;  &lt;p&gt;&lt;a href="http://lh5.ggpht.com/__RptHVPfDNY/SqV40pltDsI/AAAAAAAAACo/RCfICwxSOXs/s1600-h/7620_154211310489_634840489_3952273_5815934_n%5B3%5D.jpg"&gt;&lt;img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="Kian" border="0" alt="Kian" src="http://lh3.ggpht.com/__RptHVPfDNY/SqV401pKgGI/AAAAAAAAACs/fzf9YjBHeDs/7620_154211310489_634840489_3952273_5815934_n_thumb%5B1%5D.jpg?imgmax=800" width="240" height="160" /&gt;&lt;/a&gt; &lt;/p&gt;  &lt;p&gt;This is Kian – almost 6 months and already facebooking!&lt;/p&gt;  &lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/12998695-784428341414159599?l=serializer.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://serializer.blogspot.com/feeds/784428341414159599/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=12998695&amp;postID=784428341414159599' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/12998695/posts/default/784428341414159599'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/12998695/posts/default/784428341414159599'/><link rel='alternate' type='text/html' href='http://serializer.blogspot.com/2009/09/windows-live-writer.html' title='Windows live writer'/><author><name>Henrik</name><uri>http://www.blogger.com/profile/12295737428848013302</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='31' height='32' src='http://photos1.blogger.com/img/98/5856/320/henrik1.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://lh3.ggpht.com/__RptHVPfDNY/SqV401pKgGI/AAAAAAAAACs/fzf9YjBHeDs/s72-c/7620_154211310489_634840489_3952273_5815934_n_thumb%5B1%5D.jpg?imgmax=800' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-12998695.post-3079873349375080589</id><published>2009-01-07T14:27:00.002+01:00</published><updated>2009-01-07T14:46:41.109+01:00</updated><title type='text'>TF31003: Your user account does not have permission to connect to the Team Foundation Server</title><content type='html'>My bad concience of not spreading my experience regarding this error led to this post. I noticed this strange popup error when I wanted to add a new user for accessing my Team Foundation Server. It was nothing wrong with the actual user, rather, I discovered it had something to do with accessing it from another computer. I could not even log in with my existing user from a remote computer without getting this error.&lt;br /&gt;&lt;br /&gt;I found a solution and I have no idea if it is a good or bad fix - but it works. If someone knows that this is a stupid solution and have a better one then please tell me.&lt;br /&gt;&lt;br /&gt;I figured out that it had something todo with the computer/domain name. So, I went into C:\Windows\System32\drivers\etc and edited the hosts-file. I added the ip and a name for that ip. I saved the file. Then I opened VisualStudio again and added that servername. The server name can be anything as long as it is pointing to the correct ip.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/12998695-3079873349375080589?l=serializer.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://serializer.blogspot.com/feeds/3079873349375080589/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=12998695&amp;postID=3079873349375080589' title='3 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/12998695/posts/default/3079873349375080589'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/12998695/posts/default/3079873349375080589'/><link rel='alternate' type='text/html' href='http://serializer.blogspot.com/2009/01/tf31003-your-user-account-does-not-have.html' title='TF31003: Your user account does not have permission to connect to the Team Foundation Server'/><author><name>Henrik</name><uri>http://www.blogger.com/profile/12295737428848013302</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='31' height='32' src='http://photos1.blogger.com/img/98/5856/320/henrik1.jpg'/></author><thr:total>3</thr:total></entry><entry><id>tag:blogger.com,1999:blog-12998695.post-7913503939291931394</id><published>2008-12-30T10:35:00.005+01:00</published><updated>2009-09-13T17:25:07.291+02:00</updated><title type='text'>pxhelp20.sys, x64 and Sony Picture Utility</title><content type='html'>My wife wanted to convert some AVCHD videos to a smaller format. I know there are tons of programs for that but I decided to use the free utility that came with our video camera SONY HDR-SR8 - the "Sony Picture Utility".&lt;br /&gt;&lt;br /&gt;Everybody knows, that have worked with video that these kinds of tasks take time and CPU. So, I wanted to use some excessive CPU on my Windows 2008 Server - using latest Xeon CPU. This server is 64 bit operating system. I installed the software. It asked me to reboot. Since I only saw pictures and no videos I decided that maybe I had to reboot. By the way, I hate software that requires reboot!&lt;br /&gt;&lt;br /&gt;Rebooting..It does not start..Moving a screen to the Server shows that Windows can't start because "pxhelp20.sys is corrupt or missing" - location \Windows\SysWOW64\Drivers\pxhelp20.sys. It seems like this driver is used by a lot of dvd tools and also the Sony Picture Utility. I started my Windows CD for repair but repair did not repair. My only way was through the command prompt. The file was there! I did not have any other 64 bit Windows 2008 so I asked a friend to send me same file for Vista x64. Replaced the file - same error. I was starting to getting nervous because I had a database on that Server that needed to be up and running. As a last option I deleted the file from the command prompt and hey, Windows started.&lt;br /&gt;&lt;br /&gt;While this was a success in the end the story does not end here. I quickly noticed that all my cdroms where gone. Even Deamon Tools drives. This was not critical but needs to be solved.&lt;br /&gt;&lt;br /&gt;Updated 2009-09-13:&lt;br /&gt;&lt;br /&gt;Thanks to Junior-PL I got a solution:&lt;br /&gt;&lt;br /&gt;1. Start-&gt;Run and open regedit&lt;br /&gt;2. Go to HKEY_LOCAL_MACHINE/SYSTEM and open key CurrentControlSet/Control/Class/{4D36E965-E325-11CE-BFC1-08002BE10318}&lt;br /&gt;3. There may be a lot of keys with this name but search for one that has (default) value DVD/CD-ROM drives&lt;br /&gt;4. Now, when you have found this one you delete strings "LowFilters" and "UpperFilters" (if existing)&lt;br /&gt;5. Reboot and pray (should work!)&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/12998695-7913503939291931394?l=serializer.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://serializer.blogspot.com/feeds/7913503939291931394/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=12998695&amp;postID=7913503939291931394' title='11 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/12998695/posts/default/7913503939291931394'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/12998695/posts/default/7913503939291931394'/><link rel='alternate' type='text/html' href='http://serializer.blogspot.com/2008/12/pxhelp20sys-x64-and-sony-picture.html' title='pxhelp20.sys, x64 and Sony Picture Utility'/><author><name>Henrik</name><uri>http://www.blogger.com/profile/12295737428848013302</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='31' height='32' src='http://photos1.blogger.com/img/98/5856/320/henrik1.jpg'/></author><thr:total>11</thr:total></entry><entry><id>tag:blogger.com,1999:blog-12998695.post-3762019791347652170</id><published>2008-12-29T13:07:00.003+01:00</published><updated>2008-12-29T13:15:15.821+01:00</updated><title type='text'>PAP2-T, Gigaset SL780 and change of time</title><content type='html'>Recently I "updated" my home telephony to IP-telephony. I was installing the Linksys PAP2-T IP telephony adapter together with the new Siemens Gigaset SL780 phone.&lt;br /&gt;&lt;br /&gt;Everything worked great except one thing. I noticed, that sometimes the time on the phone was set back 7 hours. Finally, I found that this happened when someone called us. The support at Siemens had no clue - of course..&lt;br /&gt;&lt;br /&gt;I had a hunch that the time from the PAP2-T was sent over to the phone which proved to be true. When browsing the web interface of the adapter the timezone was 7 hours off. Changing this and making one call to myself set the time right. I am not the average consumer which leads me to the question:&lt;br /&gt;&lt;br /&gt;How in the world are we ever able to move over to new technology when setting the time on a phone requires browsing a telephony adapters web interface and change properties? New technology should be easy to implement!&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/12998695-3762019791347652170?l=serializer.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://serializer.blogspot.com/feeds/3762019791347652170/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=12998695&amp;postID=3762019791347652170' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/12998695/posts/default/3762019791347652170'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/12998695/posts/default/3762019791347652170'/><link rel='alternate' type='text/html' href='http://serializer.blogspot.com/2008/12/pap2-t-gigaset-sl780-and-change-of-time.html' title='PAP2-T, Gigaset SL780 and change of time'/><author><name>Henrik</name><uri>http://www.blogger.com/profile/12295737428848013302</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='31' height='32' src='http://photos1.blogger.com/img/98/5856/320/henrik1.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-12998695.post-115160580110360651</id><published>2006-06-29T19:51:00.000+02:00</published><updated>2007-04-11T17:36:48.360+02:00</updated><title type='text'>"Specified Service Already Exists"</title><content type='html'>I ran into this problem when creating a setup in .NET and choosed "Repair" at a later stage. The problem was due to that I was creating my own Custom Actions. When doing a "Repair" the custom install action is run as well. To prevent this you need to add: "Not Installed" at the Condition property of the Custom Action.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/12998695-115160580110360651?l=serializer.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://serializer.blogspot.com/feeds/115160580110360651/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=12998695&amp;postID=115160580110360651' title='3 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/12998695/posts/default/115160580110360651'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/12998695/posts/default/115160580110360651'/><link rel='alternate' type='text/html' href='http://serializer.blogspot.com/2006/06/specified-service-already-exists.html' title='&quot;Specified Service Already Exists&quot;'/><author><name>Henrik</name><uri>http://www.blogger.com/profile/12295737428848013302</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='31' height='32' src='http://photos1.blogger.com/img/98/5856/320/henrik1.jpg'/></author><thr:total>3</thr:total></entry><entry><id>tag:blogger.com,1999:blog-12998695.post-115009697138397434</id><published>2006-06-12T09:19:00.000+02:00</published><updated>2006-06-12T09:22:51.396+02:00</updated><title type='text'>Problem - loop through a repeater for controls</title><content type='html'>I was using ASP.NET, C#, and wanted to auto translate some controls on a Page. I had no problems looping through controls like the GridView but when I tried the Repeater control I ran into problems. No controls or items were found when looping through it.&lt;br /&gt;&lt;br /&gt;The problem was that the controls/items were created at a later stage than Page_Load where my function was executed.&lt;br /&gt;&lt;br /&gt;I moved my function to Page_PreRender and everything went just fine..&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/12998695-115009697138397434?l=serializer.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://serializer.blogspot.com/feeds/115009697138397434/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=12998695&amp;postID=115009697138397434' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/12998695/posts/default/115009697138397434'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/12998695/posts/default/115009697138397434'/><link rel='alternate' type='text/html' href='http://serializer.blogspot.com/2006/06/problem-loop-through-repeater-for.html' title='Problem - loop through a repeater for controls'/><author><name>Henrik</name><uri>http://www.blogger.com/profile/12295737428848013302</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='31' height='32' src='http://photos1.blogger.com/img/98/5856/320/henrik1.jpg'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-12998695.post-114642156685711002</id><published>2006-04-30T20:15:00.000+02:00</published><updated>2006-05-20T03:42:36.903+02:00</updated><title type='text'>ToolStrip and it's responsiveness</title><content type='html'>I had a problem with the new .NET 2.0 component "ToolStrip". The problem appeared when switching between forms within an application by clicking on one of the toolstrip buttions. The first click was not "catched" as an event. This was really annoying and I was near switching to the toolstrip components of Infragistics.&lt;br /&gt;&lt;br /&gt;First I found a quick solution. I added the event "MouseHover" and then focused on the toolstrip like this:&lt;br /&gt;&lt;br /&gt;Private Sub tolMain_MouseHover(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles tolMain.MouseHover&lt;br /&gt; tolMain.Focus()&lt;br /&gt;End Sub&lt;br /&gt;&lt;br /&gt;It worked but it seemed unnesseary. I did a quick search on the Internet and I found a post from one who had faced and solved the problem. Read more about it here: &lt;a href="http://blogs.msdn.com/rickbrew/archive/2006/01/09/511003.aspx"&gt;http://blogs.msdn.com/rickbrew/archive/2006/01/09/511003.aspx&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;He hade made a C# example and here is my code, converted to VB.NET:&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Imports System.Windows.Forms.ToolStrip&lt;br /&gt;Public Class ToolStripEx&lt;br /&gt;    Inherits ToolStrip&lt;br /&gt; Private bolClickThrough As Boolean = False&lt;br /&gt;&lt;br /&gt; Public Property ClickThrough() As Boolean&lt;br /&gt;  Get&lt;br /&gt;   Return bolClickThrough&lt;br /&gt;  End Get&lt;br /&gt;  Set(ByVal value As Boolean)&lt;br /&gt;   bolClickThrough = value&lt;br /&gt;  End Set&lt;br /&gt; End Property&lt;br /&gt;&lt;br /&gt; Public Sub New()&lt;br /&gt;  MyBase.new()&lt;br /&gt; End Sub&lt;br /&gt;&lt;br /&gt; Protected Overrides Sub WndProc(ByRef m As Message)&lt;br /&gt;  MyBase.WndProc(m)&lt;br /&gt;  If bolClickThrough Then&lt;br /&gt;   If m.Msg = NativeConstants.WM_MOUSEACTIVATE And m.Result = CType(NativeConstants.MA_ACTIVATEANDEAT, IntPtr) Then&lt;br /&gt;   m.Result = CType(NativeConstants.MA_ACTIVATE, IntPtr)&lt;br /&gt;   End If&lt;br /&gt;  End If&lt;br /&gt; End Sub&lt;br /&gt;End Class&lt;br /&gt;&lt;br /&gt;Friend Class NativeConstants&lt;br /&gt; Friend Const WM_MOUSEACTIVATE As UInt32 = 33&lt;br /&gt; Friend Const MA_ACTIVATE As UInt32 = 1&lt;br /&gt; Friend Const MA_ACTIVATEANDEAT As UInt32 = 2&lt;br /&gt; Friend Const MA_NOACTIVATE As UInt32 = 3&lt;br /&gt; Friend Const MA_NOACTIVATEANDEAT As UInt32 = 4&lt;br /&gt;End Class&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/12998695-114642156685711002?l=serializer.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://serializer.blogspot.com/feeds/114642156685711002/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=12998695&amp;postID=114642156685711002' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/12998695/posts/default/114642156685711002'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/12998695/posts/default/114642156685711002'/><link rel='alternate' type='text/html' href='http://serializer.blogspot.com/2006/04/toolstrip-and-its-responsiveness.html' title='ToolStrip and it&apos;s responsiveness'/><author><name>Henrik</name><uri>http://www.blogger.com/profile/12295737428848013302</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='31' height='32' src='http://photos1.blogger.com/img/98/5856/320/henrik1.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-12998695.post-114586346357211103</id><published>2006-04-24T09:15:00.000+02:00</published><updated>2006-04-24T09:24:23.583+02:00</updated><title type='text'>Long time no blog</title><content type='html'>There have been a lot of work on VisualCron lately. There is a clear roadmap but sometimes I get busy on sidetracks - smaller o bigger requests by customers. Luckily, my dad, a professional tester has been there helping with testing and documentation.&lt;br /&gt;&lt;br /&gt;On the personal side, I have a lot of things that I look forward to. First, the average temperature is increasing every day. Second, there will be a lot of traveling this year. In the end of May, me and Neda are traveling to Istanbul, Turkey. In July we will travel to Malage in Spain. Later in the autumn, me and my friends are going to London.&lt;br /&gt;&lt;br /&gt;I haven't had the time to work with the studio yet. Hopefully there will be more time soon..&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/12998695-114586346357211103?l=serializer.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://serializer.blogspot.com/feeds/114586346357211103/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=12998695&amp;postID=114586346357211103' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/12998695/posts/default/114586346357211103'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/12998695/posts/default/114586346357211103'/><link rel='alternate' type='text/html' href='http://serializer.blogspot.com/2006/04/long-time-no-blog.html' title='Long time no blog'/><author><name>Henrik</name><uri>http://www.blogger.com/profile/12295737428848013302</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='31' height='32' src='http://photos1.blogger.com/img/98/5856/320/henrik1.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-12998695.post-113820285724034575</id><published>2006-01-25T16:05:00.000+01:00</published><updated>2006-01-25T16:32:36.893+01:00</updated><title type='text'>WMI Adventures - "Invalid Class", "Not Found" and "Access Denied"</title><content type='html'>I was trying to monitor the registry with WMI - Windows Management Instrumentation. I could find almost everything in the namespace "root\CIMV2" for my needs except for registry changes. Those where located in "root\DEFAULT" and did not use the regular WQL polling operator "WITHIN".&lt;br /&gt;&lt;br /&gt;I searched for examples on the net using C# or VB.NET. The net was quite dry on this subject. I found some examples but when implementing those I got "Invalid Class". After some testing I found that you need to specify the class in the EventQuery. And the class changes depending on the type of registry query you want todo.&lt;br /&gt;&lt;br /&gt;Registry changes are divided in three parts:&lt;br /&gt;&lt;br /&gt;RegistryTreeChangeEvent - Monitors changes to a hierarchy of keys.&lt;br /&gt;RegistryKeyChangeEvent - KeyPath Monitors changes to a single key.&lt;br /&gt;RegistryValueChangeEvent - ValueName Monitors changes to a single value.&lt;br /&gt;&lt;br /&gt;This is a VB.NET example:&lt;br /&gt;&lt;br /&gt;Dim evQuery As New WqlEventQuery()&lt;br /&gt;evQuery.EventClassName = "RegistryValueChangeEvent" &lt;--- here you specify the classname which should match the "tablename" in the querystring evQuery.WithinInterval = New TimeSpan(0, 0, 0, 10, 0) evQuery.QueryString = "SELECT * FROM RegistryValueChangeEvent WHERE hive = '" &amp; _ "HKEY_LOCAL_MACHINE" &amp;amp; "' AND KeyPath = '" &amp; _ "Software\\Activision" &amp;amp;amp;amp; "'" &amp; _ "AND ValueName='mamma'"&lt;br /&gt;&lt;br /&gt;So remember to change the EventClassName depending on the tablename.&lt;br /&gt;&lt;br /&gt;While testing I also stumbled upon the ManagementException "Not found". This error is due to that there is not match in the WQL. Maybe you have specified the wrong KeyPath or your are missing the double backspace.&lt;br /&gt;&lt;br /&gt;The error "Access denied" is however not solved. I am getting the error when using the LIKE operator in WQL. If &lt;strong&gt;you&lt;/strong&gt; have any idea about this the please comment that :)&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/12998695-113820285724034575?l=serializer.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://serializer.blogspot.com/feeds/113820285724034575/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=12998695&amp;postID=113820285724034575' title='2 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/12998695/posts/default/113820285724034575'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/12998695/posts/default/113820285724034575'/><link rel='alternate' type='text/html' href='http://serializer.blogspot.com/2006/01/wmi-adventures-invalid-class-not-found.html' title='WMI Adventures - &quot;Invalid Class&quot;, &quot;Not Found&quot; and &quot;Access Denied&quot;'/><author><name>Henrik</name><uri>http://www.blogger.com/profile/12295737428848013302</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='31' height='32' src='http://photos1.blogger.com/img/98/5856/320/henrik1.jpg'/></author><thr:total>2</thr:total></entry><entry><id>tag:blogger.com,1999:blog-12998695.post-113508420659356385</id><published>2005-12-20T13:59:00.000+01:00</published><updated>2005-12-20T14:12:47.546+01:00</updated><title type='text'>MSMQ permissions needs a "touch"</title><content type='html'>Recently I was working with a project where I needed to set up some MSMQ queues at the install phase. I realized I needed to change the security attributes when converting the c# application to a windows service. After scraping the web I found a way to set attributes. &lt;br /&gt;&lt;br /&gt;The install went fine but when trying to access that queue I still received errors about permissions. I looked in the MSMQ attributes for that queue in Administrive tools. All was set right. After unchecking and then rechecking a box followed by Apply it worked again. A bug! This workaround/step would not be accepted by the end customer so I had to find a work around. After some testing I found that I could use the function SetPermissions on a queue after setting the permissions in the install. The result looks like this:&lt;br /&gt;&lt;br /&gt;                // local system account&lt;br /&gt;                Trustee t1 = new Trustee();&lt;br /&gt;                t1.Name = "SYSTEM";&lt;br /&gt;                t1.TrusteeType = TrusteeType.User;&lt;br /&gt;                t1.SystemName = ".";&lt;br /&gt;                AccessControlEntry ace1 = new AccessControlEntry();&lt;br /&gt;                ace1.EntryType = AccessControlEntryType.Allow;&lt;br /&gt;                ace1.GenericAccessRights = GenericAccessRights.All;&lt;br /&gt;                ace1.StandardAccessRights = StandardAccessRights.All;&lt;br /&gt;                ace1.Trustee = t1;&lt;br /&gt;&lt;br /&gt;                // any other computer&lt;br /&gt;                Trustee t2 = new Trustee();&lt;br /&gt;                t2.Name = "Everyone";&lt;br /&gt;                t2.TrusteeType = TrusteeType.Group;&lt;br /&gt;                t2.SystemName = ".";&lt;br /&gt;                AccessControlEntry ace2 = new AccessControlEntry();&lt;br /&gt;                ace2.EntryType = AccessControlEntryType.Allow;&lt;br /&gt;                ace2.GenericAccessRights = GenericAccessRights.All;&lt;br /&gt;                ace2.StandardAccessRights = StandardAccessRights.All;&lt;br /&gt;                ace2.Trustee = t2;&lt;br /&gt;&lt;br /&gt;                AccessControlList acl = new AccessControlList();&lt;br /&gt;                acl.Add(ace1);&lt;br /&gt;                acl.Add(ace2);&lt;br /&gt;                MSMQInstaller.Permissions = acl;&lt;br /&gt;&lt;br /&gt;// This corrects a bug when previous settings are not correctly applied&lt;br /&gt;            // Using the SetPermissions after adding the accesscontrollist applies previous settings&lt;br /&gt;            // Remember to use Allow below to keep existing settings&lt;br /&gt;            MessageQueue m = new MessageQueue(MSMQInstaller.Path);&lt;br /&gt;            m.SetPermissions("SYSTEM", MessageQueueAccessRights.FullControl, AccessControlEntryType.Allow);&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/12998695-113508420659356385?l=serializer.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://serializer.blogspot.com/feeds/113508420659356385/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=12998695&amp;postID=113508420659356385' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/12998695/posts/default/113508420659356385'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/12998695/posts/default/113508420659356385'/><link rel='alternate' type='text/html' href='http://serializer.blogspot.com/2005/12/msmq-permissions-needs-touch.html' title='MSMQ permissions needs a &quot;touch&quot;'/><author><name>Henrik</name><uri>http://www.blogger.com/profile/12295737428848013302</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='31' height='32' src='http://photos1.blogger.com/img/98/5856/320/henrik1.jpg'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-12998695.post-112918872977126608</id><published>2005-10-13T09:23:00.000+02:00</published><updated>2005-10-13T09:32:09.866+02:00</updated><title type='text'>Every day is a new day</title><content type='html'>I has been a while since I last posted here. I have been spending a lot of time on VisualCron. The future of VisualCron is becoming more clear. There are still of lot of things to implement but the foundation feels very stable.&lt;br /&gt;&lt;br /&gt;The "singing-booth" is also ready now. It's a black rectangle, 1.2 * 1.5 meters with 2.2 in height. It is painted black now and I have put up some diffusers. It looks quite good and it sounds very good. I may post some pictures here later. I have to spend some time singing every day. Training singing is like training a muscle. I am very "untrained" right now but a little practice will do the trick!&lt;br /&gt;&lt;br /&gt;Both my friend DJ and I have had very little time over to spend on our new project. But it will get better! Our next meeting is on sunday and hopefully everything will be clearer then!&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/12998695-112918872977126608?l=serializer.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://serializer.blogspot.com/feeds/112918872977126608/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=12998695&amp;postID=112918872977126608' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/12998695/posts/default/112918872977126608'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/12998695/posts/default/112918872977126608'/><link rel='alternate' type='text/html' href='http://serializer.blogspot.com/2005/10/every-day-is-new-day.html' title='Every day is a new day'/><author><name>Henrik</name><uri>http://www.blogger.com/profile/12295737428848013302</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='31' height='32' src='http://photos1.blogger.com/img/98/5856/320/henrik1.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-12998695.post-112607942753764341</id><published>2005-09-07T09:42:00.000+02:00</published><updated>2005-09-07T09:50:27.543+02:00</updated><title type='text'>X-Station finally here</title><content type='html'>I received my X-Station this monday. Finally. I played around with it for a while. I am a newbie on that area but I got it working with Reason 3 and upgrade the firmware.&lt;br /&gt;&lt;br /&gt;At the same day I bought Battlefield 2. Now I am stuck on that one too!&lt;br /&gt;&lt;br /&gt;This month will be hectic. A lot of happenings will occur. As usual, besides the music project and BF2, I have another project going on with my friend DJ. Can't tell you anything about it yet but we hope that our idea is as great as we think! :) We'll be finished, hopefully, in the middle of November. But that's a very tight schedule! ;)&lt;br /&gt;&lt;br /&gt;Neda and I has booked a trip to London the 16th of December. Just for the weekend. Can you imagine that I have never been there before?!&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/12998695-112607942753764341?l=serializer.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://serializer.blogspot.com/feeds/112607942753764341/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=12998695&amp;postID=112607942753764341' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/12998695/posts/default/112607942753764341'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/12998695/posts/default/112607942753764341'/><link rel='alternate' type='text/html' href='http://serializer.blogspot.com/2005/09/x-station-finally-here.html' title='X-Station finally here'/><author><name>Henrik</name><uri>http://www.blogger.com/profile/12295737428848013302</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='31' height='32' src='http://photos1.blogger.com/img/98/5856/320/henrik1.jpg'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-12998695.post-112465777308435088</id><published>2005-08-21T22:51:00.000+02:00</published><updated>2005-08-21T22:56:13.090+02:00</updated><title type='text'>VisualCron 2.5.0 released</title><content type='html'>Finally, after many weeks of work the version above of VisualCron is released. This version was an important step for me and VisualCron.&lt;br /&gt;&lt;br /&gt;I have listened to a lot of user requests and implemented the most important things, you can read a list of changes &lt;a href="http://www.visualcron.com/changelog.php"&gt;here&lt;/a&gt;. Hope you'll like it!&lt;br /&gt;&lt;br /&gt;My personal life has been suffering and I hope that this version will calm down most of the users for, at least, a shorter period. So after another weekend of work I go to sleep and wake up to my regular work again ;)&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/12998695-112465777308435088?l=serializer.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://serializer.blogspot.com/feeds/112465777308435088/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=12998695&amp;postID=112465777308435088' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/12998695/posts/default/112465777308435088'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/12998695/posts/default/112465777308435088'/><link rel='alternate' type='text/html' href='http://serializer.blogspot.com/2005/08/visualcron-250-released.html' title='VisualCron 2.5.0 released'/><author><name>Henrik</name><uri>http://www.blogger.com/profile/12295737428848013302</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='31' height='32' src='http://photos1.blogger.com/img/98/5856/320/henrik1.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-12998695.post-112446881604398478</id><published>2005-08-19T18:24:00.000+02:00</published><updated>2007-03-02T08:43:14.770+01:00</updated><title type='text'>Free caribbean cruise</title><content type='html'>I just got a computer, automated call on my home phone saying that I won a caribbean cruise like this:&lt;br /&gt;&lt;br /&gt;&lt;blockquote&gt;Congratulations! You’ve won a free caribbean cruise. To reclaim your prize, press 9. That’s the nine-key on your telephone.&lt;/blockquote&gt;&lt;br /&gt;&lt;br /&gt;I didn't press 9 - I hung up and I think that you should do it too because I have heard that they will charge you 800 Euro and you won't get any trip :)&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/12998695-112446881604398478?l=serializer.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://serializer.blogspot.com/feeds/112446881604398478/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=12998695&amp;postID=112446881604398478' title='2 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/12998695/posts/default/112446881604398478'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/12998695/posts/default/112446881604398478'/><link rel='alternate' type='text/html' href='http://serializer.blogspot.com/2005/08/free-caribbean-cruise.html' title='Free caribbean cruise'/><author><name>Henrik</name><uri>http://www.blogger.com/profile/12295737428848013302</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='31' height='32' src='http://photos1.blogger.com/img/98/5856/320/henrik1.jpg'/></author><thr:total>2</thr:total></entry><entry><id>tag:blogger.com,1999:blog-12998695.post-112386067600717039</id><published>2005-08-12T16:50:00.000+02:00</published><updated>2005-08-12T17:31:16.023+02:00</updated><title type='text'>Result is what counts</title><content type='html'>I have not been lazy - I have just been busy like a bee. In the previous weeks I have dreamt about VisualCron and worked late nights. A lot of important steps has been made both which I have mentioned before and new ones.&lt;br /&gt;&lt;br /&gt;You, VisualCron users out there, has been lucky because the fact that I have not received my X-Station yet.&lt;br /&gt;&lt;br /&gt;I expect the VisualCron release to be within 2 weeks from now.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/12998695-112386067600717039?l=serializer.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://serializer.blogspot.com/feeds/112386067600717039/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=12998695&amp;postID=112386067600717039' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/12998695/posts/default/112386067600717039'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/12998695/posts/default/112386067600717039'/><link rel='alternate' type='text/html' href='http://serializer.blogspot.com/2005/08/result-is-what-counts.html' title='Result is what counts'/><author><name>Henrik</name><uri>http://www.blogger.com/profile/12295737428848013302</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='31' height='32' src='http://photos1.blogger.com/img/98/5856/320/henrik1.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-12998695.post-112234828510946852</id><published>2005-07-26T05:06:00.000+02:00</published><updated>2005-08-04T09:33:45.390+02:00</updated><title type='text'>Going to Sicily</title><content type='html'>The clock is 5 am and in less than two hours Neda and I go to Giardini-Naxos in Sicily. It's really hot there right now, about 38 degrees Celsius.&lt;br /&gt;&lt;br /&gt;Last week I were with my friends in Gotland, Sweden. The weather was bad but it did not affect the partying! Anyway, I used some of the bad weather to develop VisualCron and the new features are doing great.&lt;br /&gt;&lt;br /&gt;The cab is waiting now!&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/12998695-112234828510946852?l=serializer.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://serializer.blogspot.com/feeds/112234828510946852/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=12998695&amp;postID=112234828510946852' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/12998695/posts/default/112234828510946852'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/12998695/posts/default/112234828510946852'/><link rel='alternate' type='text/html' href='http://serializer.blogspot.com/2005/07/going-to-sicily.html' title='Going to Sicily'/><author><name>Henrik</name><uri>http://www.blogger.com/profile/12295737428848013302</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='31' height='32' src='http://photos1.blogger.com/img/98/5856/320/henrik1.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-12998695.post-112118447591116794</id><published>2005-07-12T17:59:00.000+02:00</published><updated>2005-07-12T18:07:55.916+02:00</updated><title type='text'>X-Station delayed..</title><content type='html'>I received a mail today saying that my X-Station was delayed. "Hopefully" it would come in stock at the end of this month. We'll see, I was thinking of swapping to an M-Audio Ozonic but I don't like the idea of firewire and it has no synthesizer. Cheaper though. I don't have the time anyway right now :) so I'll guess I wait.&lt;br /&gt;&lt;br /&gt;Another hot day today. This evening I am going to the gym. Finally I am back on track :) Have I felt this feeling before? ;)&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/12998695-112118447591116794?l=serializer.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://serializer.blogspot.com/feeds/112118447591116794/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=12998695&amp;postID=112118447591116794' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/12998695/posts/default/112118447591116794'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/12998695/posts/default/112118447591116794'/><link rel='alternate' type='text/html' href='http://serializer.blogspot.com/2005/07/x-station-delayed.html' title='X-Station delayed..'/><author><name>Henrik</name><uri>http://www.blogger.com/profile/12295737428848013302</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='31' height='32' src='http://photos1.blogger.com/img/98/5856/320/henrik1.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-12998695.post-112109469837264732</id><published>2005-07-11T17:01:00.000+02:00</published><updated>2005-07-11T17:11:39.870+02:00</updated><title type='text'>Soon vacation..</title><content type='html'>It's been a lot todo lately. Both at work and home. This week is the last before my three weeks of vacation. A short vacation this year.&lt;br /&gt;&lt;br /&gt;It's hot in Sweden. Today it is 32C and it has been like this for two weeks now.&lt;br /&gt;&lt;br /&gt;There are many things to finish up before the vacation. I hoped to have a new version of VisualCron before the vacation but that seems hard now. I made a version but wasn't satisfied with that design, so now I am redesigning it - hopefully you'll like it. I have received a lot of interesting emails from interesting people lately. It's nice to get to know you, who you are - you out there!&lt;br /&gt;&lt;br /&gt;A major event of this week is the arrival of my new toy. Hopefully it will be delivered by end of this week. It isn't crucial because I have so many other things todo so I can't play with it. Are you curious? :) It's a Novation X-station, a midikeyboard with integrated synth, soundcard and mic preamp. I am also building a cube for recording songs. The strategy is to order some sounddiffusers from Germany. I am not sure what will be produced - it's just for fun! But maybe I'll place a link here later!&lt;br /&gt;&lt;br /&gt;About vacation. This year we are leaving, all of my friends to Gotland. Gotland is a small island which belong to Sweden. Next, me and my girlfriend are leaving for Sicily, Giardini-Naxos. After that, we'll visit my parents cabin in "Värmland".&lt;br /&gt;&lt;br /&gt;Time to go home for today!&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/12998695-112109469837264732?l=serializer.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://serializer.blogspot.com/feeds/112109469837264732/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=12998695&amp;postID=112109469837264732' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/12998695/posts/default/112109469837264732'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/12998695/posts/default/112109469837264732'/><link rel='alternate' type='text/html' href='http://serializer.blogspot.com/2005/07/soon-vacation.html' title='Soon vacation..'/><author><name>Henrik</name><uri>http://www.blogger.com/profile/12295737428848013302</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='31' height='32' src='http://photos1.blogger.com/img/98/5856/320/henrik1.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-12998695.post-111944615403585310</id><published>2005-06-22T15:09:00.000+02:00</published><updated>2005-06-22T15:15:54.036+02:00</updated><title type='text'>BF2 is not good for VisualCron</title><content type='html'>A few days ago I tried the Battlefield 2 Demo and now I am stuck. I am thinking about buying the retail version at the release tomorrow. I don't like paying for software but I'm paying for the service, to play online etc - that's the way it should be.&lt;br /&gt;&lt;br /&gt;Anyway, I am still making changes to the new version of VisualCron with "Time exceptions". It is some massive gui changes todo as well as coding changes.&lt;br /&gt;&lt;br /&gt;On friday we have this holiday in Sweden called "Midsommar", midsummer. I'll spend some time with my friends and Neda to eat and take a break from work. Maybe I'll post some pictures later.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/12998695-111944615403585310?l=serializer.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://serializer.blogspot.com/feeds/111944615403585310/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=12998695&amp;postID=111944615403585310' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/12998695/posts/default/111944615403585310'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/12998695/posts/default/111944615403585310'/><link rel='alternate' type='text/html' href='http://serializer.blogspot.com/2005/06/bf2-is-not-good-for-visualcron.html' title='BF2 is not good for VisualCron'/><author><name>Henrik</name><uri>http://www.blogger.com/profile/12295737428848013302</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='31' height='32' src='http://photos1.blogger.com/img/98/5856/320/henrik1.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-12998695.post-111866116659679919</id><published>2005-06-13T12:59:00.000+02:00</published><updated>2005-06-13T13:12:46.600+02:00</updated><title type='text'>DNSExit is down</title><content type='html'>DNSExit.com is down. I haven't had any problems before so this is the first time. Anyway, shit happens. I have spent a lot of time with VisualCron these days. Some minor corrections and some building on new features.&lt;br /&gt;&lt;br /&gt;I have some problems with running jobs under certain credentials. After some research I have found that the problems exist due to some security fixes of Microsoft. The user, which a service account normally runs under, can't to any type of impersonation, i.e. try to run a process as another user. What I have heard, this will be possible in .NET 2.0. I am really interested in beginning developing in 2.0. but a small issue :) is that nobody has the runtime, so you are on your own if you try to redistribute it. I thought that I could come around this by just changing the service so that it runs under a different user. However, this produced some other errors, the service could not log anything and logon in the SSL was slow (don't know why). When I tried to impersonate it also produced an initialization error. So I have 3 errors to handle. That's why I am postponing the credential-thing and focusing on time exceptions and running so called "missed events" (when the server has been down or something like that). After that, I promise to take care of the credential thing - maybe that will be in .NET 2.0.&lt;br /&gt;&lt;br /&gt;Personal stuff. Yesterday, Neda and I, invited her parents along with some other family members. We ate indian food and had a nice time. Now, it's monday and I am back on work!&lt;br /&gt;&lt;br /&gt;Later.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/12998695-111866116659679919?l=serializer.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://serializer.blogspot.com/feeds/111866116659679919/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=12998695&amp;postID=111866116659679919' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/12998695/posts/default/111866116659679919'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/12998695/posts/default/111866116659679919'/><link rel='alternate' type='text/html' href='http://serializer.blogspot.com/2005/06/dnsexit-is-down.html' title='DNSExit is down'/><author><name>Henrik</name><uri>http://www.blogger.com/profile/12295737428848013302</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='31' height='32' src='http://photos1.blogger.com/img/98/5856/320/henrik1.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-12998695.post-111829959512433772</id><published>2005-06-09T08:38:00.000+02:00</published><updated>2005-06-09T08:46:35.126+02:00</updated><title type='text'>Cleaning VC up</title><content type='html'>After the release of the new VisualCron beta I have spent some time fixing bugs which were expected to be somewhere :) A newsletter has been created which the users can subscribe to.  I try to send a mail about anf for every update I make.&lt;br /&gt;&lt;br /&gt;Right now I am working on time exceptions, i.e. if you don't want your job to execute on a holiday or something like that. This may take some days to finish, I have spent a lot of time in front of the computer lately and I have bad concience for Neda.&lt;br /&gt;&lt;br /&gt;Next in line is the "missed events" functionality. If you computer shuts down or something like that, VisualCron will run all the events that should have been run during the downtime, at startup.&lt;br /&gt;&lt;br /&gt;See you later..&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/12998695-111829959512433772?l=serializer.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://serializer.blogspot.com/feeds/111829959512433772/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=12998695&amp;postID=111829959512433772' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/12998695/posts/default/111829959512433772'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/12998695/posts/default/111829959512433772'/><link rel='alternate' type='text/html' href='http://serializer.blogspot.com/2005/06/cleaning-vc-up.html' title='Cleaning VC up'/><author><name>Henrik</name><uri>http://www.blogger.com/profile/12295737428848013302</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='31' height='32' src='http://photos1.blogger.com/img/98/5856/320/henrik1.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-12998695.post-111761162187625887</id><published>2005-06-01T09:35:00.000+02:00</published><updated>2005-06-01T09:40:21.880+02:00</updated><title type='text'>Cisco does not like Cisco</title><content type='html'>After months of struggling with my home network I found a solution. What I experienced was regular disturbance in the network. Listening to WinAmp radio failed after 10 minutes. Strange logs in my router. I have router Linksys RV082 (produced by Cisco). I also have IP-telephony and that device is a Cisco ATA-188. I realised yesterday that these two doesn't like each other. The problem disappeared when I placed a switch between those. I don't know why and I don't want to spend more time on that problem. I am just happy that it works now!&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/12998695-111761162187625887?l=serializer.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://serializer.blogspot.com/feeds/111761162187625887/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=12998695&amp;postID=111761162187625887' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/12998695/posts/default/111761162187625887'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/12998695/posts/default/111761162187625887'/><link rel='alternate' type='text/html' href='http://serializer.blogspot.com/2005/06/cisco-does-not-like-cisco.html' title='Cisco does not like Cisco'/><author><name>Henrik</name><uri>http://www.blogger.com/profile/12295737428848013302</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='31' height='32' src='http://photos1.blogger.com/img/98/5856/320/henrik1.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-12998695.post-111761052978024780</id><published>2005-06-01T09:18:00.000+02:00</published><updated>2005-06-01T09:22:09.783+02:00</updated><title type='text'>VisualCron 2.0.1 - Beta released!</title><content type='html'>After many months of work I have released the beta of the new VisualCron. It has a lot of new features which I mentioned before. Soo, maybe I can relax for a few hours and sit and wait for the first bug report to arrive. =) This version feels stable but I had to cut in new functionality. I will be working on the upcoming features - maybe already tonight!&lt;br /&gt;&lt;br /&gt;Please send me your comments about the new version - I hope that I am on the right way and this version is for you out there!&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/12998695-111761052978024780?l=serializer.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://serializer.blogspot.com/feeds/111761052978024780/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=12998695&amp;postID=111761052978024780' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/12998695/posts/default/111761052978024780'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/12998695/posts/default/111761052978024780'/><link rel='alternate' type='text/html' href='http://serializer.blogspot.com/2005/06/visualcron-201-beta-released.html' title='VisualCron 2.0.1 - Beta released!'/><author><name>Henrik</name><uri>http://www.blogger.com/profile/12295737428848013302</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='31' height='32' src='http://photos1.blogger.com/img/98/5856/320/henrik1.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-12998695.post-111746625632434494</id><published>2005-05-30T17:10:00.000+02:00</published><updated>2007-03-18T11:17:58.553+01:00</updated><title type='text'>Tough weekend</title><content type='html'>This weekend has been spent moving heavy items from Neda to me. I was out with the boys on the saturday and when I came home to the apartment it was totally remade. Neda, with her sister and mother were responsible for the makeover. It both looks and feels great.&lt;br /&gt;&lt;br /&gt;The sunday was spent on VisualCron. It feels stable right now and I am making minor changes. I have decided what to bring in this version and what to bring in a future versions. The translators have done a great job. Almost all languages have a complete translation.&lt;br /&gt;&lt;br /&gt;I am heading home now from the work. Time for some workout and maybe later some VisualCron development.. :)&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/12998695-111746625632434494?l=serializer.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://serializer.blogspot.com/feeds/111746625632434494/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=12998695&amp;postID=111746625632434494' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/12998695/posts/default/111746625632434494'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/12998695/posts/default/111746625632434494'/><link rel='alternate' type='text/html' href='http://serializer.blogspot.com/2005/05/tough-weekend.html' title='Tough weekend'/><author><name>Henrik</name><uri>http://www.blogger.com/profile/12295737428848013302</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='31' height='32' src='http://photos1.blogger.com/img/98/5856/320/henrik1.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-12998695.post-111720580417708324</id><published>2005-05-27T16:25:00.000+02:00</published><updated>2005-05-27T16:56:44.186+02:00</updated><title type='text'>5 days</title><content type='html'>I've spent 5 days on my new job now. Most of the time has been spent on installation and filling gaps in knowledge. There has and will be a lot of other things this week. Neda has started to move in with me. Yesterday she came to me with her car fully loaded with clothes. I had to throw away some of my clothes but I'm sure that I won't miss any of them. This weekend is dedicated till helping Neda moving to me and VisualCron.&lt;br /&gt;&lt;br /&gt;VisualCron has kind of paused during this week but I'll continue later tonight. The most important thing is to have a stable beta so new users can try it out and old users can upgrade without having to much disturbance. VisualCron is totally rebuilt and with the changes made I have a totally new platform that better supports new functionality. I have added a lot of new functionality which I hope that users will appreciate.&lt;br /&gt;&lt;br /&gt;I have decided that some functionality have to wait due to some problems. For example, running commands as a different user. I know this is an important feature but when VisualCron is running as a service under the system account this is impossible due to security issues. Changing serviceaccount displayed some strange error and I have to do more research there.&lt;br /&gt;&lt;br /&gt;I'll try to post changes made here, and what I have been spending my time on.&lt;br /&gt;&lt;br /&gt;More information later..&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/12998695-111720580417708324?l=serializer.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://serializer.blogspot.com/feeds/111720580417708324/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=12998695&amp;postID=111720580417708324' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/12998695/posts/default/111720580417708324'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/12998695/posts/default/111720580417708324'/><link rel='alternate' type='text/html' href='http://serializer.blogspot.com/2005/05/5-days.html' title='5 days'/><author><name>Henrik</name><uri>http://www.blogger.com/profile/12295737428848013302</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='31' height='32' src='http://photos1.blogger.com/img/98/5856/320/henrik1.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-12998695.post-111703392937978161</id><published>2005-05-25T16:55:00.000+02:00</published><updated>2005-05-25T17:12:09.383+02:00</updated><title type='text'>Post about Neda</title><content type='html'>Before mentioning her name I in any post I would like to tell you who she is. Neda is my love, grown up in Iran. We have seen each other for about three months now. It feels good - I am feeling relaxed which in itself is a very good sign.&lt;br /&gt;&lt;br /&gt;The news is that Neda is moving in with me! We have already started planning the whole thing, which furniture to use and not. Here is a picture, isn't she nice!&lt;br /&gt;&lt;br /&gt;&lt;IMG SRC="http://photos1.blogger.com/img/98/5856/320/neda.jpg"&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/12998695-111703392937978161?l=serializer.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://serializer.blogspot.com/feeds/111703392937978161/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=12998695&amp;postID=111703392937978161' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/12998695/posts/default/111703392937978161'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/12998695/posts/default/111703392937978161'/><link rel='alternate' type='text/html' href='http://serializer.blogspot.com/2005/05/post-about-neda.html' title='Post about Neda'/><author><name>Henrik</name><uri>http://www.blogger.com/profile/12295737428848013302</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='31' height='32' src='http://photos1.blogger.com/img/98/5856/320/henrik1.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-12998695.post-111694760629477794</id><published>2005-05-24T17:03:00.000+02:00</published><updated>2005-05-24T17:13:26.300+02:00</updated><title type='text'>Looking for energy</title><content type='html'>These days at my new job has drained a lot of energy. Maybe it is some kind of tension - I don't know. I feel comfortable anyway. I am just disappointed at myself. Last week I a lot of energy for &lt;a href="http://www.visualcron.com"&gt;VisualCron&lt;/a&gt; but not this week - yet. I have to go to the gym and look for energy over there. It's different now when I can't train on the lunchbreak. Also, maybe I should drink some more redbull!&lt;br /&gt;&lt;br /&gt;I spent one hour playing HL2, one of few games worth buying. Anyway, I did not get any satisfaction from that either. Have to find out what's wrong..&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/12998695-111694760629477794?l=serializer.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://serializer.blogspot.com/feeds/111694760629477794/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=12998695&amp;postID=111694760629477794' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/12998695/posts/default/111694760629477794'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/12998695/posts/default/111694760629477794'/><link rel='alternate' type='text/html' href='http://serializer.blogspot.com/2005/05/looking-for-energy.html' title='Looking for energy'/><author><name>Henrik</name><uri>http://www.blogger.com/profile/12295737428848013302</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='31' height='32' src='http://photos1.blogger.com/img/98/5856/320/henrik1.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-12998695.post-111684614614665180</id><published>2005-05-23T12:39:00.000+02:00</published><updated>2005-05-23T13:02:26.150+02:00</updated><title type='text'>First day at my new job</title><content type='html'>I've just been away on lunch from my new work at &lt;a href="http://www.cybercomgroup.com/"&gt;Cybercom&lt;/a&gt;. Working as a consultant may be very different from my last job. But here I am, just hooked up the new computer, installed some programs etc.&lt;br /&gt;&lt;br /&gt;Last friday they celebrated me at my old job. Feels a bit sad to leave them all but the best time to leave is when it feels best. We went to TGI, ate some good food and then entered the party life of Stockholm.&lt;br /&gt;&lt;br /&gt;This weekend I spent some time with the new version of &lt;a href="http://www.visualcron.com"&gt;VisualCron&lt;/a&gt;. VisualCron is a task scheduler for Windows. It has more functions and remote control. It is freeware and I hope that the users will appreciate the new functions.&lt;br /&gt;&lt;br /&gt;Now I have to continue with the installation of software.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/12998695-111684614614665180?l=serializer.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://serializer.blogspot.com/feeds/111684614614665180/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=12998695&amp;postID=111684614614665180' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/12998695/posts/default/111684614614665180'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/12998695/posts/default/111684614614665180'/><link rel='alternate' type='text/html' href='http://serializer.blogspot.com/2005/05/first-day-at-my-new-job.html' title='First day at my new job'/><author><name>Henrik</name><uri>http://www.blogger.com/profile/12295737428848013302</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='31' height='32' src='http://photos1.blogger.com/img/98/5856/320/henrik1.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-12998695.post-111651576544848458</id><published>2005-05-19T17:04:00.000+02:00</published><updated>2005-05-19T17:18:33.770+02:00</updated><title type='text'>Serialize me!</title><content type='html'>Ripped from &lt;a href="http://en.wikipedia.org/wiki/Serialization"&gt;wikipedia&lt;/a&gt;:&lt;br /&gt;&lt;br /&gt;&lt;em&gt;In computer science, serialization means to force one-at-a-time access for the purposes of concurrency control, or to encode a data structure as a sequence of bytes. The opposite operation, to extract a data structure from a series of bytes, is deserialization.&lt;/em&gt;&lt;br /&gt;&lt;br /&gt;When I say serialize me I am talking about the process of describing me, the text on this page are serialized versions of me. When you have all information you can deserialize the text to an object, me.&lt;br /&gt;&lt;br /&gt;I am serious but a second truth is that all other names where taken :)&lt;br /&gt;&lt;br /&gt;Back to bullshit. The advantages of serialization among other things are:&lt;br /&gt;&lt;br /&gt;&lt;ul&gt;&lt;li&gt;making an object persistent&lt;/li&gt;&lt;li&gt;distributing an object&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;This utterly boring part was the first and last description why I am using this address/username/title etc.&lt;/p&gt;&lt;p&gt;Over and out!&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/12998695-111651576544848458?l=serializer.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://serializer.blogspot.com/feeds/111651576544848458/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=12998695&amp;postID=111651576544848458' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/12998695/posts/default/111651576544848458'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/12998695/posts/default/111651576544848458'/><link rel='alternate' type='text/html' href='http://serializer.blogspot.com/2005/05/serialize-me.html' title='Serialize me!'/><author><name>Henrik</name><uri>http://www.blogger.com/profile/12295737428848013302</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='31' height='32' src='http://photos1.blogger.com/img/98/5856/320/henrik1.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-12998695.post-111642980421325491</id><published>2005-05-18T17:09:00.000+02:00</published><updated>2005-05-18T17:23:24.216+02:00</updated><title type='text'>First time / My eyes hurt</title><content type='html'>I'm in a hurry but I'll try to make a decent first impression. Blogging is new to me. I am used to be a pioneer on most things on the Internet but not this time. Feels like I'm the last this time!&lt;br /&gt;&lt;br /&gt;Right now my eyes hurt! I am a programmer and I have spent a lot of time on my personal projects the last days. I'll tell more about them later! A lot of time is being spent in front of my computer. Feels like I have been surrounded by computers all my life. I only react to silence now, cause noise is what I'm used to.&lt;br /&gt;&lt;br /&gt;Have to go now - see you later!&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/12998695-111642980421325491?l=serializer.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://serializer.blogspot.com/feeds/111642980421325491/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=12998695&amp;postID=111642980421325491' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/12998695/posts/default/111642980421325491'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/12998695/posts/default/111642980421325491'/><link rel='alternate' type='text/html' href='http://serializer.blogspot.com/2005/05/first-time-my-eyes-hurt.html' title='First time / My eyes hurt'/><author><name>Henrik</name><uri>http://www.blogger.com/profile/12295737428848013302</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='31' height='32' src='http://photos1.blogger.com/img/98/5856/320/henrik1.jpg'/></author><thr:total>0</thr:total></entry></feed>
