Re: [nant-dev] Force use of original .Net 4.0 when .Net 4.5 is installed

2012-10-30 Thread Oskar Berggren
I've created it:
https://github.com/nant/nant/issues/78

I discovered this while working to bring NHibernate to .Net 4.

/Oskar


2012/10/30 Dominik Guder o...@guder.org

 Hi Oskar,

 do you have a github account? If so then it would be nice if you add
 your issue to nant
 I would prefer to discuss it there.

 If not, then I could create this issue also. Thanks so far.

 Dominik


 On 2012-10-29 08:06, Oskar Berggren wrote:
  Thanks Dominik,
 
  Here's some more information I've discovered:
 
 
 http://blogs.msdn.com/b/msbuild/archive/2007/04/12/new-reference-assemblies-location.aspx
  [8]
 
  I suspect a possible complication would be that the reference
  assemblies seems to be installed by the SDK or visual studio, and
  thus
  not available if either of these are not installed.
 
  /Oskar
 
   2012/10/28 Dominik Guder o...@guder.org [9]
 
  Hi,
 
  the develelopers are taking a look. From my point of view I want to
  check the proper usage of Referenced Assemblies folder.
  Maybe someone can point me to some detail information in MSDN or
  some
  where else.
 
  So far Dominik
 
  Am 27.10.2012 19:57, schrieb Oskar Berggren:
 
  Hi,
  
   .Net 4.5 is an inplace upgrade for .Net 4.0. If you want to
  ensure that
   your software runs on a machine with only the original .Net 4.0
   installed, you need to take care when building, so that you don't
  cause
   dependencies on .Net 4.5 versions of the assemblies.
  
   This thread discuss the issue and there is a proposed solution
  that
   involves editing nant.exe.config to avoid referencing updated
  assemblies
   found under C:Windows...:
  
 
 
 
 http://stackoverflow.com/questions/11991383/nant-build-using-net-4-5-beta-assembly-references-despite-specifying-net-4-0
  [1]
  
   What are the nant developers' take on this? Is the solution on
  stack
   overflow the way to go? If so, should this be regarded as a bug
  in nant?
   It doesn't seem proper to edit nant.exe.config in a runtime
  installation.
  
  
   /Oskar
  
  
  
  
 
 
 
 --
   WINDOWS 8 is here.
   Millions of people.  Your app in 30 days.
   Visit The Windows 8 Center at Sourceforge for all your go to
  resources.
   http://windows8center.sourceforge.net/ [2]
   join-generation-app-and-make-money-coding-fast/
  
  
  
   ___
   nant-developers mailing list
   nant-developers@lists.sourceforge.net [3]
   https://lists.sourceforge.net/lists/listinfo/nant-developers [4]
  
 
  --
  The answer to the great question of life,
  the universe and everything is 42 (Douglas Adams)
 
 
 
 
 --
  WINDOWS 8 is here.
  Millions of people.  Your app in 30 days.
  Visit The Windows 8 Center at Sourceforge for all your go to
  resources.
  http://windows8center.sourceforge.net/ [5]
  join-generation-app-and-make-money-coding-fast/
  ___
  nant-developers mailing list
  nant-developers@lists.sourceforge.net [6]
  https://lists.sourceforge.net/lists/listinfo/nant-developers [7]
 
 
 
  Links:
  --
  [1]
 
 
 http://stackoverflow.com/questions/11991383/nant-build-using-net-4-5-beta-assembly-references-despite-specifying-net-4-0
  [2] http://windows8center.sourceforge.net/
  [3] mailto:nant-developers@lists.sourceforge.net
  [4] https://lists.sourceforge.net/lists/listinfo/nant-developers
  [5] http://windows8center.sourceforge.net/
  [6] mailto:nant-developers@lists.sourceforge.net
  [7] https://lists.sourceforge.net/lists/listinfo/nant-developers
  [8]
 
 
 http://blogs.msdn.com/b/msbuild/archive/2007/04/12/new-reference-assemblies-location.aspx
  [9] mailto:o...@guder.org

 --
 The answer to the great question of life,
 the universe and everything is 42 (Douglas Adams)


 --
 Everyone hates slow websites. So do we.
 Make your web apps faster with AppDynamics
 Download AppDynamics Lite for free today:
 http://p.sf.net/sfu/appdyn_sfd2d_oct
 ___
 nant-developers mailing list
 nant-developers@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/nant-developers

--
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_sfd2d_oct___
nant-developers mailing list
nant-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-developers


Re: [nant-dev] Force use of original .Net 4.0 when .Net 4.5 is installed

