Browse by Tags
All Tags »
Note to self (
RSS)
This is a tool that I always install on my machine because it saves you from opening Visual Studio when you just want to compile a solution/project. You can just do it right from the Windows Explorer. Today I spent 10 minutes searching for it, as I couldn...
I am always loosing time searching for that information when we get an update of office templates, so I decided to make a ‘note to self’ so that I will not loose anymore time with that. Start Word 2007 and go on Word Options, then click Advanced, File...
To be able to install the latest version of the ATI Driver I have to use a tool to modify the normal installation package: Mobility DotNET Final1.1.1.0 For some time now I have to run the installation from the command prompt otherwise it crashes, and...
First do not trust their documentation! The launch anywhere (lax) file change doesn’t make it. Do it by your own, with such a command: "C:\Program Files\Web Performance Suite 3.4\webperformance.exe" -vm "C:\Program Files\Web Performance...
I had to modify the Microsoft.WebDeployment.targets file to be able to compile through Team City the Web Deployment 2008 project ! <!-- Changed KEL ExePath="$(FrameworkSDKDir)bin" --> <Target Name="AspNetMerge" Condition="'$(UseMerge)' == 'true...
I always forget this link and it takes so much time to find it again and again! HP Instant Support Professional Edition
Users can install Microsoft Office solutions by opening the deployment manifest from the Web. However, a secured installation of Internet Information Services (IIS) will block the .vsto file name extension. The MIME type must be defined in IIS before...
In place of writing something like: protected string GetUrl( Information info) { if (info is News ) return ResolveUrl( string .Format( "~/news.aspx/{0}" , info.NormalizedTitle)); else if (info is Publication ) return ResolveUrl( string .Format( "~/publications...
This trick is coming from my friend Nix . If you are developing a site containing Google Adsense you might know that clicking on your own ad is not allowed. To be able to test and click on your own ad and still follow Google AdSense Program Policies ...
From: http://www.mssqlcity.com/FAQ/Admin/DBOwner.htm Answer: You can use the sp_changedbowner system stored procedure to change the database owner. Read about the sp_changedbowner stored procedure in SQL Server Books Online. This is the example to make...
More Posts