Starting my Silverlight 2 Journey

Since I was mostly spent my time on behind-the-scene technology, I had put a hold on “Silverlight”. Also, I am waiting for its final customer release.

Installed all Silverlight ingredients on my Visual Studio 2008 box successfully. Struck up with VS2008 SP1 update, because of its online 781MB installar size. Finally, I got an offline installar and finished all formalities.

I was starting the journey with Silverlight Web Script project. Created the following:

1. HelloWorld.xaml
2. HelloWorld.js
3. HelloWorld.html

When I tried to open in my browser, nothing was displayed. ;)

After a WinMerge comparision of HelloWorld.html with Default.html, found the issue that

Yes,