Hiển thị các bài đăng có nhãn Windows Phone. Hiển thị tất cả bài đăng
Hiển thị các bài đăng có nhãn Windows Phone. Hiển thị tất cả bài đăng

XAML not updating on debugging

Problem: Experienced a frustrating issue today. XAML was not updating while debugging on emulator or real Windows Phone device. Rebuilding again and then debugging was helping a bit but doing two steps each time was some what cumbersome. Finally got the issue which was really stupid.



Solution: The problem was that my project name was having a space in its name. Get rid of that space and you will end up having XAML updates automatically without rebuilding before debugging.


Type Indian languages on your smartphone


App Name: Type Indian




Type Indian
Type Indian
App Description: Use it to share your thoughts in Indian languages. This app let you type in English and text will be converted into selected Indian language. That means when you type in English ‘Namste’, you get ‘नमस्ते’. So basically it doesn’t translate but transliterate the text.
Plus you can share your text using any means of communication available on your smartphone.
Features:
Type Indian
Type Indian

  • Multiple Indian languages supported.
    Type in Bengali
    Type in Gujarati
    Type in Hindi
    Type in Kannada
    Type in Malayalam
    Type in Marathi
    Type in Oriya
    Type in Punjabi
    Type in Sanskrit
    Type in Tamil
    Type in Telugu
    Type in Urdu
  • Sharing of the text supported by any means you just name it. 
  • Wow set of backgrounds. 
  • Works even if your smartphone doesn’t support particular language. 






keywords: type in Bengali, type in Guajarati, type in Hindi, type in Kannada, type in Malayalam, type in Marathi, type in Oriya, type in Punjabi, type in Sanskrit, type in Tamil, type in Telugu, type in Urdu

ATTRIBUTION: This app is based on the transliteration codes and APIs of Google™. Google™ is not associated with this product or with the developer in any way. Neither Google™ nor this developer is responsible or liable for any errors, if any, that may appear in the transliteration process. All we, developers, want to do is to help people express better in their language tapping the great potential of the Google™ Transliterate APIs. This app is easy to use and meant for using when connected to the web. Supported by ads

A reference to a higher version or incompatible assembly cannot be added to the project - Windows Phone


Problem : Got following error while adding reference(dll) to Windows phone project.


Microsoft Visual Studio Express 2012 for Windows Phone
A reference to a higher version or incompatible assembly cannot be added to the project

A reference to a higher version or incompatible assembly cannot be added to the project
A reference to a higher version or incompatible assembly cannot be added to the project

Solution:

Go to the folder where that dll is stored.
Right click on dll file -> Properties
Then click Unblock


A reference to a higher version or incompatible assembly cannot be added to the project
A reference to a higher version or incompatible assembly cannot be added to the project

Dark Way Down Complete Solution



If you love discover fun time killing games, then Dark Way Down must be on your list.
Its really good game and very simple but great UI.
So here is the complete solution of this game as video in case you are stuck.



https://www.youtube.com/watch?v=o9bGB4YVkj0




Video link here

Any suggestion? Leave them in comments section.


Windows Phone SDK 8.0 Setup Failed !

Problem : Got following error, while installing Windows Phone SDK 8.0.
Setup Failed
One or more issues caused the setup to fail. Please fix the issues and then retry setup. For more information see the log file.
0x800b0101 - A required certificate is not within its validity period when verifying against the current system clock or the timestamp in the signed file.




required certificate
required certificate

Solution : Problem solved by changing system date/time six months back.
Following are the steps to change the System Date/Time.

  1. In windows tray, right click date and time.
  2. Click "Adjust Date/Time"
  3. Click "Change Date and Time"
  4. Select any date approx. six months back  on the calendar. (e.g. I selected : July 1, 2013)
  5. Click OK.
  6. Click OK.
Now try running the installer again and then opt for repair option when it asks.

Note: After completing installation, you can revert back date to current date.

Did the above solution help you?