Home All Groups Group Topic Archive Search About
Author
24 Jan 2006 6:52 AM
lara169
Hi
I am very new to .Net.
I had VS 2003 installed on my machine. Yesterday i installed SQL server
2005. Now i've 3 frameworks installed on my machine
when i run aspnet_regiis -lv its showing 2.0.50727.0 as root and the others
as Valid.

now i started programming for Yukon in .Net
I've created a new project ( tried all - Windows appls, windows library, and
web application)
but for all the above, when i click the properties in the reference ->
System ; its using the version 1.1.432

Now i want to use version 2.0

I've added an ISAPI filter from v.2; again the same result.

Can anyone helpme in configuring the default framework without uninstalling
the older versions


reagrds Lara

Author
24 Jan 2006 8:04 AM
Frans Bouma [C# MVP]
lara169 wrote:

Show quote
> Hi
> I am very new to .Net.
> I had VS 2003 installed on my machine. Yesterday i installed SQL
> server 2005. Now i've 3 frameworks installed on my machine
> when i run aspnet_regiis -lv its showing 2.0.50727.0 as root and the
> others as Valid.
>
> now i started programming for Yukon in .Net
> I've created a new project ( tried all - Windows appls, windows
> library, and web application)
> but for all the above, when i click the properties in the reference ->
> System ; its using the version 1.1.432
>
> Now i want to use version 2.0
>
> I've added an ISAPI filter from v.2; again the same result.
>
> Can anyone helpme in configuring the default framework without
> uninstalling the older versions

    You can't use .NET 2.0 from VS.NET 2003. If you want to develop .NET
2.0 applications, you should use VS.NET 2005. You can try the free
express versions, which are installable side-by-side with vs.net 2003
(so you don't need to uninstall anything):

    http://msdn.microsoft.com/vstudio/express/default.aspx

        FB

--
------------------------------------------------------------------------
Get LLBLGen Pro, productive O/R mapping for .NET: http://www.llblgen.com
My .NET blog: http://weblogs.asp.net/fbouma
Microsoft MVP (C#)
------------------------------------------------------------------------

AddThis Social Bookmark Button