我剛開始使用Visual Studio 2010和.NET 4.0。我創建了一個爲.NET 2.0構建的DLL的新WPF項目。當我建立這個項目,我得到這樣一個一堆警告:NET 4.0項目到.NET 2.0 dll /項目的參考問題
The referenced assembly
"MicroFour StrataFrame Business...processorArchitecture=MSIL"
could not be resolved because it has a dependency on
"System.Web, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
which is not in the currently targeted framework ".NETFramework,Version=v4.0,Profile=Client".
Please remove references to assemblies not in the targeted framework
or consider retargeting your project.
當我引用一個項目,我創建了一個針對3.5,它不能找到任何的命名空間(編譯時),雖然他們在對象瀏覽器中顯示並且智能感知正確顯示它們。
有沒有什麼我想念,需要做的引用舊的.NET程序集?
謝謝!那樣做了! :D – 2010-08-03 04:40:21