Cannot resolve symbol when referencing .winmd file

139 Views Asked by At

everyone!
I am a windows phone 8.1 developper focus on Library developping.
Recently I encouter some strange question.
Details:

I have developped a windows runtime component named "Com.AMap.Api.Maps"
enter image description here

In my developping project,it works fine.
But,when I new a wp8.1 app project,and reference the output file ".winmd"
Input a type in the windows runtime component,like this below:
enter image description here under normal circumstances,it should work(and it do work on my college's computer!)
but in my computer,problem appears
enter image description here
shows:cannot resolve symbol "Com"
but it is different from the misspelled type,because you can go to its definition
enter image description here

  • I have tried reinstalled my Visual studio but the problem remains
  • vs 2013 u2

Can you help me?Any advice would be appreciate!

1

There are 1 best solutions below

0
On

Uninstall Resharper and problem disappears

Discussion here
Cannot resolve symbol when referencing .winmd file