Hello guys
I have a quesion about how to add .winmd file in normal app project (C# window phone 8.1 app project ) .
Currently I made a runtime component libary,
I selected like this , [new project ] [ c/c++] [windows runtime component ]
after build this project , it showed few fildes .winmd .dll .pri .. bhbh...
So when I use this libary (.winmd) in normal window phone 8.1 c# project
how can I do ?
just add? to reference folder?
after add in reference folder , I tryied about create instance,
but It can see a error about file not found exception ..
An exception of type 'System.IO.FileNotFoundException' occurred in NexPlayer_SampleApp_WP_RT.exe but was not handled in user code
Additional information: The specified module could not be found. (Exception from HRESULT: 0x8007007E)
shortly what can i do when i use winmd. file in normal window phone 8.1 app project ?
best regards
Derrick.