Drop Down MenusCSS Drop Down MenuPure CSS Dropdown Menu

Thursday, May 21, 2015

How to Get Public key token in Visual Studio?

Hi ,

We can get easily public key token as per below steps

http://blogs.msdn.com/b/kaevans/archive/2008/06/18/getting-public-key-token-of-assembly-within-visual-studio.aspx

If you getting any error command check in you are machine where sn.exe is located .

C:\Program Files (x86)\Microsoft SDKs\Windows\

or

C:\Program Files \Microsoft SDKs\Windows\

and replace sn.exe(command ) location as per you machine.


 

Tuesday, May 12, 2015

sqlite MvvmCross Plugin Loading Issue and Unable to load DLL 'sqlite3

Solution 1:

For this issue  download sqlite3.dll from http://www.sqlite.org/download.html File name  - sqlite-dll-win32-x86-3071602.zip That will contain sqlite3.dll. add dll in your  project's bin directory so that SQLite-net can find it.

Solution 2:
add below nuget package in your project .same name differnt nuget package is avilable so please find below attribute nuget package 
  • Created by: Frank A. Krueger
  • Id: sqlite-net-pcl
  • NuGet link: sqlite-net-pcl
More Info : http://developer.xamarin.com/guides/cross-platform/xamarin-forms/working-with/databases/