could not find assembly 'platform.winmd'

See original GitHub issue

while I am trying to install then getting following error:

fatal error C1107: could not find assembly
 'platform.winmd': please specify the assembly search path using /AI or by setting the LIBPATH environment variable

Issue Analytics

  • State:open
  • Created 5 years ago
  • Reactions:1
  • Comments:7

github_iconTop GitHub Comments

3reactions
abjagtapcommented, Feb 14, 2019

I resolved it by some workaround, just check https://stackoverflow.com/a/54591996/5700401

but now getting a build error, and notification not working.

Read more comments on GitHub >

github_iconTop Results From Across the Web

c++ - VS2012 Error C1107 - Stack Overflow
fatal error C1107 : could not find assembly 'platform.winmd': please specify the assembly search path using /AI or by setting the LIBPATH ...
Read more >
/AI switch or LIBPATH - MSDN - Microsoft
Your error means the vs could not find assembly file. It could be better if you give us more details about which file...
Read more >
Can't open the GitHub project "Microsoft ...
Building the project now still fails with an error that says: “could not find assembly 'platform.winmd': please specify the assembly search path using...
Read more >
Error 1 fatal error C1107: could not find assembly ...
Error 1 fatal error C1107: could not find assembly 'BeckmanCoulter.Algorithms.BarracudaGraphics.dll': please specify the assembly search path using /AI or ...
Read more >
C1107 에러 해결 방법 : could not find assembly - WeAreDev
Visual Studio 2019로 Windows 프로그램을 개발하다보면 · 에러 내용을 보면 platform.winmd 파일을 찾지 못해서 발생한 것입니다.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found