41⟩ Suppose Tried two separate web cams in the emulator and both give COM errors, any clue on getting this to work?
Camera is not supported on the emulator
“Windows Phone (WP) frequently Asked Questions in various Windows Phone job Interviews by interviewer. The set of questions here ensures that you offer a perfect answer posed to you. So get preparation for your new job hunting”
Camera is not supported on the emulator
No. Only jpg and png are supported.
For April CTP and earlier builds there is a bug that will prevent you from doing it. Stay tuned for later build. Interim you can play media from network or from your content in the app.
No. To ensure high quality playback we limit it to one at a time
No. decoders and apps show them as they are. Zune software does resize them when syncing them, that might be the cause for your differences
Applications get to control the volume for their streams but the hardkeys control the final master output level.
HttpUtility is in System.Net namespace You can also find alternatives for escaping strings at Uri.EscapeDataString and Uri.unescapeDataString ..
Not for this v1 release.
Per MSDN docs, you should call Abort() on your request when you feel iti s appropriate timeout
You could use System.ServiceModel.Syndication from the desktop since it dependencies are entirely present in CF
Not in this v1 release.
Netmon 3.4 (beta) defintitely works. Fiddler works too. If using fiddler, remember to switch it to either trap “non-browser” or “all” traffic and start fiddler before launching the emulator.
WCF is supported on WP7. When you look at the SL3 version of WCF, WP7 supports that except for the following:
► PollingDuplex support
► Runtime code generation support for ChannelFactory.CreateChannel APIs
► Astoria/Azure support
Yes, it should work.
No. Each app has its own wininet cache. The webbrowser control instances in your app will use that app’s cache. The IE cache will be separate
Use Microsoft.Phone.Info.UserExtendedProperties.GetValue(“ANID”) in Microsoft.Phone.Info.dll. This is not in the MIX build. How unique is this Id? It identifies the user; so you could have a user with two phones. This is persisted across reboots, but not across factory reset (unless you reconfigure for same user).
No. You have to do that yourself. yourself (you could subscribe to ManipulationStarted on the root frame with handled=true and then use a simple timer).
Not in v1.
Instead of XmlDocument, use XDocument from System.Xml.Linq.dll
Not in v1.