Re: how to force a .net application to use .net 2.0 ?
- From: "William Vaughn" <billvaNoSPAM@xxxxxxxxx>
- Date: Fri, 21 Sep 2007 15:48:59 -0700
Ah, each .NET application is compiled against a specific .NET Framework namespace. If it's compiled against 1.1 it needs 1.1 and if it's not there, you're pooched. NO, don't just arbitrarily uninstall 1.1 (I don't expect Windows will let you) as yours is not the only application that uses it. Load your application in Visual Studio 2005 and recompile it. Once you get through the compile errors and deploy it, it will be a 2.0-dependent application.
--
____________________________________
William (Bill) Vaughn
Author, Mentor, Consultant, Dad, Grandpa
Microsoft MVP
INETA Speaker
www.betav.com
www.betav.com/blog/billva
Please reply only to the newsgroup so that others can benefit.
This posting is provided "AS IS" with no warranties, and confers no rights.
__________________________________
Visit www.hitchhikerguides.net to get more information on my latest book:
Hitchhiker's Guide to Visual Studio and SQL Server (7th Edition)
and Hitchhiker's Guide to SQL Server 2005 Compact Edition (EBook)
-----------------------------------------------------------------------------------------------------------------------
"Daniel" <softwareengineer98037@xxxxxxxxx> wrote in message news:%23jLv5FJ$HHA.484@xxxxxxxxxxxxxxxxxxxxxxx
how to force a .net application to use .net 2.0 ?
this windows service is about 4 years old and im pretty sure is using .net 1.x runtime. Is there soem setting in the installer that says to use .net 2.0 instead of .net 1.0? this windows service is developed in visual studio 2002
.
- Follow-Ups:
- References:
- how to force a .net application to use .net 2.0 ?
- From: Daniel
- how to force a .net application to use .net 2.0 ?
- Prev by Date: Re: Balancing security needs in ADO.NET applications
- Next by Date: Re: SQLdatasource delete with parameter output
- Previous by thread: Re: how to force a .net application to use .net 2.0 ?
- Next by thread: Re: how to force a .net application to use .net 2.0 ?
- Index(es):
Relevant Pages
|