VS2008  Error Report


The imported project "C:\Windows\Microsoft.NET\Framework\v3.5\Microsoft.CompactFramework.CSharp.targets" was not found.

Confirm that the path in the <import> declaration is correct, and that the file exists on disk.




원인 : C:\Windows\Microsoft.NET\Framework\v3.5microsoft.compactframework.csharp.targets 해당 파일이 존재하지 않아 에러 발생

해결 : https://www.microsoft.com/en-us/download/confirmation.aspx?id=13442 재설치


참고 : csproj 내용 중 


Open your csproj file in notepad and Find the below line:

  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />

and change it into

  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />

출처 : http://stackoverflow.com/questions/36381909/microsoft-compactframework-csharp-targets-was-not-found



ps. 왜 삭제 된거지??.. 윈도우10 업데이트밖에 안했는데... 

------------------------------------------------------------------

20180704 수정


윈도우10 major version update시 system폴더를 wrapping하여 생기는 문제로 판단됨.

링크 : https://www.microsoft.com/en-us/download/details.aspx?id=13442

위 링크에서 Power Toys for .NET Compact Framework 3.5 재설치 바람. 


------------------------------------------------------------------

20200915 수정


더이상 상단 링크에서 다운 받을 수 없다.

왜냐하면, GitHub에 릴리즈 했기 때문이다!


상단 링크의 파일

NETCFv35PowerToys.zip


참고 링크 : https://github.com/Microsoft/powertoys/releases



'작업' 카테고리의 다른 글

Motion Contorller - Beckhoff  (0) 2017.12.18
Motion Controller - ACS  (0) 2017.12.18
Reverse Tethering  (0) 2016.10.07
Laser Beam Profiler  (0) 2016.10.06
RGB레이저 파장측정  (0) 2016.10.06

+ Recent posts