Return to site

Visual Studio Express For Mac Os

broken image


Visual Studio (VB.Net) for Mac Im taking a college course that uses visual studio and using the programming language VB.Net. I downloaded visual basic for mac yesturday and opened up a project which I previously worked on for it not to work. Download Visual Studio Community, Professional, and Enterprise. Try Visual Studio IDE, Code or Mac for free today. Visual Studio Express 2013 with Update 5 for Windows Desktop Hardware Requirements. 1.6 GHz or faster processor GB of RAM (1.5 GB if running on a virtual machine) 5 GB of available hard disk space 5400 RPM hard drive DirectX 9-capable video card running at 1024 x 768 or higher display resolution.

In this video we will do Installation of Visual Studio 2017 For Mac OS and write very simple code and see how things works! #ExecuteAutomation #QA #Testing. Visual Studio 2017 for Mac. Visual Studio Test Professional 2017. Visual Studio Team Explorer 2017. Visual Studio Express 2015 for Web. Visual Studio Express 2015 for Windows Desktop. Editing and debugging on any OS (By using Visual Studio Code you agree to.

Make without limit! Device Simulator Express, a Microsoft Garage project, allows you to code microcontrollers without the hardware on hand! You can program your Adafruit Circuit Playground Express (CPX), your BBC micro:bit or the Adafruit CLUE! 911 operator game city list. Test and debug your code on the device simulator and see the sameresult when you plug in your actual microcontroller. Curious about the output of the device, the serialmonitor allows you to observe the device output.

Table of Contents

  • Adafruit Circuit Playground Express (CPX) Simulator
  • BBC micro:bit Simulator
  • Adafruit CLUE Simulator
  • How to use

Devices we support

Prerequisites

The following dependencies are required to install before launching Device Simulator Express.
You will be prompted to install the Python dependencies during the first use.

  • Python 3.7+: Make sure you've added Python and pip to your PATH in your environment variables. (1)
  • Python VS Code extension: This will be installed automatically from the marketplace when you install Device Simulator Express.

Adafruit Circuit Playground Express (CPX) Simulator

Features

  • IntelliSense and syntax highlighting for CircuitPython code for the CPX library
  • Template file generation
  • Integrated Python Debugging for the Simulator
  • Serial monitor (available on Windows and Mac only)
  • Output panel for the simulator
  • Deploy CircuitPython code to the physical device.
  • Simulation of the CPX device, including:
    • Green LED
    • Red LED
    • Push Buttons A and B
    • Slider Switch
    • Speaker: Play .wav file
    • 10 NeoPixels
    • Light sensor
    • Motion sensors
    • Acceleration detection
    • Device shake detection
    • Temperature sensor
    • 7 Capacitive Touch sensors

The simulator supports most of the sensors on CPX except IR transmitter & Receiver, Sound Sensor (microphone), Speaker (Play Tone) and the 'tap' on Motion Sensor.The code related to these sensors can still run on the actual CPX board and be deployed using Device Simulator Express.
As we only support CPX library now, other libraries (i.e. simpleio) can't run on the simulator. But they will work on the actual device!

Useful Links

  • Tutorials and Example Code for Adafruit CPX:
  • Format Adafruit CPX device:
Visual

Keyboard Shortcuts

In Device Simulator Express, you can use keyboard to interact with the device:

  • Push Button: A for Button A, B for Button B, C for Buttons A & B
  • Capacitive Touch Sensor: Shift + 1 ~ 7 for GPIO pins A1 - A7
  • Slider Switch: Shift + S
  • Refresh the simulator: Shift + R
  • Run the simulator: Shift + F

BBC micro:bit Simulator

Features

  • IntelliSense and syntax highlighting for MicroPython code for the micro:bit library
  • Template file generation
  • Integrated Python Debugging for the Simulator
  • Deploy MicroPython code to the physical device
  • Serial monitor (available on Windows and Mac only)
  • Simulation of the micro:bit device, including:
    • 25 LEDs
    • Push Buttons A and B
    • Light sensor
    • Motion sensors
    • Acceleration detection including gesture detection
    • Temperature sensor

Useful Links

  • Tutorials and Example Code for BBC micro:bit:

Keyboard Shortcuts

  • Push Button: A for Button A, B for Button B, C for Buttons A & B
  • Refresh the simulator: Shift + R
  • Run the simulator: Shift + F

