<?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'><id>tag:blogger.com,1999:blog-2434448583333099534</id><updated>2010-03-12T10:12:50.370Z</updated><title type='text'>Code Singh</title><subtitle type='html'></subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://www.codesingh.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2434448583333099534/posts/default'/><link rel='alternate' type='text/html' href='http://www.codesingh.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><link rel='next' type='application/atom+xml' href='http://www.blogger.com/feeds/2434448583333099534/posts/default?start-index=26&amp;max-results=25'/><author><name>Sony</name><uri>http://www.blogger.com/profile/14712061509750386357</uri><email>noreply@blogger.com</email></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>55</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>25</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-2434448583333099534.post-5934763570661484062</id><published>2010-02-08T18:16:00.007Z</published><updated>2010-02-08T18:54:21.760Z</updated><category scheme='http://www.blogger.com/atom/ns#' term='corrupt'/><category scheme='http://www.blogger.com/atom/ns#' term='keyboard'/><category scheme='http://www.blogger.com/atom/ns#' term='driver'/><title type='text'>[Fix] Keyboard not working on Windows login screen</title><summary type='text'>I had an issue with my main development machine at work last week. It was booting up fine but as soon as it got to the Windows XP login screen the keyboard froze up. I could still move the move and the computer was still responsive.I did a bit of troubleshooting and found that the keyboard worked correctly in the BIOS and also worked fine in a Linux Live CD. I could even remote desktop onto the </summary><link rel='replies' type='application/atom+xml' href='http://www.codesingh.com/feeds/5934763570661484062/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://www.blogger.com/comment.g?blogID=2434448583333099534&amp;postID=5934763570661484062' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2434448583333099534/posts/default/5934763570661484062'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2434448583333099534/posts/default/5934763570661484062'/><link rel='alternate' type='text/html' href='http://www.codesingh.com/2010/02/keyboard-not-working-on-windows-login.html' title='[Fix] Keyboard not working on Windows login screen'/><author><name>Sony</name><uri>http://www.blogger.com/profile/14712061509750386357</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='16098315268238486383'/></author><thr:total xmlns:thr='http://purl.org/syndication/thread/1.0'>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2434448583333099534.post-3618267033045705279</id><published>2010-01-27T22:55:00.003Z</published><updated>2010-01-27T23:28:36.545Z</updated><category scheme='http://www.blogger.com/atom/ns#' term='thin client'/><category scheme='http://www.blogger.com/atom/ns#' term='thinstation'/><category scheme='http://www.blogger.com/atom/ns#' term='configuration'/><title type='text'>My Thinstation Configuration</title><summary type='text'>I have been asked for our thinstation configuration file a few times so here it is. I will try to explain the customisations we have done in the comments# --- Network configuration# Give a different name to each PC# NET_HOSTNAME=MyThinclient# We are using a cd based system so we don't use tftp server for configNET_FILE_ENABLED=Off # If you want to use a DHCP server, comment out these params:#</summary><link rel='replies' type='application/atom+xml' href='http://www.codesingh.com/feeds/3618267033045705279/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://www.blogger.com/comment.g?blogID=2434448583333099534&amp;postID=3618267033045705279' title='3 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2434448583333099534/posts/default/3618267033045705279'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2434448583333099534/posts/default/3618267033045705279'/><link rel='alternate' type='text/html' href='http://www.codesingh.com/2010/01/my-thinstation-configuration.html' title='My Thinstation Configuration'/><author><name>Sony</name><uri>http://www.blogger.com/profile/14712061509750386357</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='16098315268238486383'/></author><thr:total xmlns:thr='http://purl.org/syndication/thread/1.0'>3</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2434448583333099534.post-1964142954174254855</id><published>2009-12-08T16:29:00.003Z</published><updated>2009-12-14T08:27:04.994Z</updated><category scheme='http://www.blogger.com/atom/ns#' term='rich text'/><category scheme='http://www.blogger.com/atom/ns#' term='delphi'/><category scheme='http://www.blogger.com/atom/ns#' term='code'/><category scheme='http://www.blogger.com/atom/ns#' term='stream'/><title type='text'>[Code] Delphi Copying To and From TRichEdit</title><summary type='text'>At work we have been looking at providing basic text editor facilities to some of our users.After looking for some third party components we decided to use the built in Win32 palette TRichEdit component instead.Below is the code we used to insert Rich Text Format text from a database blob field into a TRichEdit component.tryMS := TMemoryStream.Create; try TBlobField(CdsXXXReason).SaveToStream(MS)</summary><link rel='replies' type='application/atom+xml' href='http://www.codesingh.com/feeds/1964142954174254855/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://www.blogger.com/comment.g?blogID=2434448583333099534&amp;postID=1964142954174254855' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2434448583333099534/posts/default/1964142954174254855'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2434448583333099534/posts/default/1964142954174254855'/><link rel='alternate' type='text/html' href='http://www.codesingh.com/2009/12/code-delphi-copying-to-and-from.html' title='[Code] Delphi Copying To and From TRichEdit'/><author><name>Sony</name><uri>http://www.blogger.com/profile/14712061509750386357</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='16098315268238486383'/></author><thr:total xmlns:thr='http://purl.org/syndication/thread/1.0'>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2434448583333099534.post-6740783560813301967</id><published>2009-11-30T08:36:00.002Z</published><updated>2009-11-30T12:38:01.864Z</updated><category scheme='http://www.blogger.com/atom/ns#' term='passwords'/><category scheme='http://www.blogger.com/atom/ns#' term='tip'/><category scheme='http://www.blogger.com/atom/ns#' term='ms office'/><title type='text'>[Tip] Remove Password from Office 2003 document</title><summary type='text'>At work we needed to get into change a password protected word document of which everyone had forgotten the password. To do this my colleague found a great tip for removing passwords.Here it is1) With the document open press F11 while holding down shift and alt (Alt-Shift-F11). This should launch the script editor in Word.2) Next select the find option (or hit ctl-f), and run a find for the word </summary><link rel='replies' type='application/atom+xml' href='http://www.codesingh.com/feeds/6740783560813301967/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://www.blogger.com/comment.g?blogID=2434448583333099534&amp;postID=6740783560813301967' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2434448583333099534/posts/default/6740783560813301967'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2434448583333099534/posts/default/6740783560813301967'/><link rel='alternate' type='text/html' href='http://www.codesingh.com/2009/11/tip-remove-password-from-office-2003.html' title='[Tip] Remove Password from Office 2003 document'/><author><name>Sony</name><uri>http://www.blogger.com/profile/14712061509750386357</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='16098315268238486383'/></author><thr:total xmlns:thr='http://purl.org/syndication/thread/1.0'>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2434448583333099534.post-6147328881999597993</id><published>2009-11-14T14:21:00.004Z</published><updated>2009-12-23T11:09:24.295Z</updated><category scheme='http://www.blogger.com/atom/ns#' term='sql server 2005'/><category scheme='http://www.blogger.com/atom/ns#' term='mirror port'/><category scheme='http://www.blogger.com/atom/ns#' term='sql server 2008'/><title type='text'>Sql Server 2008 Database Mirroring - Cannot Create Endpoint</title><summary type='text'>We have been testing SQL Server 2008 for a while now. This weekend was the date set to move our main database to SQL Server 2008 and also create a mirror on original SQL Server. We did a side by side install of SQL Server 2008 on the original server, which had SQL server 2005 on it.The move to SQL Server 2008 went fine. I did a database copy form SQL 2005 to SQL 2008 on both the principal and the</summary><link rel='replies' type='application/atom+xml' href='http://www.codesingh.com/feeds/6147328881999597993/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://www.blogger.com/comment.g?blogID=2434448583333099534&amp;postID=6147328881999597993' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2434448583333099534/posts/default/6147328881999597993'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2434448583333099534/posts/default/6147328881999597993'/><link rel='alternate' type='text/html' href='http://www.codesingh.com/2009/11/sql-server-2008-database-mirroring.html' title='Sql Server 2008 Database Mirroring - Cannot Create Endpoint'/><author><name>Sony</name><uri>http://www.blogger.com/profile/14712061509750386357</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='16098315268238486383'/></author><thr:total xmlns:thr='http://purl.org/syndication/thread/1.0'>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2434448583333099534.post-7441794336986852342</id><published>2009-11-06T15:39:00.005Z</published><updated>2009-11-12T09:38:27.913Z</updated><category scheme='http://www.blogger.com/atom/ns#' term='xenapp'/><category scheme='http://www.blogger.com/atom/ns#' term='ica files'/><title type='text'>Create ICA files (The easy way)</title><summary type='text'>At work we sometimes need to give users access to programs that are installed on a subset of the Citrix servers. We have always done this by creating an ICA file of the application.The usual procedure was:Log onto Citrix Web Interface browse to the correct application Right click on the application icon Click 'Save Target' Save the ica file somewhere it can be found. Open the ica file in notepad </summary><link rel='replies' type='application/atom+xml' href='http://www.codesingh.com/feeds/7441794336986852342/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://www.blogger.com/comment.g?blogID=2434448583333099534&amp;postID=7441794336986852342' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2434448583333099534/posts/default/7441794336986852342'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2434448583333099534/posts/default/7441794336986852342'/><link rel='alternate' type='text/html' href='http://www.codesingh.com/2009/11/create-ica-files-easy-way.html' title='Create ICA files (The easy way)'/><author><name>Sony</name><uri>http://www.blogger.com/profile/14712061509750386357</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='16098315268238486383'/></author><thr:total xmlns:thr='http://purl.org/syndication/thread/1.0'>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2434448583333099534.post-1847935845296993012</id><published>2009-11-05T13:36:00.003Z</published><updated>2009-11-05T22:41:03.975Z</updated><category scheme='http://www.blogger.com/atom/ns#' term='beautiful'/><category scheme='http://www.blogger.com/atom/ns#' term='trailing zeros'/><category scheme='http://www.blogger.com/atom/ns#' term='code'/><title type='text'>Beautiful Code - Trailing zeros</title><summary type='text'>Sometimes during the course of a day you come across something that makes you see how beautiful programming can be.For example I was looking for a way of adding trailing zeros to a string however the string was variable length between one and five characters long and had to be a total of six characters long. Adding a set number of zeros wouldn't work because the variable length of string.After a </summary><link rel='replies' type='application/atom+xml' href='http://www.codesingh.com/feeds/1847935845296993012/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://www.blogger.com/comment.g?blogID=2434448583333099534&amp;postID=1847935845296993012' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2434448583333099534/posts/default/1847935845296993012'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2434448583333099534/posts/default/1847935845296993012'/><link rel='alternate' type='text/html' href='http://www.codesingh.com/2009/11/beautiful-code-trailing-zeros.html' title='Beautiful Code - Trailing zeros'/><author><name>Sony</name><uri>http://www.blogger.com/profile/14712061509750386357</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='16098315268238486383'/></author><thr:total xmlns:thr='http://purl.org/syndication/thread/1.0'>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2434448583333099534.post-7073441122023005502</id><published>2009-10-28T22:36:00.005Z</published><updated>2009-10-28T23:53:54.565Z</updated><category scheme='http://www.blogger.com/atom/ns#' term='thin client'/><category scheme='http://www.blogger.com/atom/ns#' term='thinstation'/><category scheme='http://www.blogger.com/atom/ns#' term='citrix'/><title type='text'>PC to Thinclient - Case Study</title><summary type='text'>We have been running a Citrix Presentation Server / Xen App interface for about 3 years. One of the main reasons for moving to a Citrix environment was cost. Three to four years prior to our Citrix conversion we had bought a load of computers and it had come time to replace these. So one of the main benefits that we could see for moving to Citrix was that we could convert the PC's to thin clients</summary><link rel='replies' type='application/atom+xml' href='http://www.codesingh.com/feeds/7073441122023005502/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://www.blogger.com/comment.g?blogID=2434448583333099534&amp;postID=7073441122023005502' title='4 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2434448583333099534/posts/default/7073441122023005502'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2434448583333099534/posts/default/7073441122023005502'/><link rel='alternate' type='text/html' href='http://www.codesingh.com/2009/10/pc-to-thinclient-case-study.html' title='PC to Thinclient - Case Study'/><author><name>Sony</name><uri>http://www.blogger.com/profile/14712061509750386357</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='16098315268238486383'/></author><thr:total xmlns:thr='http://purl.org/syndication/thread/1.0'>4</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2434448583333099534.post-8398419597617029871</id><published>2009-09-30T14:33:00.004+01:00</published><updated>2009-10-03T22:02:22.008+01:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='access denied'/><category scheme='http://www.blogger.com/atom/ns#' term='sql server 2008'/><title type='text'>[Fix] SQL Server 2008 Install causes Access Denied error</title><summary type='text'>Got a new database server at work. It was preinstalled with Win 2008.So I went about installing SQL Server 2008 on it. All looked to be installing correctly until I got the error near the end of the installation that said 'Access Denied' when finishing the install. After ending the installation it looked like most of the programs were installed. The SQL Server service was also running. However I </summary><link rel='replies' type='application/atom+xml' href='http://www.codesingh.com/feeds/8398419597617029871/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://www.blogger.com/comment.g?blogID=2434448583333099534&amp;postID=8398419597617029871' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2434448583333099534/posts/default/8398419597617029871'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2434448583333099534/posts/default/8398419597617029871'/><link rel='alternate' type='text/html' href='http://www.codesingh.com/2009/09/fix-sql-server-2008-install-causes.html' title='[Fix] SQL Server 2008 Install causes Access Denied error'/><author><name>Sony</name><uri>http://www.blogger.com/profile/14712061509750386357</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='16098315268238486383'/></author><thr:total xmlns:thr='http://purl.org/syndication/thread/1.0'>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2434448583333099534.post-5513712401320762503</id><published>2009-09-23T16:23:00.003+01:00</published><updated>2009-09-24T13:17:16.522+01:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='sql server 2000'/><category scheme='http://www.blogger.com/atom/ns#' term='sql server 2005'/><category scheme='http://www.blogger.com/atom/ns#' term='backup'/><category scheme='http://www.blogger.com/atom/ns#' term='sql server 2008'/><title type='text'>SQL Server 2005 - Backup Strategies</title><summary type='text'>Over the past 5 years we have tried a few different backup strategies for our SQL Server data. This includes SQL Server 2000 onwards.I thought it would be a good excercise to discuss our current backup strategy and how it evolved into its current state.Current Backup SetupThere are 3 sections to our current backup strategy.1. Full Daily Backup2. Transactional Log Backup3. CleanUp old backupsFull </summary><link rel='replies' type='application/atom+xml' href='http://www.codesingh.com/feeds/5513712401320762503/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://www.blogger.com/comment.g?blogID=2434448583333099534&amp;postID=5513712401320762503' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2434448583333099534/posts/default/5513712401320762503'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2434448583333099534/posts/default/5513712401320762503'/><link rel='alternate' type='text/html' href='http://www.codesingh.com/2009/09/sql-server-2005-backup-strategies.html' title='SQL Server 2005 - Backup Strategies'/><author><name>Sony</name><uri>http://www.blogger.com/profile/14712061509750386357</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='16098315268238486383'/></author><thr:total xmlns:thr='http://purl.org/syndication/thread/1.0'>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2434448583333099534.post-5979796655665300825</id><published>2009-08-31T21:51:00.003+01:00</published><updated>2009-08-31T22:46:30.313+01:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='delete files'/><category scheme='http://www.blogger.com/atom/ns#' term='tip'/><category scheme='http://www.blogger.com/atom/ns#' term='robocopy'/><title type='text'>Using Robocopy to delete old files from folder</title><summary type='text'>There are numerous occasions where you may want to keep a folder tidy and remove older files.We needed a solution for a shared folder that we wanted to control so that users didn't use it as a lazy dumping ground for their files.After a bit of searching I found a novel way of using robocopy to accomplish exactly what we wanted.mkdir c:\deletec:\robocopy.exe c:\Source c:\Delete /e /MOVE /MINAGE:14</summary><link rel='replies' type='application/atom+xml' href='http://www.codesingh.com/feeds/5979796655665300825/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://www.blogger.com/comment.g?blogID=2434448583333099534&amp;postID=5979796655665300825' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2434448583333099534/posts/default/5979796655665300825'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2434448583333099534/posts/default/5979796655665300825'/><link rel='alternate' type='text/html' href='http://www.codesingh.com/2009/08/using-robocopy-to-delete-old-files-from.html' title='Using Robocopy to delete old files from folder'/><author><name>Sony</name><uri>http://www.blogger.com/profile/14712061509750386357</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='16098315268238486383'/></author><thr:total xmlns:thr='http://purl.org/syndication/thread/1.0'>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2434448583333099534.post-1977433204843547778</id><published>2009-08-17T21:07:00.008+01:00</published><updated>2009-08-17T21:35:14.866+01:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='interfernece'/><category scheme='http://www.blogger.com/atom/ns#' term='sky digital'/><category scheme='http://www.blogger.com/atom/ns#' term='phone'/><title type='text'>Fix - Interference on Image  for Sky Digital Channels</title><summary type='text'>For the past few months we have been having problems with scrambled picture on some Sky Digital Channels. The interference on the image was similar to how the picture scrambles in bad weather.The problem only affected certain channels including True Movies (321) True Movies + 1 (322) and Brit Asia (833). All the affected channels were free to air and it only affected them some of the time. If you</summary><link rel='replies' type='application/atom+xml' href='http://www.codesingh.com/feeds/1977433204843547778/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://www.blogger.com/comment.g?blogID=2434448583333099534&amp;postID=1977433204843547778' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2434448583333099534/posts/default/1977433204843547778'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2434448583333099534/posts/default/1977433204843547778'/><link rel='alternate' type='text/html' href='http://www.codesingh.com/2009/08/fix-interference-on-image-for-sky.html' title='Fix - Interference on Image  for Sky Digital Channels'/><author><name>Sony</name><uri>http://www.blogger.com/profile/14712061509750386357</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='16098315268238486383'/></author><thr:total xmlns:thr='http://purl.org/syndication/thread/1.0'>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2434448583333099534.post-4133929417341520989</id><published>2009-08-06T14:36:00.006+01:00</published><updated>2009-08-08T12:02:09.553+01:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='reporting services'/><category scheme='http://www.blogger.com/atom/ns#' term='.net'/><category scheme='http://www.blogger.com/atom/ns#' term='c#'/><title type='text'>System.IO.FileloadException error</title><summary type='text'>At work we had an issue when trying to deploy a .Net 3.5 application to servers.It would work correctly on all our development machines but when we deployed it to the server the process would show up in Task Manager but then disappear.We found an entry in the Event Viewer as shown below----------------------------------------------------------------------------------Event Type: ErrorEvent Source:</summary><link rel='replies' type='application/atom+xml' href='http://www.codesingh.com/feeds/4133929417341520989/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://www.blogger.com/comment.g?blogID=2434448583333099534&amp;postID=4133929417341520989' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2434448583333099534/posts/default/4133929417341520989'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2434448583333099534/posts/default/4133929417341520989'/><link rel='alternate' type='text/html' href='http://www.codesingh.com/2009/08/systemiofileloadexception-error.html' title='System.IO.FileloadException error'/><author><name>Sony</name><uri>http://www.blogger.com/profile/14712061509750386357</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='16098315268238486383'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://4.bp.blogspot.com/_24jRi6fiGB8/Sn1ZAC0cdbI/AAAAAAAAGtA/chHlrzmn0Cw/s72-c/FileloadException.JPG' height='72' width='72'/><thr:total xmlns:thr='http://purl.org/syndication/thread/1.0'>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2434448583333099534.post-4017583836609137244</id><published>2009-07-30T19:34:00.019+01:00</published><updated>2009-07-30T21:10:51.672+01:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='passwords'/><category scheme='http://www.blogger.com/atom/ns#' term='network'/><category scheme='http://www.blogger.com/atom/ns#' term='wiki'/><category scheme='http://www.blogger.com/atom/ns#' term='serials'/><category scheme='http://www.blogger.com/atom/ns#' term='secure'/><category scheme='http://www.blogger.com/atom/ns#' term='storage'/><title type='text'>Personal Data Storage using 'My Important Info' - Secure Wiki</title><summary type='text'>My Important Info can be used to store your important computer related information, all in a secure, self contained website. The one file website can be saved on your computer, to a usb flash drive or to your web space so that you have secure access to your important information where ever you are.Examples of use could be to store:Network device ip addresses     Website log on details     </summary><link rel='replies' type='application/atom+xml' href='http://www.codesingh.com/feeds/4017583836609137244/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://www.blogger.com/comment.g?blogID=2434448583333099534&amp;postID=4017583836609137244' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2434448583333099534/posts/default/4017583836609137244'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2434448583333099534/posts/default/4017583836609137244'/><link rel='alternate' type='text/html' href='http://www.codesingh.com/2009/07/my-i.html' title='Personal Data Storage using &apos;My Important Info&apos; - Secure Wiki'/><author><name>Sony</name><uri>http://www.blogger.com/profile/14712061509750386357</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='16098315268238486383'/></author><thr:total xmlns:thr='http://purl.org/syndication/thread/1.0'>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2434448583333099534.post-9061456458667312134</id><published>2009-07-10T09:50:00.013+01:00</published><updated>2010-01-25T23:37:01.013Z</updated><category scheme='http://www.blogger.com/atom/ns#' term='copytolocs'/><category scheme='http://www.blogger.com/atom/ns#' term='copy'/><category scheme='http://www.blogger.com/atom/ns#' term='folder'/><category scheme='http://www.blogger.com/atom/ns#' term='file'/><title type='text'>CopyToLocs - Copy files or folders to multiple locations</title><summary type='text'>***UPDATE - 2010-01-25***File locations can now be added to the 'large white box' by right clicking on the box and choosing 'paste'. Any copied file locations will be inserted into the box.An example of the format for file locations is as follows:C:\Documents and Settings\sony\Desktop\andreas01C:\Documents and Settings\sony\Desktop\drupal-5.12C:\Documents and Settings\sony\Desktop\jqueryC:\</summary><link rel='replies' type='application/atom+xml' href='http://www.codesingh.com/feeds/9061456458667312134/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://www.blogger.com/comment.g?blogID=2434448583333099534&amp;postID=9061456458667312134' title='4 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2434448583333099534/posts/default/9061456458667312134'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2434448583333099534/posts/default/9061456458667312134'/><link rel='alternate' type='text/html' href='http://www.codesingh.com/2009/07/copytolocs-copy-files-or-folders-to.html' title='CopyToLocs - Copy files or folders to multiple locations'/><author><name>Sony</name><uri>http://www.blogger.com/profile/14712061509750386357</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='16098315268238486383'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://2.bp.blogspot.com/_24jRi6fiGB8/SlpLFh3_zgI/AAAAAAAAGsw/7DuYfzmHQt0/s72-c/CopyToLocs.png' height='72' width='72'/><thr:total xmlns:thr='http://purl.org/syndication/thread/1.0'>4</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2434448583333099534.post-3128040846652784887</id><published>2009-07-01T21:42:00.003+01:00</published><updated>2009-07-01T23:21:24.986+01:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='autoftp'/><category scheme='http://www.blogger.com/atom/ns#' term='applications'/><title type='text'>AutoFTP - Automatic FTP file upload application</title><summary type='text'>One of my clients required an easy way of uploading a folder full of files periodically. So I created AutoFTP.Download AutoFTP here.AutoFTPWhat is it?AutoFTP is a windows XP or above application that allows adhoc or scheduled uploading of files from a local source to an FTP server folder. AutoFTP requires the use of windows built in Schedule Task program to enable scheduled </summary><link rel='replies' type='application/atom+xml' href='http://www.codesingh.com/feeds/3128040846652784887/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://www.blogger.com/comment.g?blogID=2434448583333099534&amp;postID=3128040846652784887' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2434448583333099534/posts/default/3128040846652784887'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2434448583333099534/posts/default/3128040846652784887'/><link rel='alternate' type='text/html' href='http://www.codesingh.com/2009/07/autoftp-automatic-ftp-file-upload.html' title='AutoFTP - Automatic FTP file upload application'/><author><name>Sony</name><uri>http://www.blogger.com/profile/14712061509750386357</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='16098315268238486383'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://4.bp.blogspot.com/_24jRi6fiGB8/SkvQgCUyCbI/AAAAAAAAGso/JEyacSjmS4w/s72-c/AutoFTP.gif' height='72' width='72'/><thr:total xmlns:thr='http://purl.org/syndication/thread/1.0'>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2434448583333099534.post-7670567493534552487</id><published>2009-06-22T23:01:00.006+01:00</published><updated>2009-06-26T20:33:16.232+01:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='9.04'/><category scheme='http://www.blogger.com/atom/ns#' term='floppy drive'/><category scheme='http://www.blogger.com/atom/ns#' term='ubuntu'/><title type='text'>[Fix] Ubuntu 9.04 Loading Error</title><summary type='text'>While starting up a bootable USB drive for Ubuntu 9.04 I got the following errorend request: I/O error dev fd0 sector 0After a bit of searching I found that the reason for the error was that Ubuntu 9.04 thought that there is a floppy drive installed on my system. I had to disable the floppy drive in the system bios. After this Ubuntu 9.04 booted through correctly.</summary><link rel='replies' type='application/atom+xml' href='http://www.codesingh.com/feeds/7670567493534552487/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://www.blogger.com/comment.g?blogID=2434448583333099534&amp;postID=7670567493534552487' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2434448583333099534/posts/default/7670567493534552487'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2434448583333099534/posts/default/7670567493534552487'/><link rel='alternate' type='text/html' href='http://www.codesingh.com/2009/06/fix-ubuntu-904-loading-error.html' title='[Fix] Ubuntu 9.04 Loading Error'/><author><name>Sony</name><uri>http://www.blogger.com/profile/14712061509750386357</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='16098315268238486383'/></author><thr:total xmlns:thr='http://purl.org/syndication/thread/1.0'>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2434448583333099534.post-8604907860894555920</id><published>2009-06-14T23:47:00.003+01:00</published><updated>2009-06-15T00:01:45.187+01:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='remote desktop'/><category scheme='http://www.blogger.com/atom/ns#' term='windows'/><category scheme='http://www.blogger.com/atom/ns#' term='shutdown'/><title type='text'>Tip - Shutdown Windows from Remote Desktop session</title><summary type='text'>By default windows xp only allows Remote Desktop session to 'Log off' or 'Disconnect'.I normally remote desktop onto my main machine from  a laptop and then do my work on my main machine. I often need to restart or shutdown my main machine. Being lazy, I always want to restart from my remote session rather than having to go upstairs just to shutdown the man computer.I have found that I can close </summary><link rel='replies' type='application/atom+xml' href='http://www.codesingh.com/feeds/8604907860894555920/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://www.blogger.com/comment.g?blogID=2434448583333099534&amp;postID=8604907860894555920' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2434448583333099534/posts/default/8604907860894555920'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2434448583333099534/posts/default/8604907860894555920'/><link rel='alternate' type='text/html' href='http://www.codesingh.com/2009/06/tip-shutdown-windows-from-remote.html' title='Tip - Shutdown Windows from Remote Desktop session'/><author><name>Sony</name><uri>http://www.blogger.com/profile/14712061509750386357</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='16098315268238486383'/></author><thr:total xmlns:thr='http://purl.org/syndication/thread/1.0'>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2434448583333099534.post-6088731356345288005</id><published>2009-06-14T18:04:00.006+01:00</published><updated>2009-06-14T23:46:58.559+01:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='pxe'/><category scheme='http://www.blogger.com/atom/ns#' term='install'/><category scheme='http://www.blogger.com/atom/ns#' term='windows'/><title type='text'>Walkthrough - Install Win XP by booting through PXE</title><summary type='text'>My brother has an old Fujitsu Siemens b series lifebook (B2175). (Probably one of the first netbooks). It had Win 2000 on it initially then we installed Ubuntu on it. Now we wanted Win XP on it as we had increased the memory in it.ProblemsThe B2175 doesn't boot to USB, it doesn't have a floppy drive and it doesn't have a CD drive.The only way to install anything on it is through </summary><link rel='replies' type='application/atom+xml' href='http://www.codesingh.com/feeds/6088731356345288005/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://www.blogger.com/comment.g?blogID=2434448583333099534&amp;postID=6088731356345288005' title='9 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2434448583333099534/posts/default/6088731356345288005'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2434448583333099534/posts/default/6088731356345288005'/><link rel='alternate' type='text/html' href='http://www.codesingh.com/2009/06/walkthrough-install-win-xp-by-booting.html' title='Walkthrough - Install Win XP by booting through PXE'/><author><name>Sony</name><uri>http://www.blogger.com/profile/14712061509750386357</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='16098315268238486383'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://lh6.ggpht.com/_24jRi6fiGB8/SjVcx6qt93I/AAAAAAAAGrg/U6tICw8oOis/s72-c/prtsc2file1.png' height='72' width='72'/><thr:total xmlns:thr='http://purl.org/syndication/thread/1.0'>9</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2434448583333099534.post-4200773623195714734</id><published>2009-06-07T17:01:00.003+01:00</published><updated>2009-06-07T17:37:23.161+01:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='tetris'/><title type='text'>How Tetris makes you feel old</title><summary type='text'>I just read that Tetris is 25 years old this week. I thought I could share my first memories of Tetris.It was circa 1987 and my cousins had just upgraded from their Commodore VIC 20 to a brand spanking new 286 IBM Compatible PC. I don't remember much about the machine except for the fact that it had Jimmy White's Snooker game on it and more importantly it had Tetris on it.To be honest it wasn't </summary><link rel='replies' type='application/atom+xml' href='http://www.codesingh.com/feeds/4200773623195714734/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://www.blogger.com/comment.g?blogID=2434448583333099534&amp;postID=4200773623195714734' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2434448583333099534/posts/default/4200773623195714734'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2434448583333099534/posts/default/4200773623195714734'/><link rel='alternate' type='text/html' href='http://www.codesingh.com/2009/06/how-tetris-makes-you-feel-old.html' title='How Tetris makes you feel old'/><author><name>Sony</name><uri>http://www.blogger.com/profile/14712061509750386357</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='16098315268238486383'/></author><thr:total xmlns:thr='http://purl.org/syndication/thread/1.0'>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2434448583333099534.post-4278210626226427855</id><published>2009-06-02T21:26:00.008+01:00</published><updated>2009-06-02T22:41:47.755+01:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='citrix'/><category scheme='http://www.blogger.com/atom/ns#' term='memory'/><category scheme='http://www.blogger.com/atom/ns#' term='applications'/><title type='text'>Out of system resources in Citrix Environment [Fix]</title><summary type='text'>Over the past few months we have been struggling with a problem that was affecting users who were running a particular application on our Citrix servers.The symptoms were a message saying 'out of system resources' in the application and general slowness of the session. Users couldn't save their work in the application until we reset their session although sometime the application would come back </summary><link rel='replies' type='application/atom+xml' href='http://www.codesingh.com/feeds/4278210626226427855/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://www.blogger.com/comment.g?blogID=2434448583333099534&amp;postID=4278210626226427855' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2434448583333099534/posts/default/4278210626226427855'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2434448583333099534/posts/default/4278210626226427855'/><link rel='alternate' type='text/html' href='http://www.codesingh.com/2009/06/out-of-system-resources-in-citrix.html' title='Out of system resources in Citrix Environment [Fix]'/><author><name>Sony</name><uri>http://www.blogger.com/profile/14712061509750386357</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='16098315268238486383'/></author><thr:total xmlns:thr='http://purl.org/syndication/thread/1.0'>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2434448583333099534.post-3821896941545078478</id><published>2009-06-01T14:40:00.008+01:00</published><updated>2009-06-02T22:42:22.924+01:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='network'/><category scheme='http://www.blogger.com/atom/ns#' term='slow'/><category scheme='http://www.blogger.com/atom/ns#' term='windows'/><title type='text'>Slow Network File Access [Fix]</title><summary type='text'>At work we suddenly started to get complaints of slow network access to files on our windows.  The symptoms were documents taking about 1 minute to open when double clicked and slow displaying of properties when right clicking and chosing properties.  One strange thing was that if you opened the same documents from inside the application itself then the documents opened as quickly as normal. Also</summary><link rel='replies' type='application/atom+xml' href='http://www.codesingh.com/feeds/3821896941545078478/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://www.blogger.com/comment.g?blogID=2434448583333099534&amp;postID=3821896941545078478' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2434448583333099534/posts/default/3821896941545078478'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2434448583333099534/posts/default/3821896941545078478'/><link rel='alternate' type='text/html' href='http://www.codesingh.com/2009/06/slow-network-file-access-fix.html' title='Slow Network File Access [Fix]'/><author><name>Sony</name><uri>http://www.blogger.com/profile/14712061509750386357</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='16098315268238486383'/></author><thr:total xmlns:thr='http://purl.org/syndication/thread/1.0'>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2434448583333099534.post-6301632662063306758</id><published>2009-06-01T06:30:00.002+01:00</published><updated>2009-05-31T22:45:46.789+01:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='motivate me'/><category scheme='http://www.blogger.com/atom/ns#' term='applications'/><title type='text'>Motivate Me - Free Application</title><summary type='text'>Download Motivate MeThe free application 'Motivate Me' has been updated to version 1.1 with the following changesv1.1----Ability to delete a phraseAbility to delete all phrasesStandardised buttonsNow can fully exit from properties form menuRandomise optionalWhat is it?Motivate Me is a FREE application that sits in you notification bar and periodically pops up with configurable random phrases or </summary><link rel='replies' type='application/atom+xml' href='http://www.codesingh.com/feeds/6301632662063306758/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://www.blogger.com/comment.g?blogID=2434448583333099534&amp;postID=6301632662063306758' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2434448583333099534/posts/default/6301632662063306758'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2434448583333099534/posts/default/6301632662063306758'/><link rel='alternate' type='text/html' href='http://www.codesingh.com/2009/05/motivate-me-application.html' title='Motivate Me - Free Application'/><author><name>Sony</name><uri>http://www.blogger.com/profile/14712061509750386357</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='16098315268238486383'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://4.bp.blogspot.com/_24jRi6fiGB8/SiLr4VAGuuI/AAAAAAAAGb0/U_Hn-ZDLk30/s72-c/MotivateMeProperties.gif' height='72' width='72'/><thr:total xmlns:thr='http://purl.org/syndication/thread/1.0'>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2434448583333099534.post-7754291138360475407</id><published>2009-05-31T06:30:00.000+01:00</published><updated>2009-05-31T22:39:44.090+01:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='motivate me'/><category scheme='http://www.blogger.com/atom/ns#' term='applications'/><title type='text'>Motivate Me - Free Application Version 1.0 [Archived]</title><summary type='text'>**UPDATE - A newer version of Motivate Me is available**Below is for reference onlyDownload Motivate MeWhat is it?Motivate Me is a FREE application that sits in you notification bar and periodically pops up with configurable random phrases or messages to keep you motivated. Motivate Me can also be used to aid revision for students or any other situation where you need to remember facts or </summary><link rel='replies' type='application/atom+xml' href='http://www.codesingh.com/feeds/7754291138360475407/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://www.blogger.com/comment.g?blogID=2434448583333099534&amp;postID=7754291138360475407' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2434448583333099534/posts/default/7754291138360475407'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2434448583333099534/posts/default/7754291138360475407'/><link rel='alternate' type='text/html' href='http://www.codesingh.com/2009/05/motivate-me-free-application-version-10.html' title='Motivate Me - Free Application Version 1.0 [Archived]'/><author><name>Sony</name><uri>http://www.blogger.com/profile/14712061509750386357</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='16098315268238486383'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://4.bp.blogspot.com/_24jRi6fiGB8/SiGwH_H9QnI/AAAAAAAAGbk/2KMy7Aw9F1U/s72-c/MotivateMeProperties.gif' height='72' width='72'/><thr:total xmlns:thr='http://purl.org/syndication/thread/1.0'>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2434448583333099534.post-6810374873276813895</id><published>2009-05-27T13:03:00.000+01:00</published><updated>2009-05-27T13:39:57.827+01:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='sql server 2005'/><category scheme='http://www.blogger.com/atom/ns#' term='reporting services'/><category scheme='http://www.blogger.com/atom/ns#' term='sql server 2008'/><title type='text'>Sql Server 2008 side by side install - Reporting service error</title><summary type='text'>We are in the process of upgrading from SQL Server 2005 to SQL Server 2008. We wanted to do an install of SQL 2008 side by side with SQL 2005 so that we could test databases before migrating them to SQL 2008.When installing SQL 2008 I did a full install and choose the option to configure Reporting Services 2008 to be ready to use. This was a MISTAKE as it seems that the SQL 2008 install </summary><link rel='replies' type='application/atom+xml' href='http://www.codesingh.com/feeds/6810374873276813895/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://www.blogger.com/comment.g?blogID=2434448583333099534&amp;postID=6810374873276813895' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2434448583333099534/posts/default/6810374873276813895'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2434448583333099534/posts/default/6810374873276813895'/><link rel='alternate' type='text/html' href='http://www.codesingh.com/2009/05/sql-server-2008-side-by-side-install.html' title='Sql Server 2008 side by side install - Reporting service error'/><author><name>Sony</name><uri>http://www.blogger.com/profile/14712061509750386357</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='16098315268238486383'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://4.bp.blogspot.com/_24jRi6fiGB8/Sh0zBMGYipI/AAAAAAAAGbc/HQDHqqvjeIo/s72-c/SqlServer2008Logo.jpg' height='72' width='72'/><thr:total xmlns:thr='http://purl.org/syndication/thread/1.0'>0</thr:total></entry></feed>