You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 15, 2023. It is now read-only.
Whenever I try to compile the source (whether using the buildcc.bat or Visual Studio), both of the Visual Basic projects (Microsoft.VisualBasic10 and Microsoft.VisualBasic.Compatibility10), I get the following error:
vbc : error BC2017: could not find library 'Microsoft.VisualBasic.dll'
The file exists in C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework.NETFramework\v4.0\System.dll just like the other .NET assemblies listed as references.
I'm at a loss as to where to go from here.
The text was updated successfully, but these errors were encountered:
I should clarify that I'm using VS 2015, so this may be the same issue as #375 . Looks like there's no separate issue for getting builds working with VS 2015.
johncrim
pushed a commit
to johncrim/CodeContracts
that referenced
this issue
Apr 12, 2017
Fixesmicrosoft#471 due to missing Microsoft.VisualBasic.dll assembly, and after that an invalid reference to Microsoft.Research/Contracts/MsCorlib/MsCorlib.Contracts.csproj.
Whenever I try to compile the source (whether using the buildcc.bat or Visual Studio), both of the Visual Basic projects (Microsoft.VisualBasic10 and Microsoft.VisualBasic.Compatibility10), I get the following error:
vbc : error BC2017: could not find library 'Microsoft.VisualBasic.dll'
The file exists in C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework.NETFramework\v4.0\System.dll just like the other .NET assemblies listed as references.
I'm at a loss as to where to go from here.
The text was updated successfully, but these errors were encountered: