
- #C windows microsoft net framework v4.0.30319 code#
- #C windows microsoft net framework v4.0.30319 windows#
Note: Both commands need to be entered, and the complete command string must be written on a single row.
#C windows microsoft net framework v4.0.30319 windows#

Mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=AMD64 The Global Assembly Cache contains the following assemblies: Version 9.1Ĭopyright (c) Microsoft Corporation. Would you know what my problem is?Īdditional information - in GAC, I see these I have tried the suggestions from the internet but they are not working. NET Framework assembly "Microsoft.VisualC, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" which has a higher version "10.0.0.0" than the version "8.0.0.0" in the current target framework.

Ĭ:\Windows\Microsoft.NET\Framework\v9\(1578,5): warning MSB3258: The primary reference "F:\Test\Proj2\2.dll" could not be resolved because it has an indirect dependency on the. NET Framework assembly "mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" which has a higher version "4.0.0.0" than the version"2.0.0.0" in the current target framework.

The first 2 projects were compiled successfully but when we compile 3.csproj, we received a warning Ĭ:\Windows\Microsoft.NET\Framework\v9\(1578,5): warning MSB3258: The primary reference "F:\Test\Proj2\2.dll" could not be resolved because it has an indirect dependency on the.
#C windows microsoft net framework v4.0.30319 code#
Net 3.5 (SP1 installed and VS2008)ġ.vcxproj (output: 1.lib) - unmanaged C++ code (platform toolset: v100, framework: v3.5)Ģ.vcxproj (input: 1.lib & output: 2.dll) - managed C++ code (platform toolset: v100)ģ.csproj (input: 2.dll & output: 3.dll) (framework: v3.5)
