You are viewing a plain text version of this content. The canonical link for it is here.
Posted to log4net-dev@logging.apache.org by Roy Chastain <Ro...@roychastain.org> on 2011/08/19 16:20:40 UTC

Client Profiles and Express Editions of Visual Studio

In answer to the question about the express editions being able to
target different framework levels and profiles.

I just found this statement 
"In Express Editions of Visual Studio, a .NET Framework version or
profile cannot be specified when a project is created. However, you can
later retarget the project to any installed .NET Framework version."
At http://msdn.microsoft.com/en-us/library/bb398202.aspx

So yes, the Express Editions have full targeting capabilities.
 
----------------------------------------------------------------------
Roy Chastain



Re: Client Profiles and Express Editions of Visual Studio

Posted by Stefan Bodewig <bo...@apache.org>.
On 2011-08-19, Roy Chastain wrote:

> I just found this statement
> "In Express Editions of Visual Studio, a .NET Framework version or
> profile cannot be specified when a project is created. However, you can
> later retarget the project to any installed .NET Framework version."
> At http://msdn.microsoft.com/en-us/library/bb398202.aspx

> So yes, the Express Editions have full targeting capabilities.

OK, thank you.

Stefan