October 2005 - Posts

Free Microsoft E-Learing Courses VS.NET 2005

Get yourself some free E-Learning courses for VS.Net 2005 and Sql Server 2005 with hands-on virtual labs, and offline functionality.   

These courses will be valid for 90 days, valued at $99.00 each won't be free forever, so sign on today.

http://lab.msdn.microsoft.com/vs2005/learning/

http://www.microsoft.com/technet/prodtechnol/sql/2005/learning/default.mspx

 * Microsoft E-Learning for Visual Studio 2005 is free until November 8, 2005. Microsoft E-Learning for SQL Server 2005 is free until November 1, 2006. Internet connection time charges may apply.   

Posted by Chi Wai Man | with no comments
Filed under:

Visual Studio 2005(RTM) Installed but no Source Control Integration

Today I installed the final version of Visual Studio 2005 professional and when I first started Visual Studio I got this error message:

Package Load Failure

Package ' Visual Studio Class Designer' has failt to load properly.

 

Here are my installation steps:

1. Installed Visual Source Safe 2005 and Visual Studio 2005.

2. Started Visual Studio and got an error message about the class designer pakage.

3. Removed Visual Studio 2005.

4. Used several removal tools from Aaron Stebner's to remove previous beta versions of Visual Studio.

5. Reinstalled Visual Source Safe 2005 and Visual Studio 2005

Ok finally the error message dissapeared, but what the heck! Where is my source control integration in Visual Studio??

6. Uninstalled Visual Studio 2005 and Visual Source Safe 2005.

7. Reinstalled Visual Studio 2005 first and then Visual Source Safe.

But still, there is no source control integration in Visual Studio.... am I doing something wrong or what?

UPDATE: 

I found it! The options menu didn't showed up all the settings. Why did they do that?? Anyway check the ' show all settings'  and change the source control setting. Thanks Erwyn!

Posted by Chi Wai Man | 9 comment(s)
Filed under:

Codelibrary

CodeLibrary .NET is a very handy tool if you need a code snippet. Go to:  http://dotnet.4all.cc/ for more information.

 

Posted by Chi Wai Man | 2 comment(s)
Filed under: ,

A brief SourceSafe User's Guide to TF Version Control

This article will give you a short briefing about moving from Source Safe to Team System Source Control.
Posted by Chi Wai Man | with no comments
Filed under:

My First trip to Windows Vista

Yesterday I was tired of reading blogs about Vista and I decided to get some hands-on experience and started to install Windows Vista (build 5219)on my machine. First I made a new partition of 30 GB and formatted it as a NTFS partition. Then I burned the iso file and let autoplay do the job.

23:09 I'm still in Windows XP and the installation screen started to show up. Then I entered the product key and accept the license terms.

  

 23:10 The next screen ask me which type of installation I want. I chose the custom installation procedure. After that I had to choose on which partition I want to install Vista.

  

 23:19 A few minutes past away and Vista finishes the first installation step and went back to XP. It's time to reboot!

23:21 After rebooting an another boring blue screen awaits me.

   

23:22 That's odd? At the boot up screen it shows up two different boot menu's. I think the first one is trigger by Longhorn and the second one by Windows XP.

 

23:23 C' mon Vista show me some nice screens....Vista answered my call and showed me a black and white longhorn screen:).

    

 *During the installation I noticed that my wacom tablet it's still functioning...kewl.

23:35 Ok were back again and a blue screen showed up with a brilliant Microsoft progressbar. The progressbar is filled up over and over agian. What's the point of having a progressbar like this. hmmm

0:20: Yeah baby the wait is finally over. But then the screen suddenly freezes. hmm not so nice. A hard reset will do the trick.

0:36 At the reboot screen I kept my fingers crossed. Yes this looks good:) I'm in Vista!!

Hey what's he doing? Aha Vista is installing a driver for my LinkSys USB Wifi Adapter. Let me fill in the SSID and the WEP key. Ok I'm connected to internet right now.

  

1:00 After playing with Vista for about 24 minutes I found out that my Vista has some issues:

1. The fonts are a little vague. I turned the clearType off but it got even worser.

2. My Nforce 2 chipset is not fully recognized. This gives me problems with my embedded sound and network card.

3. Shuwdown freezes my computer.

1:01 My girlfriend: Hey what ya doing so late?? Come to bed and get some sleep! Yes madam! ;)

To be continued!

 

Posted by Chi Wai Man | with no comments
Filed under:

Installation guides for VS.NET 2005 TF and TFS Beta 3

Click here to download the Visual Studio 2005 Team Foundation Installation Guide.

Click here to visit the Visual Studio 2005 Team Foundation Server Beta 3 Readme page.

Click here to visit the Visual Studio 2005 Team Foundation Server Beta 3 Known Issues page.

Posted by Chi Wai Man | with no comments
Filed under:

HOWTO: Shut-down ASP.NET 2.0 website by using app_offline.htm

Some things are just simply as it should be. A nice tip from ScottGu's blog and Erik Porter:

Basically, if you place a file with this name (app_offline.htm) in the root of a web application directory, ASP.NET 2.0 will shut-down the application, unload the application domain from the server, and stop processing any new incoming requests for that application.  ASP.NET will also then respond to all requests for dynamic pages in the application by sending back the content of the app_offline.htm file (for example: you might want to have a “site under construction” or “down for maintenance” message).

Kewl:)

Posted by Chi Wai Man | 1 comment(s)
Filed under: