Windows phone Microsoft.Phone.Media.Extended.dll file - windows-phone-7

How do I get Microsoft.Phone.Media.Extended dll file for my project? I am unable to find this anywhere. Can someone help me?
Thanks
Jai

You have to be aware that this DLL is not a part of the public SDK, therefore your application will not pass Marketplace certification if it is using it. You can get it by dumping the emulator OS image, for example, to get the GAC.
Or you could use reflection. I worked on that here.
EDIT: Since you need to access the flash, are you aware of this? It's been in Mango for a while now:
http://msdn.microsoft.com/en-us/library/hh202949(v=VS.92).aspx

Related

Flutter GetSystemMetricsForDpi not located

We build a windows desktop application using flutter desktop and want to distribute it. But after distributing exe file, we got error
The procedure entry point GetSystemMetricsForDpi could not be located in the dynamic link library USER32.dll
This error only show in windows 7 and application works properly on windows 10. Please help us to solve this issue.
Thank you
That function is only available in Windows 10, so there's no way to make your application run on Windows 7 as-is. However, than function isn't used in a stock Flutter application, so either:
you added it to your Runner code, in which case the solution is not to do that, and to do whatever you are trying to do in a Windows 7-compatible way, or
you are using a plugin that calls it, in which case you need to either:
stop using that plugin, or
ask the plugin's developer to support Windows 7.

The process has no package identity. [uwp] [Win32]

Please help me understand the concept of metrobstyle apps.
I have developed one UWP app which has win32 exe embedded as full trust process. After I install the appx and launch then
I get parameter incorrect issue very intermittently when intermediate win32 exe is launched .. please help me understand this.
hope someone can help

how can I read embedded controller version from Windows 8.1?

I found that, when I use msinfo32 command to read system informations. And I can get embedded controller version in windows 8.1. And I don't know how to read this information from windows command line.
Does anyone know how to read it?
thanks a lot.
For anyone stumbling here and looking at a way to get your EC (Embedded Controller) version, it's in the "information" section of your BIOS when starting your computer

How to add dll file for windows phone app certification

I use slartoolkit.dll file for windows augmented reality. It working well in my mobile(Nokia Lumia 510) and emulator. then i will send that xap file only to windows phone Store Certification center but test Result is Fail. I don't know what mistake i did.
please any one give me a suggestion
Without knowing the exact error the certification gave you it's hard to say why it failed. I have 25+ apps published and its RARE that I get an app to pass cert on the first time. There is always something small that you miss. A back button crash, forgetting to shut off sound, color settings wrong. There's endless possibilities.
That said, you need to check that the dll is certified for the windows phone. I know that I recently tried to implement a Physics Helper dll just to find out that unsigned dlls are no longer authorized on the windows phone. I believe that it died out with the release of 7.5 but I could be wrong.
Hopefully this gives you some insight and answers your question. Your best bet though is to post the certification failure PDF they sent you. Look in the email it should be attached.
Until there here is some reading material. Microsoft Certification Requirements
Also try using the built in certification tests within Visual Studio Market Test Kit

cant able to extract local data base file(.sdf file) by in using emulator

I am new to windows phone development. I am working on an app in which local db is required. But I am unable to create it or am not able to understand from where to start. I have tried many example but all in vein. I got some example running which ,in the emulator, I can add data but if I start the emulator again then all the data is vanished and doesn’t show any data. I am not getting why. Is there any way that I can extract the db from emulator and if yes then where is it reside and how can I open it after extracting it. Is sqlite database is supported by windows phone if yes then is it the best option to use it. For information I am using windows 8 and visual studio 2012. Please help me. Thanx in advance.
Isolated Storage explorer provuded by microsoft
http://msdn.microsoft.com/en-us/library/windowsphone/develop/hh286408(v=vs.105).aspx

Resources