Adafruit CLUE Simulator

Features

Visual studio express for mac os 10.13
  • IntelliSense and syntax highlighting for CircuitPython code for the following drivers and libraries:
    • adafruit_clue
    • adafruit_slideshow
    • adafruit_display_shapes
    • adafruit_display_text
    • adafruit_bitmap_font
    • adafruit_fancyled
    • neopixel
    • displayio
  • Template file generation
  • Integrated Python Debugging for the Simulator
  • Deploy CircuitPython code to the physical device
  • Serial monitor (available on Windows and Mac only)
  • Simulation of the CLUE device, including:
    • 240x240 color screen
    • Push Buttons A and B
    • Sensors for:
      • Temperature
      • Light
      • Color
      • Acceleration
      • Humidity
      • Pressure
      • Proximity
      • Gestures
      • Gyro
      • Magnetic Field
C++ visual studio mac

Useful Links

  • Tutorials and Example Code for Adafruit CLUE:

Keyboard Shortcuts

  • Push Button: A for Button A, B for Button B, C for Buttons A & B
  • Refresh the simulator: Shift + R
  • Run the simulator: Shift + F

How to use

Studio

To use Device Simulator Express, install the extension from the marketplace and reload VS Code.

To access many of the commands, you need to open the command palette. This can be done with Ctrl + Shift + P for Windows and Linux / Cmd + Shift + P for Mac. It can also be accessed from the toolbar by going to View -> Command Palette.

I. Take a look at the 'Device Simulator Express: Getting Started' Command.

  1. Type in 'Device Simulator Express: Getting Started' in the command palette (Ctrl + Shift + P / Cmd + Shift + P to open the command palette).
  2. Choose the the device you want to play with from the dropdown.
  3. Read, copy and learn some of the things you can do with the simulator!

II. Start with the 'Device Simulator Express: New File' Command.

  1. Type in 'Device Simulator Express: New File' in the command palette (Ctrl + Shift + P / Cmd + Shift + P to open the command palette).
  2. Select the device you want to use.
  3. Name and save your file somewhere, and we're good to go!
  4. Start with some examples: you can find examples files and tutorials inside the comments at the top of the file.

III. Start from an existing Python file.

  1. Open the folder or your .py file in Visual Studio Code.
  2. Run Device Simulator Express: Open Simulator from the command palette or icon in the editor toolbar.
  3. Select the device you want to use.

IV. Run your code on the simulator.

  1. Run Run Simulator from the command palette or use the Play button on the simulator webview.

Visual Studio Express For Mac Os X

V. Deploy your code to the physical device

