Skip to main content

Posts

Showing posts from June, 2006

Specified web server is not running ASP.NET 1.1

Hi friends,       When you try to create or open Web Application in  ASP.NET 1.1, you may receive the following error message:   " Visual Studio .NET has detected that the specified Web server is not running ASP.NET version 1.1. You will be unable to run ASP.NET Web applications or services."        This is a very common error when we run ASP.NET Web Aplications. You face this problem because you have not installed ASP.NET v 1.1 & your web server is configured with it.  MIcrosoft has given a solution of this problem for IIS 6.0. You can see it at : http://support.microsoft.com/default.aspx?scid=kb;en-us;817267   But if you are using IIS 5.1, what will you do ??? In that situation, please try this: 1 . Open .NET command prompt & type aspnet_regiis -i   This command will install ASP.NET v1.1 & also configure your web server. When you will see the message that ASP.NET 1.1 has b...

How can you convert VB.NET code to C#.NET or vice-varsa

Hello friends,              I am writing something after a long time. This is a common problem of many programmers that how can they convert a large code which is written in VB.NET , to C#.NET or vice-varsa. It is really a time consuming work. Many programmers say that they was working in VB 6, so can work only with VB.NET efficiently. But I thing C#.NET is more convienent then VB.NET .         So this is the link by which you can convert your VB.NET code to C#.NET & also C#.NET code to VB.NET .   http://www.developerfusion.co.uk/Utilities/convertvbtocsharp.aspx -- Thanks & Regards Anuj Rathi .NET Developer