vs 2010 Premium

  • Follow


Hi all,

Our original system is developed using ".Net Framework, version=v2.0" and I 
used
vs 2005 Team Suite as development tool.
 About one month ago, one of our developers upgraded the development tool to
vs 2010. But the project in the system is still targeting ".Net Framework, 
version=v2.0". So I installed vs 2010 premium on my computer. However, when I 
opened one solution file, it pops up a "Project Target Framework not 
installed" windows. The message states that "The web project XXXX is 
targeting ".netFramework, Version =v2.0", which is not installed on this 
machine. You must download this framework, as well as .NET Framework 3.5, in 
order to open and build this project. In order to proceed, you must select an 
option below"

1) Retarget the project to .NET Framework 4.0. After the project opens, you 
can retarget it to it to another Framework of Profile.

2)Take me to the Framework Download Web site.

3) Leave the project as unloaded.

Does that mean I have to Select 2) and then it will take me to .net 
framework 4.0 download site. After install that, I can open the project, then 
I can retarget to .net 2.0? How do I retarget it.

I just don't get this message.


thanks,
-- 
Betty
0
Reply Utf 8/5/2010 4:43:03 AM

Hi all,

I selected 2) first and downloanded .net framework v4.0 and installed it
When I open the project sln file, it pops up the message and so I selected 
1) and let it retarget to v4.0 since I don't know how to make it target to 
default which v2.0.

I got a lot of project files are checked out automatically because of this 
action(I think it is because of retarget to v4.0. what should I do next?

never used vs 2010 before. 
-- 
Betty


"Betty" wrote:

> Hi all,
> 
> Our original system is developed using ".Net Framework, version=v2.0" and I 
> used
> vs 2005 Team Suite as development tool.
>  About one month ago, one of our developers upgraded the development tool to
> vs 2010. But the project in the system is still targeting ".Net Framework, 
> version=v2.0". So I installed vs 2010 premium on my computer. However, when I 
> opened one solution file, it pops up a "Project Target Framework not 
> installed" windows. The message states that "The web project XXXX is 
> targeting ".netFramework, Version =v2.0", which is not installed on this 
> machine. You must download this framework, as well as .NET Framework 3.5, in 
> order to open and build this project. In order to proceed, you must select an 
> option below"
> 
> 1) Retarget the project to .NET Framework 4.0. After the project opens, you 
> can retarget it to it to another Framework of Profile.
> 
> 2)Take me to the Framework Download Web site.
> 
> 3) Leave the project as unloaded.
> 
> Does that mean I have to Select 2) and then it will take me to .net 
> framework 4.0 download site. After install that, I can open the project, then 
> I can retarget to .net 2.0? How do I retarget it.
> 
> I just don't get this message.
> 
> 
> thanks,
> -- 
> Betty
0
Reply Utf 8/5/2010 5:34:03 AM


Hi Betty,

.NET Framework 4.0 will be installed automatically with any version of 
Visual Studio 2010. But the problem is it doesn't include any previous 
versions of .NET Framework. So you cannot target your project to .NET 
Framework 2.0 in this case.

To solve this issue, I suggest you download .NET Framework 3.5 SP1 (Full 
Package) and install it on your computer. It will also install .NET 
Framework 2.0 SP2 on you PC which will let you target your project to .NET 
Framework 2.0.

Here is the download link: 
http://www.microsoft.com/downloads/details.aspx?familyid=D0E5DEA7-AC26-4AD7-
B68C-FE5076BBA986&displaylang=en.

 --
Sincerely,
Bravo Yang
Microsoft Online Support

==================================================
Get notification to my posts through email? Please refer to 
http://msdn.microsoft.com/en-us/subscriptions/aa948868.aspx#notifications.

MSDN Managed Newsgroup support offering is for non-urgent issues where an 
initial response from the community or a Microsoft Support Engineer within 
2 business day is acceptable. Please note that each follow up response may 
take approximately 2 business days as the support professional working with 
you may need further investigation to reach the most efficient resolution. 

