tag:blogger.com,1999:blog-306596722008-06-21T13:47:04.527-07:00Dot-Net-SearchA blog about the various challenges I face as wearing my software engineer's hat and working with Dot Net Framework.Jononoreply@blogger.comBlogger6125tag:blogger.com,1999:blog-30659672.post-72453945551687541092008-05-21T11:51:00.000-07:002008-05-21T16:16:30.540-07:00Well the Eurekster Swicki looks like it has gone down so www.dot-net-search.com doesn't work anymore. Really makes you wonder about the model of free hosted software solutions. I mean just because the company that hosts the service is not able to run the product - does that mean that all the partners ( yes - this is everyone who put the product/widget on their site ) should also lose their hard work. The dot-net-search ran for 3 years and received between 2000 and 3000 hits per day. <br /><br />All in all I thought it was a pretty good offering and other people apparently also found value in it. I'll have to think about what I do with the domain now - wonder if I can use some other search engine in the same way.Jononoreply@blogger.comtag:blogger.com,1999:blog-30659672.post-1933615619574588422008-03-30T18:06:00.000-07:002008-03-30T18:26:25.365-07:00I have moved the swicki on to its own domain <a href="http://www.dot-net-search.com">http://www.dot-net-search.com</a> This'll be interesting to see how the traffic is affected. Currently we're getting 2000 approx hits per day.Jononoreply@blogger.comtag:blogger.com,1999:blog-30659672.post-74857357916737491662008-03-18T17:37:00.000-07:002008-03-18T17:42:26.801-07:00HTTP Error 404 - File or Directory not found error message when you request dynamic content with IIS 6.0.<br /><br />This is a real pisser because there is no log entry to explain why you are getting a 404. However this page offers a solution: http://support.microsoft.com/kb/315122<br /><br />What really annoys me about this is that the problem could be any number of things - security etc and you really have to be a server admin to even know where to look.Jononoreply@blogger.comtag:blogger.com,1999:blog-30659672.post-43175532645825995272008-01-13T13:00:00.000-08:002008-01-13T18:49:13.144-08:00Cruise Control and Nant/Csc are a great way to automate the build of a web application that is file system based. You compile the application to a dll and then run unit tests against it. You can integrate this with your source control and use continuous integration as part of your development security blanket. I find this invaluable as I am often enhancing production systems.<br /><br />All was going well until I added web references to the web application. The file that you would expect to find Reference.cs in the Web References folder is not present. It appears that this file is not generated when adding web references to the file system based web applications.<br /><br />This page <a href="http://msdn2.microsoft.com/en-us/library/aa479568.aspx">Using Web Deployment Projects with Visual Studio 2005</a> offers a little bit of explanation.<br /><br />The web application builds correctly in Visual Studio. It also builds with MSBuild. So luckily I was able to edit the cruise.build file to swap from using Csc to MSBuild.Jononoreply@blogger.comtag:blogger.com,1999:blog-30659672.post-18917597910732766312007-12-18T03:47:00.000-08:002007-12-19T12:31:07.756-08:00Found this very helpful article about getting Apache to serve ClickOnce deployments. Interesting concept this but as Apache usually is much cheaper to find hosting on this can really help.<br /><br /><br /><a href="http://software.clempaul.me.uk/articles.php?article=1">Paul Clements</a> has this post:<br /><br />"...<br /><br />The simplest way to do this is to add the following lines to a .htaccess file in the folder containing the ClickOnce files:<br /><br />AddType application/x-ms-application application<br />AddType application/x-ms-manifest manifest<br />AddType application/octet-stream deploy<br /><br />..."<br /><br />Thanks Paul that really helped me out.Jononoreply@blogger.comtag:blogger.com,1999:blog-30659672.post-63642838193611969092007-12-12T01:47:00.000-08:002007-12-13T13:25:03.802-08:00So right now the windows application I'm working on in requires an About Form - you know the modal dialog that pops up when you click the Help | About Menu. The big question is what do I put in the about box ?<br /><br />Seems like a good place to start is to see what other people have done.<br /><br />Firefox has a simple about box just enough information to tell the version and make trademark claims pretty clear.<br /><a style="font-weight: bold;" onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://bp0.blogger.com/_UFPKAvF9I8E/R1-xeSIiIhI/AAAAAAAAAJk/aUFwyiyogLI/s1600-h/firefox.jpg"><img style="margin: 0pt 10px 10px 0pt; float: left; cursor: pointer;" src="http://bp0.blogger.com/_UFPKAvF9I8E/R1-xeSIiIhI/AAAAAAAAAJk/aUFwyiyogLI/s200/firefox.jpg" alt="" id="BLOGGER_PHOTO_ID_5143024433302217234" border="0" /></a><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br />... while Visual Studio 2008 is surprisingly straightforward as well - definitely more corporate - and scope to include long lists of installed components.<br /><a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://bp2.blogger.com/_UFPKAvF9I8E/R1-yIyIiIiI/AAAAAAAAAJs/Jd5zyhKxVVc/s1600-h/vs2008.jpg"><img style="margin: 0pt 10px 10px 0pt; float: left; cursor: pointer;" src="http://bp2.blogger.com/_UFPKAvF9I8E/R1-yIyIiIiI/AAAAAAAAAJs/Jd5zyhKxVVc/s200/vs2008.jpg" alt="" id="BLOGGER_PHOTO_ID_5143025163446657570" border="0" /></a><br /><br /><br /><br /><br /><br /><br /><br /><br /><br />I'm probably erring on the Firefox side of things at the moment.Jononoreply@blogger.com