CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Jun 2009
    Posts
    3

    Could not find file 'Microsoft.Windows.CommonLanguageRuntime, Version=2.0.50727.0

    I have two windows application projects in the same solution, The solution contains an application that has a reference to another application in the same solution,

    When I tried to publish the project that contains the reference it gave me that error :

    Error 8 :Could not find file 'Microsoft.Windows.CommonLanguageRuntime, Version=2.0.50727.0

    And another question:
    If I will use the project 1 with all my project is it correct to make it Windows application and add reference to all other projects, or is there better way?

  2. #2
    Join Date
    Oct 2002
    Location
    Timisoara, Romania
    Posts
    14,360

    Re: Could not find file 'Microsoft.Windows.CommonLanguageRuntime, Version=2.0.50727.0

    Marius Bancila
    Home Page
    My CodeGuru articles

    I do not offer technical support via PM or e-mail. Please use vbBulletin codes.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured