How do I use .NET 4.0 Beta 2 with Visual C# Express Edition 2008

07
2014-07
  • ardsrk

    I want to play around with the System.Dynamic namespace using Visual C# 2008. I want to know whether its possible at all. Because, MSDN mentions that .NET 4.0 has some changes to CLR.

    Do I need to install any other components to get it working for me.

  • Answers
  • RoguePlanetoid

    You could just download Visual C# 2010 Express Edition I have Visual Web Developer 2010 and 2008 on the same machine. You will still have the non-beta C# Express but can used C# Express 2010 to develop .NET 4.0 apps.
    I don't think .NET 4 works in 2008 or earlier Visual Studios.


  • Related Question

    web development - Visual Studio + Localhost: How to manage multiple projects and image paths?
  • Diodeus

    I am working with VS 2008 + IIS7 and testing my local machine. I have multiple projects fetched via VSS.

    The project images are relative to the root "/images/...", but on my local server that ends up being below the project root (wwwroot instead of wwwroot/project).

    How do I properly manage image paths?


  • Related Answers
    Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.