The offering is not appropriate for situations that require urgent, 
real-time or phone-based interactions. Issues of this nature are best 
handled working with a dedicated Microsoft Support Engineer by contacting 
Microsoft Customer Support Services (CSS) at 
http://msdn.microsoft.com/en-us/subscriptions/aa948874.aspx
==================================================


--------------------
| Thread-Topic: vs 2010 Premium
| thread-index: Acs0X9BPz8zoPe3fSx6z6nArY8n/SA==
| X-WBNR-Posting-Host: 12.104.97.211
| From: Betty <betty@newsgroup.nospam>
| References:  <83A0638C-A618-4791-A2F2-EA4ECB095C30@microsoft.com>
| Subject: RE: vs 2010 Premium
| Date: Wed, 4 Aug 2010 22:34:03 -0700
| Lines: 49
| Message-ID: <383C28C5-D65B-43CE-93B1-11D1F2B594FB@microsoft.com>
| MIME-Version: 1.0
| Content-Type: text/plain;
| 	charset="Utf-8"
| Content-Transfer-Encoding: 7bit
| X-Newsreader: Microsoft CDO for Windows 2000
| Content-Class: urn:content-classes:message
| Importance: normal
| Priority: normal
| X-MimeOLE: Produced By Microsoft MimeOLE V6.00.3790.4325
| Newsgroups: microsoft.public.dotnet.framework.aspnet
| Path: TK2MSFTNGHUB02.phx.gbl
| Xref: TK2MSFTNGHUB02.phx.gbl microsoft.public.dotnet.framework.aspnet:1706
| NNTP-Posting-Host: tk2msftibfm01.phx.gbl 10.40.244.149
| X-Tomcat-NG: microsoft.public.dotnet.framework.aspnet
| 
| Hi all,
| 
| I selected 2) first and downloanded .net framework v4.0 and installed it
| When I open the project sln file, it pops up the message and so I 
selected 
| 1) and let it retarget to v4.0 since I don't know how to make it target 
to 
| default which v2.0.
| 
| I got a lot of project files are checked out automatically because of 
this 
| action(I think it is because of retarget to v4.0. what should I do next?
| 
| never used vs 2010 before. 
| -- 
| Betty
| 
| 
| "Betty" wrote:
| 
| > Hi all,
| > 
| > Our original system is developed using ".Net Framework, version=v2.0" 
and I 
| > used
| > vs 2005 Team Suite as development tool.
| >  About one month ago, one of our developers upgraded the development 
tool to
| > vs 2010. But the project in the system is still targeting ".Net 
Framework, 
| > version=v2.0". So I installed vs 2010 premium on my computer. However, 
when I 
| > opened one solution file, it pops up a "Project Target Framework not 
| > installed" windows. The message states that "The web project XXXX is 
| > targeting ".netFramework, Version =v2.0", which is not installed on 
this 
| > machine. You must download this framework, as well as .NET Framework 
3.5, in 
| > order to open and build this project. In order to proceed, you must 
select an 
| > option below"
| > 
| > 1) Retarget the project to .NET Framework 4.0. After the project opens, 
you 
| > can retarget it to it to another Framework of Profile.
| > 
| > 2)Take me to the Framework Download Web site.
| > 
| > 3) Leave the project as unloaded.
| > 
| > Does that mean I have to Select 2) and then it will take me to .net 
| > framework 4.0 download site. After install that, I can open the 
project, then 
| > I can retarget to .net 2.0? How do I retarget it.
| > 
| > I just don't get this message.
| > 
| > 
| > thanks,
| > -- 
| > Betty
| 

0
Reply v 8/6/2010 9:45:13 AM

2 Replies
426 Views

(page loaded in 0.054 seconds)

Similiar Articles:
















7/13/2012 8:46:08 PM


Reply: