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

세무사 준비하는 동생이 컴활1급을 본다기에 주인장도 따라가서 상기시험(내가 원하는 날짜에 지정된 시각에 볼 수 있는 시험)이라는 것을 신청하여 봤다.


원래의 의도는 동생 응원(?) 겸 본인의 엑셀 능력을 테스트로, 한번 봐볼까? 라는 생각으로 본 시험인지라 별 기대하지 않고 보았다.


한달간 내내 공부한 동생과 기출문제 유형만 보고간 주인장의 결과는... 


동생 : 과락..


본인 : 평점 68점..





열심히 하겠지... 

그런데, 실기도 준비해야하나?.. 






 ps. 오픽시험은 모니터 질문만 보고, 내가 말하기에 컴퓨터로 본다는 생각이 들지 않았는데, 처음 CBT로 보는 시험이라 약간 재미도 있었다. 


'자격증 및 체험' 카테고리의 다른 글

전자계산기조직응용기사  (0) 2018.04.18
전자계산기기사  (0) 2018.04.18
CSTS - TTA  (0) 2018.04.18
광학기사  (0) 2018.04.18
정보보안기사, 산업기사  (0) 2018.04.18

+ Recent posts