Can't add the MySql.Data.CF assembly to a Windows Phone project
Have tried MySQL Connector/Net 6.8.3 as well. How can I fix this?
Related
I have downloaded the installation at this link link windows sdk 8. But once installed, the following error message
"the installer encountered an unexpected error installing this package. this may indicate a problem with this package. the error code is 2753".
How can I fix this bug? Who can help me to install win sdk 8 on win 7?
Thanks so much!
Its not posibal to install WINDOWS SDK 8 on Windows 7 . Thw apis ,XML layout system and other lots of new features used in WINDOWS 8 or above are not supported in Windows 7
you can find difference on we bit twin WINDOWS 8 on Windows 7 on web like this
I register msado15.dll for my VB6 app in windows XP and app run successfully on windows XP and windows 7.
But when I register msado15.dll for my app in windows 7 then it is not running on both XP and windows 7.
What's the issue in windows 7?
With Windows 7 Service Pack 1, Microsoft changed one or more GUIDs of ADO interfaces. They've released a hotfix that allows programs linked with ADO on Windows 7 to run on Windows 7 and earlier versions.
Install the hotfix, then recompile your program, and it should work fine.
With Windows 7 SP1 I compile my project by adding in references msado15.dll in Microsoft ActiveX data objects 6.0 library. Now my app will run in all Windows 7 versions(32 or 64bit).
For windows XP i just make a .bat file in which i register msado15.dll .I put it in project and it is working successfully in windows xp as well.
I have VS2012 set up on Win7 32bit, WP8 and WP7.1 sdk set up, but whenever I try to create new project or add new WP8 project to existing solution i get this error.
http://i.stack.imgur.com/REAEM.png
I allso cannot use the feature described somewhere in webs to convert WP7 project to WP8 project, it just shots up as incompatible in solution explorer.
http://i.stack.imgur.com/GvbrR.png
Could you please point me to the problem?
You need Windows 8 to use the Windows Phone 8 SDK.
Supported operating systems: Windows 8, Windows 8 Pro
Operating system type:
Windows 8 64-bit (x64) client versions
http://www.microsoft.com/en-us/download/details.aspx?id=35471
I have all my workspace and everything set up on Windows 7 but I also want to develop Windows Phone 8 but as stated on Microsoft website that It can not be installed on Windows 7.
Do anybody knows how to install in on Windows 7. I have found a crack but I don't know how to run this. You can get this from here
Please tell me if anybody knows how to install it. here is a link to WP 8 ISO file
Edit:
There could be several reasons to install WP 8 in Windows 7. Like I have purchased a Wndows 7 recently and I don't want to make shift to Windows 8 right now, because I don't feel comfortable with its UI. Its more for a tablet or touch screen PC.
I have set-up all my workspace and other projects on Windows 7, I don't want to waste my time in setting up on Windows 8, I don't even know that how they gona perform on Windows 8. So there are so many genuine reasons.
You can install it by first extracting all the files from the ISO and then overwriting those files with the files from the ZIP. Then you can run the batch file as administrator to do the installation. Most of the packages install on windows 7, but I haven't tested yet how well they work.
Here is a link from developer.nokia.com wiki pages, which explains how to install Windows Phone 8 SDK on a Virtual Machine with Working Emulator
And another link here
AFAIK, it is not possible to directly install WP8 SDK in Windows 7, because WP8 sdk is VS 2012 supported and also its emulator works on a Hyper-V (which is integrated into the Windows 8).
I'm new to windows phone 7, please help me with this query.
I want to add a SQLite database in windows phone 7. I downloaded the system.data.SQLite.dll
from sourceforge(www.sqlite.org). i add it as a reference in windows phone 7 visual studio 2010 express for windows phone. But, it show a error message that, System.Data.SQLite.dll is not built using windows
phone runtime.
I suppose you downloaded a wrong .dll. ( for c# .net, and not silverlight).
If you want, you have a great tutorial for using SQLite in your WP7 apps, explains how to use SQL (tutorial uses sqliteClient )