Ravikanth's Blog

Happenings around Me

March 2004 - Posts

Creating pdf documents in .NET

Fellow mvp, KGK has referred a good site to generate pdf files on the fly in .NET

http://itextsharp.sourceforge.net/

Worth reading if you want to create a PDF files with .NET.

Mirror sites

Great fun for tech masters

Just check it out and see what happens... 
1. Launch your browser (whichever),
2. Type in your favourite website's address, followed by mirror.sytes.org 
e.g., if yours is Google, type  http://www.google.com.mirror.sytes.org/ 

Type any website's name, It works with ANY site.

Asp.net Combobox control
Andysmith created a combobox control. Which is a combination of Textbox and dropdown list. Serverside programming interface is very good.
XSLT Document Intellisense to VS.NET

One of the features which VS.NET lacking is xslt document intellisense feature.

Joe Feser (http://www.fesersoft.com) has published an excellent XML schema for XSLT that can be used to provide Intellisense for XSLT documents in VS.NET.

Windows Forms Markup Language

Windows Forms Markup Language by Joe Stegman...click here

Windows Forms Markup Language (WFML) provides an extensible mechanism to add a markup model on top of an existing .NET Framework object model. 

Yukon setup failing

Back to blogging after conducting visual lab session for students at convergence2k4, which is an All India .NET Academic Student Workshop conducted by VNR VJIET college, Hyderabad.

Today I tried to setup Yukon on one of my boxes using terminal services client. But every time setup almost gets all the way and at the end I am getting one error. 

Error message: Failure compiling WMI Registration file.

And also I have tried lot of times, but every time I am getting the same error.

Any one experienced the same problem?

Windows vs Linux

Linux Is Not Ready For the Enterprise - http://www.internetwk.com/breakingNews/showArticle.jhtml?articleID=10700411&pgno=1

The Limitations Of Linux - http://www.forbes.com/technology/enterprisetech/2003/06/16/cx_ld_0616linux.html

Windows more stable than Linux: Stratus - http://www.zdnet.com.au/news/software/0,2000061733,20272277,00.htm

Port80 Surveys the Top 1000 Corporations' Web Servers - http://www.port80software.com/surveys/top1000webservers

Munich's Choice Doesn't Prove Linux OK for General Desktop Use - http://www3.gartner.com/DisplayDocument?doc_cd=115336

SCO Group Slaps IBM with $1B Suit - http://www.eweek.com/article2/0,3959,920731,00.asp

 

Configuring VS.NET 2003, to run with Microsoft .NET Framework version 1.0

VS.NET 2003 supports only microsoft .NET Framework version 1.1 only by default.

But you can configure VS.NET 2003, to run with microsoft .NET Framework version 1.0

This is the way.

When your project open inside VS.NET 2003, go to the “Solution Explorer” and right click on your project. Now, select Properties to get to the property pages dialog box for the project.  Under “Common Properties” select “General”.  Then, go to “Supported Runtimes” and select the “Change…” button to select which one you want (v1.1 or v1.0).

ASP.NET Resource Kit and Migration Guides..

ASP.NET Resource Kit

http://msdn.microsoft.com/asp.net/asprk/

Microsoft launched ASP.NET migration guides recently:

http://msdn.microsoft.com/asp.net/using/migrating/

More Posts