2012-10-29 Thread Oskar Berggren
Thanks Dominik,

Here's some more information I've discovered:
http://blogs.msdn.com/b/msbuild/archive/2007/04/12/new-reference-assemblies-location.aspx

I suspect a possible complication would be that the reference assemblies
seems to be installed by the SDK or visual studio, and thus not available
if either of these are not installed.

/Oskar


2012/10/28 Dominik Guder o...@guder.org

 Hi,

 the develelopers are taking a look. From my point of view I want to
 check the proper usage of Referenced Assemblies folder.
 Maybe someone can point me to some detail information in MSDN or some
 where else.

 So far Dominik

 Am 27.10.2012 19:57, schrieb Oskar Berggren:
  Hi,
 
  .Net 4.5 is an inplace upgrade for .Net 4.0. If you want to ensure that
  your software runs on a machine with only the original .Net 4.0
  installed, you need to take care when building, so that you don't cause
  dependencies on .Net 4.5 versions of the assemblies.
 
  This thread discuss the issue and there is a proposed solution that
  involves editing nant.exe.config to avoid referencing updated assemblies
  found under C:\Windows\...:
 
 http://stackoverflow.com/questions/11991383/nant-build-using-net-4-5-beta-assembly-references-despite-specifying-net-4-0
 
  What are the nant developers' take on this? Is the solution on stack
  overflow the way to go? If so, should this be regarded as a bug in nant?
  It doesn't seem proper to edit nant.exe.config in a runtime
 installation.
 
 
  /Oskar
 
 
 
 
 --
  WINDOWS 8 is here.
  Millions of people.  Your app in 30 days.
  Visit The Windows 8 Center at Sourceforge for all your go to resources.
  http://windows8center.sourceforge.net/
  join-generation-app-and-make-money-coding-fast/
 
 
 
  ___
  nant-developers mailing list
  nant-developers@lists.sourceforge.net
  https://lists.sourceforge.net/lists/listinfo/nant-developers
 


 --
 The answer to the great question of life,
 the universe and everything is 42 (Douglas Adams)


 --
 WINDOWS 8 is here.
 Millions of people.  Your app in 30 days.
 Visit The Windows 8 Center at Sourceforge for all your go to resources.
 http://windows8center.sourceforge.net/
 join-generation-app-and-make-money-coding-fast/
 ___
 nant-developers mailing list
 nant-developers@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/nant-developers

--
The Windows 8 Center - In partnership with Sourceforge
Your idea - your app - 30 days.
Get started!
http://windows8center.sourceforge.net/
what-html-developers-need-to-know-about-coding-windows-8-metro-style-apps/___
nant-developers mailing list
nant-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-developers


Re: [nant-dev] Force use of original .Net 4.0 when .Net 4.5 is installed

2012-10-28 Thread Dominik Guder
Hi,

the develelopers are taking a look. From my point of view I want to 
check the proper usage of Referenced Assemblies folder.
Maybe someone can point me to some detail information in MSDN or some 
where else.

So far Dominik

Am 27.10.2012 19:57, schrieb Oskar Berggren:
 Hi,

 .Net 4.5 is an inplace upgrade for .Net 4.0. If you want to ensure that
 your software runs on a machine with only the original .Net 4.0
 installed, you need to take care when building, so that you don't cause
 dependencies on .Net 4.5 versions of the assemblies.

 This thread discuss the issue and there is a proposed solution that
 involves editing nant.exe.config to avoid referencing updated assemblies
 found under C:\Windows\...:
 http://stackoverflow.com/questions/11991383/nant-build-using-net-4-5-beta-assembly-references-despite-specifying-net-4-0

 What are the nant developers' take on this? Is the solution on stack
 overflow the way to go? If so, should this be regarded as a bug in nant?
 It doesn't seem proper to edit nant.exe.config in a runtime installation.


 /Oskar



 --
 WINDOWS 8 is here.
 Millions of people.  Your app in 30 days.
 Visit The Windows 8 Center at Sourceforge for all your go to resources.
 http://windows8center.sourceforge.net/
 join-generation-app-and-make-money-coding-fast/



 ___
 nant-developers mailing list
 nant-developers@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/nant-developers



-- 
The answer to the great question of life,
the universe and everything is 42 (Douglas Adams)

--
WINDOWS 8 is here. 
Millions of people.  Your app in 30 days.
Visit The Windows 8 Center at Sourceforge for all your go to resources.
http://windows8center.sourceforge.net/
join-generation-app-and-make-money-coding-fast/
___
nant-developers mailing list
nant-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-developers