Friday, May 8, 2015

How to use the pre existing sqlite database

How to use the pre existing sqlite database and in my application to modify the database. It would be better if you can answer with sample code.

I am creating a demo application and i manually feeding data using sqlite database. I want to initially load Sqllite database without launching my app. When my app launches it should use the existing sqllite database.


Purushothama V S

[W8.1]Dedicated Localization for windows 8.1 app in C# and XAML not working on Surface Tablets

I have given the dedicated language  changing option on the Windows 8.1 application in XAML and C# for Desktop and Tablet. I used "Windows.Globalization.ApplicationLanguages.PrimaryLanguageOverride = culture.Name" for assigning any cultural code like "fr-FR". and I defined all the different strings in the corresponding resource files. When I run it on Desktop , its working fine for all the languages. But When I run it on Surface Table, few of the languages are working but most of them are not.It shows the default language even after changing to some other language.I restart the app. But that is also not working.  Please help me out on this issue. Thanks...

[W8.1]Dedicated Localization for windows 8.1 app in C# and XAML not working on Surface Tablets

Hi Thiyam,

>>But When I run it on Surface Table, few of the languages are working but most of them are not

In my experience, if we want to apply a language to the app, this language should be supported in the operating system(Desktop or Surface).

Back to your description, because this was working on Desktop, so could you please provide the detailed system version on Surface? Could you please list some languages which were not working on your Surface?

If you can create a simple sample and share it using OneDrive, it will help us to reproduce your issue.


We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
Click HERE to participate the survey.

[W8.1]Dedicated Localization for windows 8.1 app in C# and XAML not working on Surface Tablets

Thank You very much for your reply....

>>the detailed system version on Surface?

The detail information of the surface is

OS: Windows RT 8.1

System Type: 32-bit Operating System,ARM-based processor

>>languages which were not working

French

Finnish

German

>>language which was working

Greek

Default Language of the app: US-English

------------------------------------------------

But I have found some work around as while creating the package I have given

Generate app bundle: Never, then it works fine for all the other languages also.

But I don't want to approached in this way as some of the negative points that I saw on some other's post like more memory occupied device and "individually service each architecture ". "Generate app bundle" should be always "If Needed". Could you give me some  solutions by coding modification/addition on the application.

 Application Type:

Windows 8.1 silverlight upgraded from Windows 8 app, C# and XAML.

Thanks in advance.

Regards,

Thiyam Sunny Singh

Credentials from SSRS to SSAS

Hi Swallow,

I'm not 100% sure I understood. You use an account to connect to SSAS, so I think you mean using the option Credentials Stored securely in the report server and using an account to connect it. Then how to you setup the mapping from the user that is accessing to roles?

You have 2 options (names might be slightly different):

Use windows credentials after connecting to data source

Impersonate authenticated user after connectint to data source

What do you do? Do you need Kerberos?

Thank you

I want to automatically activate a feature automatically when I deploy a new wsp solution and and activate wsp. Is this possible.

I want to automatically activate a  all respective wsp feature  automatically when I deploy a new wsp solution at sitecollection  and and activate wsp. Is this possible.

I want to automatically activate a feature automatically when I deploy a new wsp solution and and activate wsp. Is this possible.

Hi

This can be possible if you are deploying through  using visual studio 

http://ift.tt/1H3sqxQ

else you have to write power shell script for the same.

http://ift.tt/1dS12Jy


Rajendra Singh
Walking on water and developing software from a specification are easy if both are frozen
If a post answers your question, please click Mark As Answer on that post and Vote as Helpful