Before deploying the Python code to your CPX device, you need to format your device by following these tutorials:

  • For the CPX:

    • Download the firmware with the .uf2 file (link: https://learn.adafruit.com/adafruit-circuit-playground-express/circuitpython-quickstart).
    • Download the lastest versions of the cpx libraries (link: https://learn.adafruit.com/welcome-to-circuitpython/circuitpython-libraries).
  • For the micro:bit:

    • Download the firmware with the .hex file (link: https://microbit.org/get-started/user-guide/firmware/).
  • For the CLUE:

    • Download the latest versions of the cpx libraries and follow the instructions here (link:https://learn.adafruit.com/adafruit-clue/circuitpython).
  1. Plug in your device (make sure it's formatted properly already).
  2. Run the command 'Device Simulator Express: Deploy to Device'.

VI. Use the Serial Monitor for your device (available on Windows and Mac only)

  1. Plug in your device (make sure it's formatted properly already).
  2. Run the command 'Device Simulator Express: Open Serial Monitor'.
  3. Select your baud rate for the serial port.
  4. The print() statements in your code will show in the output console.

VII. Debug your project on the simulator

  1. Add breakpoints in your code
  2. Press F5 to enter the debugging mode, and you can start debugging line by line!

Commands

Device Simulator Express provides several commands in the Command Palette (F1 or Ctrl + Shift + P / Cmd + Shift + P for Mac OS) for working with *.py files:

  • Device Simulator Express: Getting Started: Opens a page in VS Code that helps users get started with the extension. Here, users can browse through code that they can use to play with the simulators.
  • Device Simulator Express: Run Simulator: Runs Python code on the simulator.
  • Device Simulator Express: New File: Opens an unsaved .py file with template code, also opens the simulator for the selected device.
  • Device Simulator Express: Open Simulator: Opens the simulator in the simulator window for the selected device
  • Device Simulator Express: Deploy to Device: Copies the current file to the selected device.
  • Device Simulator Express: Open Serial Monitor: Opens the serial monitor in the integrated output window.
  • Device Simulator Express: Close Serial Monitor: Stops the serial monitor and releases the serial port.
  • Device Simulator Express: Change Baud Rate: Changes the baud rate of the selected serial port. For Adafruit CPX, the default baud rate is 115200.
  • Device Simulator Express: Select Serial Port: Changes the current serial port.

Contribute

Provide feedback

To add a review for our extension, please do so on the Visual Studio Marketplace

To report issues, provide feedback or requests, please use this link: Provide Feedback.
We would love to hear from you about your experience to keep improving our project.

Privacy and Telemetry Notice

Data Collection

The software may collect information about you and your use of the software and send it to Microsoft. Microsoft may use this information to provide services and improve our products and services. You may turn off the telemetry as described in the repository. There are also some features in the software that may enable you and Microsoft to collect data from users of your applications. If you use these features, you must comply with applicable law, including providing appropriate notices to users of your applications together with a copy of Microsoft's privacy statement. Our privacy statement is located at https://go.microsoft.com/fwlink/?LinkID=824704. You can learn more about data collection and use in the help documentation and our privacy statement. Your use of the software operates as your consent to these practices.

Disable Telemetry

The Microsoft Device Simulator Express Extension for Visual Studio Code collects usagedata and sends it to Microsoft to help improve our products andservices. Read ourprivacy statement tolearn more. This extension respects the telemetry.enableTelemetrysetting which you can learn more about athttps://code.visualstudio.com/docs/supporting/faq#_how-to-disable-telemetry-reporting.

To disable telemetry, follow these steps:

  1. Open File (Open Code on macOS)
  2. Select Preferences
  3. Select Settings
  4. Search for telemetry
  5. Uncheck the Telemetry: Enable Telemetry setting

Third Party Notice

A ThirdPartyNotices.txt file is provided in the extension's source code listing the appropriate third-party notices.

Visual Studio On Mac

Troubleshooting Tips

C++ Visual Studio Mac

  • The first time you install the extension, you'll need to execute the run command at least once in order to access auto-completion.
  • While running a code file, if you get an error saying it can't find the file, make sure you've clicked on a valid Python code file before running it.
  • To open the output panel again after closing it go to VS Code menu: View -> Output.
  • If you try to deploy to the CPX while it's plugged in but you still get an error saying it cannot find the board, make sure your device is formatted correctly and that its name matches CIRCUITPY.
  • If you can't get the Simulator communication working while debugging, try to open your Settings and check the port used under 'Device Simulator Express: Debugger Server Port'. You can either change it (usually ports above 5000 should work) or try to free it, then start debugging again.
  • When you are using the serial monitor, if you get some unusual error messages, unplug the device and reload the VS Code windows.
  • If you're using Ubuntu and having some problems with setting up the environment, try reviewing this article's 'Step 1' section on how to set up Python 3 on Ubuntu 16.04. Then, ensure that you've run sudo apt-get install -y python3-venv to allow for virtual environment creation.

License

Notes

  1. Make sure that when you type python in a terminal, the command is recognized and you have the correct version. The easiest way to do it is to select the 'Add to PATH' option directly when you install Python. Otherwise you can search how to insert it manually.
  2. You can choose to see the prompt or not by changing the extension configurations.
-->

System requirements for the Visual Studio 2013 family of products are listed in the table below. For more information on compatibility, please see Visual Studio 2013 Platform Targeting and Compatibility.

To view system requirements for specific products, click on a bookmark below:

Download

Visual studio for mac free

Keyboard Shortcuts

In Device Simulator Express, you can use keyboard to interact with the device:

  • Push Button: A for Button A, B for Button B, C for Buttons A & B
  • Capacitive Touch Sensor: Shift + 1 ~ 7 for GPIO pins A1 - A7
  • Slider Switch: Shift + S
  • Refresh the simulator: Shift + R
  • Run the simulator: Shift + F

BBC micro:bit Simulator

Features

  • IntelliSense and syntax highlighting for MicroPython code for the micro:bit library
  • Template file generation
  • Integrated Python Debugging for the Simulator
  • Deploy MicroPython code to the physical device
  • Serial monitor (available on Windows and Mac only)
  • Simulation of the micro:bit device, including:
    • 25 LEDs
    • Push Buttons A and B
    • Light sensor
    • Motion sensors
    • Acceleration detection including gesture detection
    • Temperature sensor

Useful Links

  • Tutorials and Example Code for BBC micro:bit:

Keyboard Shortcuts

  • Push Button: A for Button A, B for Button B, C for Buttons A & B
  • Refresh the simulator: Shift + R
  • Run the simulator: Shift + F

Adafruit CLUE Simulator

Features

  • IntelliSense and syntax highlighting for CircuitPython code for the following drivers and libraries:
    • adafruit_clue
    • adafruit_slideshow
    • adafruit_display_shapes
    • adafruit_display_text
    • adafruit_bitmap_font
    • adafruit_fancyled
    • neopixel
    • displayio
  • Template file generation
  • Integrated Python Debugging for the Simulator
  • Deploy CircuitPython code to the physical device
  • Serial monitor (available on Windows and Mac only)
  • Simulation of the CLUE device, including:
    • 240x240 color screen
    • Push Buttons A and B
    • Sensors for:
      • Temperature
      • Light
      • Color
      • Acceleration
      • Humidity
      • Pressure
      • Proximity
      • Gestures
      • Gyro
      • Magnetic Field

Useful Links

  • Tutorials and Example Code for Adafruit CLUE:

Keyboard Shortcuts

  • Push Button: A for Button A, B for Button B, C for Buttons A & B
  • Refresh the simulator: Shift + R
  • Run the simulator: Shift + F

How to use

To use Device Simulator Express, install the extension from the marketplace and reload VS Code.

To access many of the commands, you need to open the command palette. This can be done with Ctrl + Shift + P for Windows and Linux / Cmd + Shift + P for Mac. It can also be accessed from the toolbar by going to View -> Command Palette.

I. Take a look at the 'Device Simulator Express: Getting Started' Command.

  1. Type in 'Device Simulator Express: Getting Started' in the command palette (Ctrl + Shift + P / Cmd + Shift + P to open the command palette).
  2. Choose the the device you want to play with from the dropdown.
  3. Read, copy and learn some of the things you can do with the simulator!

II. Start with the 'Device Simulator Express: New File' Command.

  1. Type in 'Device Simulator Express: New File' in the command palette (Ctrl + Shift + P / Cmd + Shift + P to open the command palette).
  2. Select the device you want to use.
  3. Name and save your file somewhere, and we're good to go!
  4. Start with some examples: you can find examples files and tutorials inside the comments at the top of the file.

III. Start from an existing Python file.

  1. Open the folder or your .py file in Visual Studio Code.
  2. Run Device Simulator Express: Open Simulator from the command palette or icon in the editor toolbar.
  3. Select the device you want to use.

IV. Run your code on the simulator.

  1. Run Run Simulator from the command palette or use the Play button on the simulator webview.

Visual Studio Express For Mac Os X

V. Deploy your code to the physical device

Before deploying the Python code to your CPX device, you need to format your device by following these tutorials:

  • For the CPX:

    • Download the firmware with the .uf2 file (link: https://learn.adafruit.com/adafruit-circuit-playground-express/circuitpython-quickstart).
    • Download the lastest versions of the cpx libraries (link: https://learn.adafruit.com/welcome-to-circuitpython/circuitpython-libraries).
  • For the micro:bit:

    • Download the firmware with the .hex file (link: https://microbit.org/get-started/user-guide/firmware/).
  • For the CLUE:

    • Download the latest versions of the cpx libraries and follow the instructions here (link:https://learn.adafruit.com/adafruit-clue/circuitpython).
  1. Plug in your device (make sure it's formatted properly already).
  2. Run the command 'Device Simulator Express: Deploy to Device'.

VI. Use the Serial Monitor for your device (available on Windows and Mac only)

  1. Plug in your device (make sure it's formatted properly already).
  2. Run the command 'Device Simulator Express: Open Serial Monitor'.
  3. Select your baud rate for the serial port.
  4. The print() statements in your code will show in the output console.

VII. Debug your project on the simulator

  1. Add breakpoints in your code
  2. Press F5 to enter the debugging mode, and you can start debugging line by line!

Commands

Device Simulator Express provides several commands in the Command Palette (F1 or Ctrl + Shift + P / Cmd + Shift + P for Mac OS) for working with *.py files:

  • Device Simulator Express: Getting Started: Opens a page in VS Code that helps users get started with the extension. Here, users can browse through code that they can use to play with the simulators.
  • Device Simulator Express: Run Simulator: Runs Python code on the simulator.
  • Device Simulator Express: New File: Opens an unsaved .py file with template code, also opens the simulator for the selected device.
  • Device Simulator Express: Open Simulator: Opens the simulator in the simulator window for the selected device
  • Device Simulator Express: Deploy to Device: Copies the current file to the selected device.
  • Device Simulator Express: Open Serial Monitor: Opens the serial monitor in the integrated output window.
  • Device Simulator Express: Close Serial Monitor: Stops the serial monitor and releases the serial port.
  • Device Simulator Express: Change Baud Rate: Changes the baud rate of the selected serial port. For Adafruit CPX, the default baud rate is 115200.
  • Device Simulator Express: Select Serial Port: Changes the current serial port.

Contribute

Provide feedback

To add a review for our extension, please do so on the Visual Studio Marketplace

To report issues, provide feedback or requests, please use this link: Provide Feedback.
We would love to hear from you about your experience to keep improving our project.

Privacy and Telemetry Notice

Data Collection

The software may collect information about you and your use of the software and send it to Microsoft. Microsoft may use this information to provide services and improve our products and services. You may turn off the telemetry as described in the repository. There are also some features in the software that may enable you and Microsoft to collect data from users of your applications. If you use these features, you must comply with applicable law, including providing appropriate notices to users of your applications together with a copy of Microsoft's privacy statement. Our privacy statement is located at https://go.microsoft.com/fwlink/?LinkID=824704. You can learn more about data collection and use in the help documentation and our privacy statement. Your use of the software operates as your consent to these practices.

Disable Telemetry

The Microsoft Device Simulator Express Extension for Visual Studio Code collects usagedata and sends it to Microsoft to help improve our products andservices. Read ourprivacy statement tolearn more. This extension respects the telemetry.enableTelemetrysetting which you can learn more about athttps://code.visualstudio.com/docs/supporting/faq#_how-to-disable-telemetry-reporting.

To disable telemetry, follow these steps:

  1. Open File (Open Code on macOS)
  2. Select Preferences
  3. Select Settings
  4. Search for telemetry
  5. Uncheck the Telemetry: Enable Telemetry setting

Third Party Notice

A ThirdPartyNotices.txt file is provided in the extension's source code listing the appropriate third-party notices.

Visual Studio On Mac

Troubleshooting Tips

C++ Visual Studio Mac

  • The first time you install the extension, you'll need to execute the run command at least once in order to access auto-completion.
  • While running a code file, if you get an error saying it can't find the file, make sure you've clicked on a valid Python code file before running it.
  • To open the output panel again after closing it go to VS Code menu: View -> Output.
  • If you try to deploy to the CPX while it's plugged in but you still get an error saying it cannot find the board, make sure your device is formatted correctly and that its name matches CIRCUITPY.
  • If you can't get the Simulator communication working while debugging, try to open your Settings and check the port used under 'Device Simulator Express: Debugger Server Port'. You can either change it (usually ports above 5000 should work) or try to free it, then start debugging again.
  • When you are using the serial monitor, if you get some unusual error messages, unplug the device and reload the VS Code windows.
  • If you're using Ubuntu and having some problems with setting up the environment, try reviewing this article's 'Step 1' section on how to set up Python 3 on Ubuntu 16.04. Then, ensure that you've run sudo apt-get install -y python3-venv to allow for virtual environment creation.

License

Notes

  1. Make sure that when you type python in a terminal, the command is recognized and you have the correct version. The easiest way to do it is to select the 'Add to PATH' option directly when you install Python. Otherwise you can search how to insert it manually.
  2. You can choose to see the prompt or not by changing the extension configurations.
-->

System requirements for the Visual Studio 2013 family of products are listed in the table below. For more information on compatibility, please see Visual Studio 2013 Platform Targeting and Compatibility.

To view system requirements for specific products, click on a bookmark below:

Download

You can download Visual Studio 2013 from My.VisualStudio.com. My.VisualStudio.com requires a free Dev Essentials subscription, or a Visual Studio Subscription.

Visual Studio 2013

RequirementsSupported Operating Systems
Visual Studio Express 2013 with Update 5 for Windows Desktop
Hardware Requirements
  • 1.6 GHz or faster processor
  • GB of RAM (1.5 GB if running on a virtual machine)
  • 5 GB of available hard disk space
  • 5400 RPM hard drive
  • DirectX 9-capable video card running at 1024 x 768 or higher display resolution
Additional Requirements
On Windows 8.1 and Windows Server 2012 R2, KB2883200 (available through Windows Update) is required.
Windows 7 SP1 (x86 and x64)
Windows 8 (x86 and x64)
Windows 8.1 (x86 and x64)
Windows Server 2008 R2 SP1 (x64)
Windows Server 2012 (x64)
Windows Server 2012 R2 (x64)
Visual Studio Express 2013 with Update 5 for Web
Hardware Requirements
  • 1.6 GHz or faster processor
  • 1 GB of RAM (1.5 GB if running on a virtual machine)
  • 4 GB of available hard disk space
  • 5400 RPM hard drive
  • DirectX 9-capable video card running at 1024 x 768 or higher display resolution
Additional Requirements
On Windows 8.1 and Windows Server 2012 R2, KB2883200 (available through Windows Update) is required.
Windows 7 SP1 (x86 and x64)
Windows 8 (x86 and x64)
Windows 8.1 (x86 and x64)
Windows Server 2008 R2 SP1 (x64)
Windows Server 2012 (x64)
Windows Server 2012 R2 (x64)
Visual Studio Express 2013 with Update 5 for Windows
Hardware Requirements
  • 1.6 GHz or faster processor
  • 1 GB of RAM (1.5 GB if running on a virtual machine)
  • 11 GB of available hard disk space
  • 5400 RPM hard drive
  • DirectX 9-capable video card running at 1024 x 768 or higher display resolution
Additional Requirements
KB2883200 (available through Windows Update) is required.
Windows 8.1 (x86 and x64)
Visual Studio Community 2013 with Update 5
Hardware Requirements
  • 1.6 GHz or faster processor
  • 1 GB of RAM (1.5 GB if running on a virtual machine)
  • 20 GB of available hard disk space
  • 5400 RPM hard disk drive
  • DirectX 9-capable video card that runs at 1024 x 768 or higher display resolution
Additional Requirements
KB2883200 (available through Windows Update) is required.
Windows 8.1 (x86 and x64)
Windows 8 (x86 and x64)
Windows 7 SP1 (x86 and x64)
Windows Server 2012 R2 (x64)
Windows Server 2012 (x64)
Windows Server 2008 R2 SP1 (x64)
Visual Studio Premium 2013 with Update 5
Hardware Requirements
  • 1.6 GHz or faster processor
  • 1 GB of RAM (1.5 GB if running on a virtual machine)
  • 20 GB of available hard disk space
  • 5400 RPM hard disk drive
  • DirectX 9-capable video card that runs at 1024 x 768 or higher display resolution
Additional Requirements
KB2883200 (available through Windows Update) is required.
Windows 8.1 (x86 and x64)
Windows 8 (x86 and x64)
Windows 7 SP1 (x86 and x64)
Windows Server 2012 R2 (x64)
Windows Server 2012 (x64)
Windows Server 2008 R2 SP1 (x64)
Visual Studio Professional 2013 with Update 5
Hardware Requirements
  • 1.6 GHz or faster processor
  • 1 GB of RAM (1.5 GB if running on a virtual machine)
  • 20 GB of available hard disk space
  • 5400 RPM hard disk drive
  • DirectX 9-capable video card that runs at 1024 x 768 or higher display resolution
Additional Requirements
KB2883200 (available through Windows Update) is required.
Windows 8.1 (x86 and x64)
Windows 8 (x86 and x64)
Windows 7 SP1 (x86 and x64)
Windows Server 2012 R2 (x64)
Windows Server 2012 (x64)Windows Server 2008 R2 SP1 (x64)
Visual Studio Test Professional 2013
Hardware Requirements
  • 1.6 GHz or faster processor
  • 1 GB (32 Bit) or 2 GB (64 Bit) of RAM (Add 512MB to host if running in a virtual machine)
  • 3 GB of available hard disk space
  • 5400 RPM hard disk drive
  • DirectX 9-capable video card running at 1024 x 768 or higher display resolution
Additional Requirements
On Windows 8.1 and Windows Server 2012 R2, KB2883200 (available through Windows Update) is required.
Windows 8.1 (x86 and x64)
Windows 8 (x86 and x64)
Windows 7 SP1 (x86 and x64)
Windows Server 2008 R2 SP1 (x64)
Windows Server 2012 (x64)
Windows Server 2012 R2 (x64)
Visual Studio Ultimate 2013 with Update 5
Hardware Requirements
  • 1.6 GHz or faster processor
  • 1 GB of RAM (1.5 GB if running on a virtual machine)
  • 20 GB of available hard disk space
  • 5400 RPM hard disk drive
  • DirectX 9-capable video card that runs at 1024 x 768 or higher display resolution
Additional Requirements
KB2883200 (available through Windows Update) is required.
Windows 8.1 (x86 and x64)
Windows 8 (x86 and x64)
Windows 7 SP1 (x86 and x64)
Windows Server 2012 R2 (x64)
Windows Server 2012 (x64)
Windows Server 2008 R2 SP1 (x64)
More Information
  • This version of Visual Studio works best with Internet Explorer 10 or higher. If Internet Explorer 10 is not installed on your computer, some features might not work as expected.
  • Windows Phone 8.0 development requires Windows 8.1 (x64) or higher.
  • Windows Phone 8.1 development requires Windows 8.1 (x86) or higher.
  • For the Windows Phone emulators, Windows 8.1 (x64) Professional edition or higher, and a processor that supports Client Hyper-V and Second Level Address Translation (SLAT).
  • If your computer meets the operating system requirements but does not meet the hardware requirements for the Windows Phone Emulators, the Windows Phone development tools will install and run. However, the Windows Phone 8.0 and 8.1 Emulators will not function and you must use a device to deploy or test Windows Phone apps.

Team Foundation Server 2013

RequirementsSupported Operating Systems
Team Foundation Server 2013 with Update 5
Hardware Requirements
  • 1.6 GHz or faster processor
  • 1 GB of RAM (1.5 GB if running on a virtual machine)
  • 10 GB of available hard disk space for a typical installation
  • 600 MB of available hard disk space (language pack)
  • 5400 RPM hard drive
  • DirectX 9-capable video card running at 1024 x 768 or higher display resolution
Windows 7 SP1 (x86 and x64)
Windows 8 (x86 and x64)
Windows 8.1 (x86 and x64)
Windows Server 2008 R2 SP1 (x64)
Windows Server 2012 (x64)
Windows Server 2012 R2 (x64)
Team Foundation Server Express 2013 with Update 5
Hardware Requirements
  • 1.6 GHz or faster processor
  • 1 GB of RAM (1.5 GB if running on a virtual machine)
  • 5 GB of available hard disk space
  • 5400 RPM hard drive
  • DirectX 9-capable video card running at 1024 x 768 or higher display resolution
Additional Requirements
On Windows 8.1 and Windows Server 2012 R2, KB2883200 (available through Windows Update) is required.
Windows 7 SP1 (x86 and x64)
Windows 8 (x86 and x64)
Windows 8.1 (x86 and x64)
Windows Server 2008 R2 SP1 (x64)
Windows Server 2012 (x64)
Windows Server 2012 R2 (x64)
More Information
  • This version of Visual Studio works best with Internet Explorer 10 or higher. If Internet Explorer 10 is not installed on your computer, some features might not work as expected.

Visual Studio 2012

Requirements
Visual Studio 2012 Update 5
Hardware Requirements
  • 1.6 gigahertz (GHz) or faster processor
  • 1 gigabyte (GB) of RAM (1.5 GB if you are running in a virtual machine)
  • 1 GB of available hard disk space
  • 5,400 RPM hard disk drive
  • DirectX 9-capable video card that is running at 1024 × 768 or higher resolution
Top of Page



broken image