Showing posts with label Technical. Show all posts
Showing posts with label Technical. Show all posts

Wednesday, February 13, 2008

Compilation Error CS0433

I fixed this error by changing the Page Property CodeFile to CodeBehind on the mater page and the content pages.

Use CodeBehind when working on Web Application projects in ASP.NET 2.0

Friday, November 02, 2007

TortoiseSVN & Beyond Compare Settings

Here are my settings for TortoiseSVN to use Beyond compare as the file difference tools.


Wednesday, October 03, 2007

Subversion integration with Visual Studio .NET 2005 (AnkhSvn)

AnkhSVN is an awesome add-in for Visual Studio .NET when working with subversion source depository.

You can download AnkhSVN from Scott Hanselman's blog (Scott Hanselman's Computer Zen - AnkhSVN: Using Subversion within Visual Studio).

Once install you may want to edit the default configuration by going to Tools --> AnkhSVN --> Edit AnkhSVN Configuration in Visual Studio .NET IDE.

I turn off "AutoAddNewFiles" since I don't really want to add to the depository new files that I add to my project. Having this property turn on to "true" made my life annoying.

Here are my setting found in the ankhsvn.xml under my application data folder:
C:\Documents and Settings\username\Application Data\AnkhSVN\ankhsvn.xml


You can download the xml file here:
http://www.box.net/shared/iz7jefzos4




Tuesday, October 02, 2007

Replacing old notepad in Windows Vista

I am have been trying to find a good tool to replace the old windows notepad in Windows vista.
For a developer notepad.exe just doesn't cut it.
So far I have using notepad 2, notepad ++ and programmer's notepad 2.
These are all great tools, but I have not been able to replace notepad.exe from the c:\windows and c:\window\system32 directory. I have follow the instructions from Matt Berther's blog but the instructions do not seem to work for vista.

If any one has accomplish this task, please share it.

Thanks.