I want develop windows phone apps here is my system information:
os: windows 8 pro (32 bit), processor : AMD Athlon(tm) 64 X2 Dual Core Processor 4000+ , Ram: 2.5 gb and the real question is "Can i develop windows phone 8 apps?"
P.S.:I already tried run windows phone sdk setup but it dumped error
To install mongoDB on windows 32bi x86 OS
download from here - https://fastdl.mongodb.org/win32/mongodb-win32-i386-2.6.1.zip
1) download the zip of mongodb for windows
2) extract in any drive example D:
3) create 2 directories named log, data
log - is where the logs of the server would be created
data - is where mongo will accumulate the data
4) create a mongo.config file and then configure the file by writing some of the changes
bind_ip = 127.0.0.1
port= 27017
quite = true // so that critical errors are logged \
dbpath = D:\mongodb\db
logpath = D:\mongodb\log\mongo.log
logappend = true // Is set this to true so that the log is not overwritten upon restart of mongod.
diaglog=3 // log read and write operations
It ensures write durability and data consistency much as any journaling scheme would be expected to do.
Only set this to false if you don’t really care about your data (or more so, the loss of it).
journal = true
Yes, i can develop Windows phone apps.
To develop apps you must have installed Windows 8 64 bit os (on 32 bit os you can't install SDK and compile apps).
Related
I downloaded the windows 10 version of ubuntu to work on a python research project for school. I created a .csv file in the ubuntu terminal but I do not know where I can access that file from.
Thank you for any help.
For Ubuntu installed from the Microsoft Store:
Each distribution you install through the Microsoft Store is installed to that application's appdata directory. For example: C:\Users\%USERNAME%\AppData\Local\Packages\CanonicalGroupLimited.Ubuntu18.04onWindows_79rhkp1fndgsc\LocalState\source
The default Ubuntu 18.04 /home directory is located in C:\Users\%USERNAME%\AppData\Local\Packages\CanonicalGroupLimited.Ubuntu18.04onWindows_79rhkp1fndgsc\LocalState\rootfs\home\
Warning: Creating or modifying any files within the Windows Subsystem for Linux from Windows can result in data loss or corruption in Ubuntu, so make copies of these files before using them and use the copies in Windows, not the original files.
The Windows 10 April 2019 Update gives Windows Subsystem for Linux the new ability to let you access Linux files safely from Windows. WSL2 which features a true Linux kernel can be installed in Windows 10 version 2004 and later.
On my laptop I have installed Win 7 and VS 2012.But I need to get ready for the Microsoft exam for the "windows store apps using HTML 5, css and javascript". So my idea is to install Win 8.1 and VS 2013 trial versions for get hands on practice for above exams.So my question is can I install Win 8.1 and VS 2013 trial versions on my Laptop without removing the current Win 7 and VS 2012 (Maybe a virtual machine or something like that)?If you know how to achieve above goal please let me know.
In short my whole idea is to get practice for developing Win 8 apps for mobile. If you have other suggestions without installing the above software, please let me know also.
Windows Phone App Development requires Hyper-V & SLAT to run the emulator. That requires your host OS to be at least Windows 8 or better. On a virtual machine you will be able to develop apps, but you won't be able to run them on the emulator.
You can run Visual Studio 2012 and 2013 side by side, but then you would have to upgrade the host machine to Windows 8 Pro.
When both your laptop and your virtualization software support the required CPU features, it is also possible to run the emulator on top of Windows 7.
For more information see this link on the Nokia Developer Portal (Thanks for adding that GSerg!)
General answer (jessehouwing's answer is more accurate):
If your notebook has enough main memory, CPU power, etc. and the CPU ideally supports certain virtualization features, then you should be able to install Windows 8 inside a virtual machine.
To give you an idea how simple this could be, here's an example:
install VirtualBox
start it and set up a virtual machine with the proper CPU and OS settings
define a virtual hard disk that's large enough (this will end up being a file inside your current OS, no need to repartition your real hard disk drive)
get your Windows installation medium ready (a CD or ISO file will do)
point your VM's virtual CD drive to that installation medium
start the virtual machine and install Windows inside it
I am trying to install SQL Server 2008 Enterprise Edition on Windows Server 2008. I have done all the process till the Installation correctly. However, the installer displays the message "Managed SQL Server Installer has stopped working".
No online Solution has been provided yet....
Anyone sorted this problem before?
This is usually a problem with your installation of .NET framework. E.g:
http://social.msdn.microsoft.com/Forums/sqlserver/en-US/34671131-a095-4068-b4d8-ab5ef6f5b8cc/managed-sql-server-installer-has-stopped-working
Check that your installations are all in working order by using the tools on this site:
http://blogs.msdn.com/b/astebner/archive/2008/10/13/8999004.aspx
You may have to re-install any or all of your .NET framework versions.
Instead of trying several methods that have not been approved, it is better to repair the MSSQL Server installation. On the other hand, there is some other issues that can be encountered during the repair process i.e. Installing the .NET Framework 3.5 on Windows 8, Windows 8.1 and Windows 10 as shown below.
In this case, if you have trouble during .NET Framework installation, you can install it by following the steps below (requires Windows 8, 8.1 or 10) setup disc or ISO file):
1) First you'll need to copy Windows 8 setup files to your hard disk. If you have Windows 8 setup ISO copied in your system, you can mount it by right-click on it and select "Mount" option or you can extract its content using 7-Zip.
If you have Windows 8 setup disc and don't want to copy its content, its ok. Just insert the disc in your CD/DVD drive so that Windows can access its content.
2) Now open Command Prompt as Administrator as mentioned here and then provide following command:
Dism /online /enable-feature /featurename:NetFx3 /All /Source:F:\sources\sxs /LimitAccess
Here "F:" represents the CD/DVD drive letter in your system which contains Windows 8 setup disc. Replace it with the correct drive letter according to your system.
If you extracted Windows 8 setup files in a directory, replace F:\sources\sxs with the correct path.
3) As soon as you execute the above mentioned command, Windows will start installing .NET Framework 3.5 in your system and it'll not require Internet connection.
It'll take a few minutes and you'll get a message that the operation completed successfully.
4) That's it. Now you have installed .NET Framework 3.5 in Windows 8 without using Internet connection.
For more information have a look at How to Install Microsoft .NET Framework 3.5 Offline in Windows 8 and Later without Internet Connection?. Hope this helps...
The Windows Phone Emulator wasn't able to create virtual machine:
Couldn't change Processor of the virtual machine: 'Emulator WVGA 512.User' failed to modify device 'Processor'. (virtual machine ID XXX)
Cannot assign the specified number of processor for virtual machine 'Emulator WVGA 512.user' is out of range. The range is 1 through 1 ( virtual machine ID XXX)
I got this message when running the Emulator
I am using my Windows 8 on mac os with Parallels Desktop 8 for Mac
I did nested virtual machine ,,
I did enable the hypervisor but it does solve the problem..
Any suggestions ??
Thanks
The solution to my problem was to change the CPU number from 1 to 2.
Shut down Windows 8 on Parallels Desktop 8.
From Parallels > Configure menu > General tab > CPU : 2
Another solution here is that you change the virtual processors count to 1 on the Hyper-V Manager. Windows Phone 8 Emulator is configured for dual core processors, but it does also run on single core. And it is even more stable than it's dual core configuration in virtual environments.
This is the official Parallels knowledge base post: KB Parallels - 115211
Does it make a difference? All I'll be doing (for the most part) is running different browsers. I would think the most stripped down one possible would be best.
Update: My dev box is a MacBook Pro (2010) with 8G ram, 2.4 GHz processor running Lion.
Ordinary Windows 7 installations are shipped with a full load of crap. Even the cleanest installs have a size of at least 10 GB. For that reason, I recommend to only use Windows 7 if you want to test IE9+ (which requires Vista+).
The following steps will take a maximum of ten minutes. Afterwards, you have a fully functioning Windows 7 + IE9 system, which takes only 2GB of physical space:
Getting Windows 7 Lite
I use this set-up in VirtualBox. I have not tested it in VMWare, but there should be no differences.
Get a Windows 7 Lite VM image.
I myself use an image, created by ivankehayov:
Download name: Win7.SP1.IE9.lite.v2-IK
ISO size: 700 MB (after installing: less 2GB)
MD5: 094BE542B3F292726EF7F16619CACA9A
For more information, and the tools used to create this image, see this forum. More details (about the old image) can be found here.
Creating/Installing the Virtual Machine
Create an new VM, and put the ISO image in the virtual CD slot.
2 GB RAM (Minimum of 1 GB, to ensure that your system doesn't crash).
Boot the Virtual Machine.
Install from the iso image
Decrease resource usage (4 steps)
Install CCleaner, to wipe (temporary) (log) files.
Disable System Protection:
Control Panel > System Protection > Configure... > Turn off system protection
Disable the page file (especially recommended when you've got a SSD).
Control Panel > Advanced system settings > Performance [Settings..] > Advanced > Virtual memory [Change..] > No paging file - Set. Confirm and reboot.
Disable all unnecessary services, to increase the booting speed.
Set your preferences (homepage? IE settings?), and save a snapshot of your VM. When you're done with using the VM, restore the snapshot. This will prevent Windows from hogging disk space over time, and keeps your VM image compact.
My virtual Windows 7 boots within 45 seconds.
Relevant details about my own environment:
- Virtualization software: Oracle VirtualBox
- Operating system: Linux-based
- RAM: 8 GB
- Disk: 60 GB SSD