FAQ CE 5.0 and WM 5.0 Application Development

Size: px
Start display at page:

Download "FAQ CE 5.0 and WM 5.0 Application Development"

Transcription

1 FAQ CE 5.0 and WM 5.0 Application Development Revision 03 This document contains frequently asked questions (or FAQ s) related to application development for Windows Mobile 5.0 and Windows CE 5.0 devices. SMDK for C 1. Q: Can I use Visual Studio 2005 to develop C/C++ applications for my Windows CE 4.2 device? A: No, Visual Studio 2005 supports smart device development for Pocket PC 2003, Windows Mobile 5.0 and Windows CE 5.0. Windows CE 4.2 is not a supported platform in Visual Studio You must use embedded visual C to develop C/C++ applications for your Windows CE 4.2 device. 2. Q: Can I use embedded visual C to develop C/C++ applications for my Windows Mobile 5.0 device? A: No, embedded Visual C supports smart device development for Pocket PC 2003, Windows CE 4.2 and Windows CE 5.0. Windows Mobile 5.0 is not a supported platform in embedded Visual C You must use Visual Studio 2005 to develop C/C++ applications for your Windows Mobile 5.0 device. 3. Q: Can I use an Express version of Visual Studio 2005 to develop C/C++ applications for my devices? A: No, the Express versions of Visual Studio do not support Smart device development. You must use one of the full versions of Visual Studio 2005 to develop C/C++ applications for your device. 4. Q: In addition to Visual Studio 2005, what else do I need to develop C/C++ applications for a Windows Mobile 5.0 device from Symbol Technologies? A: In addition to Visual Studio 2005, you will need the Microsoft Windows Mobile 5.0 SDK and the Symbol Mobility Developer Kit for C (SMDK for C). For debugging devices, ActiveSync 4.1 is also required. 5. Q: In addition to Visual Studio 2005, what else do I need to develop C/C++ applications for a Windows CE 5.0 device from Symbol Technologies? A: In addition to Visual Studio 2005, you will need the Windows CE platform SDK (PSDK) for the device and the Symbol Mobility Developer Kit for C (SMDK for C). For debugging devices, ActiveSync 4.1 is also required. Symbol Technologies, Inc. Page 1 Copyright 2006

2 6. Q: Where can I get visual Studio 2005? A: Unlike embedded visual C++ 4.0; which was a free download from Microsoft, Visual Studio 2005 must be purchased from a qualified retailer. The cost varies depending on the license purchased. Visual Studio 2005 is also available in certain licenses of MSDN (Microsoft Developer Network). 7. Q: Where do I get the Windows Mobile 5.0 SDK? A: The Windows Mobile 5.0 SDK is available as a free download from Microsoft at: and search for the string Windows Mobile 5.0 SDK for Pocket PC. 8. Q: Where can I get ActiveSync 4.1? A: ActiveSync 4.1 is available as a free download from Microsoft at: d2d180a42dfa&DisplayLang=en. If this link does not work, go to and search for the string ActiveSync 4.1 download. 9. Q: Can I open my projects that were created using embedded visual C in Visual Studio 2005? A: Yes, when the VCW or DSP project files from embedded visual C are opened in Visual Studio 2005, a conversion wizard is launched. The conversion wizard guides you through the steps required to convert your project files for use in Visual Studio Q: Where can I get more information on migrating embedded Visual C++ projects to Visual Studio 2005? A: Q: My application was building without errors using VS2005 and SMDK for C. I installed evc4 to build for an older CE 4.2 device, and I am no longer able to build my application for CE 5.0 when I go back to Visual Studio How can I fix this? A: If you need to install "SMDK for evc4" and "SMDK for C" on the same PC, make sure that "SMDK for evc4" is installed first. Both SMDK packages install a version of Platform Integrator, with its associated library files. By installing SMDK Symbol Technologies, Inc. Page 2 Copyright 2006

3 for C last, you insure that the latest library files are being used with all of your projects. 12. Q: I was using evc4 to build my CE5.0 applications. I installed VS2005, but I am unable to see the CE5.0 platforms in Configuration Manager of Visual Studio. How do I make these CE 5.0 platforms visible? A: For Windows CE SDK's (or Platform SDK's) to be recognized by Visual Studio 2005, they must be installed after Visual Studio 2005 is installed. To fix this, uninstall each 5.0 PSDK and re-install it. 13. Q: Why can t I install the Windows Mobile 5.0 SDK on my PC. A: The Windows Mobile 5.0 SDK will only install if Visual Studio 2005 is already installed. Install Visual Studio first. 14. Q: I installed Visual Studio 2005, then the SMDK v1.0 for C, and opened a sample solution. When I select Windows Mobile 5.0 in the Active configuration field of the toolbar, why can t I build the sample application? A: Although it appears in the user interface of VS2005, the Windows Mobile 5.0 must be installed before the application can be built. 15. Q: Why do I get compiler or link errors when trying to build the SMDK for C samples for Windows Mobile 2005 or PPC2003? A: The Microsoft Windows Mobile SDK's should be installed before the SMDK for C. This will ensure that the Symbol Platform Integrator adds the Symbol Include and Library files to this Microsoft SDK. If the Microsoft SDK's for Windows Mobile are installed after the SMDK for C, you will need to run the Symbol Platform Integrator manually using the shortcut in the SMDK for C Start Menu program group 16. Q: I have installed a PSDK for the MC3000c50b and added it to my solution using configuration manager, but my project will not build for MC3000c50b. How can I fix this? A: SMDK v1.0 for C includes various sample applications that provide examples of how to interface with the Symbol API functions. Each sample project contains a Visual Studio 2005 solution file. When opened in Visual Studio, the solution file allows developers to rebuild the sample for different target platforms. By default, each solution includes settings for targeting Pocket PC 2003 and Windows Mobile 5.0. If you need to build a project for a Windows CE device; such as the MC3000, the Platform SDK (or PSDK) for that device must be installed and a new platform configuration must be added to the solution. Symbol Technologies, Inc. Page 3 Copyright 2006

4 17. Q: Why do I get the linker error fatal error LNK1181: cannot open input file 'secchk.lib after I install a PSDK, create a new platform and build a sample application? A: After installing a new PSDK from Symbol, you can add that platform to your project by creating a new platform using the configuration manager. In the configuration manager you must choose the option Windows Mobile 5.0 Pocket PC SDK (ARMV4I) for the field Copy settings from. If you choose the option Pocket PC 2003 (ARMV4) you will get the secchk.lib linker error. 18. Q: I am using VS2005 to create my application. I just installed the PSDK for the MC3000c50b. Why can t I see the MC3000c50b as a device to target in my solution? A: SMDK v1.0 for C includes various sample applications that provide examples of how to interface with the Symbol API functions. Each sample project contains a Visual Studio 2005 solution file. When opened in Visual Studio, the solution file allows developers to rebuild the sample for different target platforms. By default, each solution includes settings for targeting Pocket PC 2003 and Windows Mobile 5.0. If you need to build a project for a Windows CE device; such as the MC3000, the Platform SDK (or PSDK) for that device must be installed and a new platform configuration must be added to the solution. 19. Q: Why do I get the build warning "$(CeConfigName)" environment variable not found" when I build my project in Visual Studio 2005? A: This warning does not affect the behavior of the application when executed, and can be ignored. It is a result of using the visual Studio project conversion wizard to upgrade a project that was created in embedded Visual C Q: Why do I get the error message Not a valid Windows CE application when I run my program on a Windows Mobile or Windows CE device? A: A common cause of this runtime error is the absence of a called function in the API DLL file installed on the device. The Symbol export libraries provided with SMDK for C allow access to the latest set of API functions. If you are developing for an older device that may not implement all of the new functions listed in the help file, you will not know this until runtime. The source will compile and link successfully, but may not run. Calling a function that exists in the export library but does not exist in the DLL on the device will cause a failure when the application is launched. You will receive an error message that states Not a valid Windows CE application. The CheckAPI utility provided in the SMDK for C can be used to determine which API functions are present on a device. To avoid receiving the runtime error, use LoadLibarary and GetProcAddress within you application to call functions. This will allow you to determine at runtime if an API function is implemented. Symbol Technologies, Inc. Page 4 Copyright 2006

5 SMDK for.net 1. Q: Can I use Visual Studio 2005 (VS2005) to develop managed applications (C# or VB.NET) for my Windows CE 4.2 device? A: No, Visual Studio 2005 supports smart device development for Pocket PC 2003, Windows Mobile 5.0 and Windows CE 5.0. Windows CE 4.2 is not a supported platform in Visual Studio You must use Visual Studio.NET 2003 to develop managed applications for your Windows CE 4.2 device. 2. Q: Can I use Visual Studio 2003 (VS2003) to develop managed applications for my Windows Mobile 5.0 device? A: No, Visual Studio 2003 supports smart device development for Pocket PC 2003, Windows CE 4.2 and Windows CE 5.0. Windows Mobile 5.0 is not a supported platform in Visual Studio You must use Visual Studio 2005 to develop applications for your Windows Mobile 5.0 device. However, many developers claim they are successful in getting the applications created using Visual Studio 2003 to run on Windows Mobile 5.0 devices. 3. Q: Can I use an Express version of Visual Studio 2005 to develop managed applications for my devices? A: No, the Express versions of Visual Studio do not support Smart device development. You must use one of the full versions of Visual Studio 2005 to applications for your device. 4. Q: In addition to Visual Studio 2005, what else do I need to develop managed applications for a Windows Mobile 5.0 device from Symbol Technologies? A: In addition to Visual Studio 2005, you will need the Microsoft Windows Mobile 5.0 Pocket PC SDK and the Symbol Mobility Developer Kit for.net (SMDK for.net). For debugging devices, ActiveSync 4.1 is also required. 5. Q: In addition to Visual Studio 2005, what else do I need to develop managed applications for a Windows CE 5.0 device from Symbol Technologies? A: In addition to Visual Studio 2005, you will need the Symbol Mobility Developer Kit for.net (SMDK for.net). For debugging devices, ActiveSync 4.1 is also required. Symbol Technologies, Inc. Page 5 Copyright 2006

6 6. Q: In addition to Visual Studio 2003, what else do I need to develop managed applications for a Windows CE 5.0 device from Symbol Technologies? A: In addition to Visual Studio 2003, you will need Microsoft s Windows CE Utilities for Visual Studio.NET 2003 Add-on Pack and the Symbol Mobility Developer Kit for.net (SMDK for.net). 7. Q: Where can I get visual Studio 2005? A: Visual Studio 2005 must be purchased from a qualified retailer. The cost varies depending on the license purchased. Visual Studio 2005 is also available in certain licenses of MSDN (Microsoft Developer Network). 8. Q: Where do I get the Windows Mobile 5.0 SDK for PocketPC? A: The Windows Mobile 5.0 SDK is available as a free download from Microsoft at: If this link does not work, go to and search for the string Windows Mobile 5.0 SDK for Pocket PC. 9. Q: Where can I get ActiveSync 4.1? A: ActiveSync 4.1 is available as a free download from Microsoft at: d2d180a42dfa&DisplayLang=en. If this link does not work, go to and search for the string ActiveSync 4.1 download. 10. Q: Can I open my projects that were created using Visual Studio 2003 in Visual Studio 2005? A: Yes, when the project files from Visual Studio 2003 are opened in Visual Studio 2005, you will be prompted to upgrade the project to Visual Studio We have not experienced any problems with upgrading the projects to Visual Studio Once upgraded, the projects cannot be opened in VS Q: Can I use Visual Studio 2005 to develop applications targeted for Compact Framework 2.0? A: Yes. Visual Studio 2005 supports both 1.0 and 2.0 versions of Compact Framework. 12. Q: Can I use Visual Studio 2005 to develop applications targeted for Compact Framework 1.0? A: Yes. Visual Studio 2005 supports both 1.0 and 2.0 versions of Compact Framework. Symbol Technologies, Inc. Page 6 Copyright 2006

7 13. Q: Can I use Visual Studio 2003 to develop applications targeted for Compact Framework 2.0? A: No. Visual Studio 2003 supports only Compact Framework 1.0. You must use Visual Studio 2005 to target Compact Framework Q: Why do I get compiler errors when I use SMDK v1.2 for.net with the Release Version (RTM) of Visual Studio 2005? A: SMDK v1.2 for.net was validated for use with the Beta 2 version of Visual Studio Due to the changes made to the directory structure in the final version (RTM) Visual Studio 2005, the SMDK v1.2 for.net will not install properly. A workaround is provided on the product s webpage at DevZone Q: Is SMDK v1.2 for.net compatible with Visual Studio 2003 and Visual Studio 2005? A: Yes. SMDK for.net can be used with Visual Studio 2005 as well as Visual Studio Q: Can I install both Visual Studio 2003 and Visual Studio 2005 on the same machine? A: Yes. Microsoft reported a few issues with installing the Beta 2 version of VS2005 and Visual Studio 2003 on the same machine. But the RTM version of Visual Studio is supposed to be able to coexist with Visual Studio Q: Why does the SMDK v1.2 for.net fail to work with Visual Studio 2005 when I have Visual Studio 2005 and Visual Studio 2003 installed on the same machine? A: The SMDK for.net will install for use with Visual Studio 2003 when VS2005 and VS2003 are present on the same machine. The following steps describe how to get the SMDK to work for both versions: - Install VS Install Microsoft s Visual Studio.NET 2003 Add-on Pack - Install PocketPC2003 SDK (if required) - Install VS2005 RTM - Install Microsoft Mobile 5.0 SDK for PocketPC (if required) - Install ActiveSync Install SMDK v1.2 for.net - Copy Symbol assemblies from..program Files\ Microsoft Visual Symbol Technologies, Inc. Page 7 Copyright 2006

8 Studio.Net 2003\CompactFrameworkSDK\v \Windows CE\Symbol*.* to..\program Files\Microsoft Visual Studio 8\SmartDevices\SDK\ CompactFramework\2.0\v2.0\WindowsCE. With the above steps, the samples can be successfully compiled but you may not be able to use Visual Studio 2005 to deploy the solution to the device. In that case you will have to manually the copy the files to the device and install Symbol.All.Arm.cab if necessary. The file Symbol.All.Arm.Cab can be found at..\program Files\Microsoft Visual Studio 8\SmartDevices\SDK\ CompactFramework\2.0\v2.0\WindowsCE\wce400\armv4\. This problem will be fixed in the next version of SMDK for.net. 18. Q: Does my Windows Mobile 5.0 device come installed with the compact framework? A: Yes. The Windows Mobile 5.0 devices are usually shipped with the Compact Framework version 1.0 SP Q: Does my Windows CE 5.0 device come with the compact framework? A: No. The Windows CE devices are not shipped with the Compact Framework installed. 20. Q: How do I know what version of Compact Framework is installed on my device? A: Run the utility \Windows\cgacutil.exe on the device. You will get a message box showing you the Win32 File Version of the.net Compact Framework installed on the device. The Win32 File versions and the corresponding compact framework versions are listed below: Version Description RTM SP SP2 Recall SP2 Beta SP2 Final SP3 Beta SP3 Final CTP May Beta CTP December CTP November Beta RTM Symbol Technologies, Inc. Page 8 Copyright 2006

9 21. Q: Is there a way to determine the version of the Compact Framework installed on my device programmatically? A: To determine the version of the Compact Framework programmatically you can use System.Environment.Version.ToString(). 22. Q: My applications are targeted for Windows Mobile 5.0 and Compact Framework 2.0. How can I uninstall Compact Framework 1.0 from the device? A: You cannot uninstall Compact Framework 1.0 from the Windows Mobile 5.0 device. Microsoft bundles Compact Framework 1.0 into the operating system. Future versions of Windows Mobile may allow OEMs to choose the version of Compact Framework included with the operating system. 23. Q: How do I determine the version of SMDK for.net installed on a device? A: Locate the file \Windows\ Symbol Managed Class Libraries #.#.GAC on the device. #.# denotes the version of the SMDK installed on the device. 24. Q: Can I get an application developed for compact framework 2.0 to run on 1.0 and vice versa? A: You cannot run the application developed for the compact framework 2.0 on the compact framework 1.0. But you can run the application developed for compact framework 1.0 on compact framework Q: I need to install the released version of Visual Studio Is there any instruction on uninstalling the Beta 2 version of Visual Studio 2005? A: Yes, it is important that you uninstall the Beta version in the order suggested by Microsoft. Refer to the link Symbol Pocket Browser 1. Q: Why isn t my meta tag working; I ve double checked the syntax and it s still not working? A: This problem can be caused by using the wrong type of quotation or speech marks. For example, when copying and pasting code from a Word document, the formatting on the speech marks may be altered. 2. Q: My unit has been returned from repair. I tried to reapply my license but it is no longer working. What am I doing wrong? Symbol Technologies, Inc. Page 9 Copyright 2006

10 A: Sometimes when repairing a device it is necessary for certain parts to be replaced. If this is a component such as the motherboard the UUID of the device will change. Licenses are based on device UUID. Contact Symbol Customer Service for a new license. 3. Q: How can I license my terminal; I ve entered my UUID parts 1 & 2 which I found in Symbol settings, but cannot find the checksum? A: You need to use the UUIDs from the Symbol Pocket Browser license screen. On this screen you will also find the checksum you are looking for. 4. Q: I ve compared my UUID displaying in Symbol Pocket Browser to the UUID displayed in Symbol settings and they are noticeably different. Why? A: On Windows CE, the UUID is only 16 digits long, Symbol Pocket Browser requires a 32 digit UUID, therefore the UUID is padded with zeros. 5. Q: I ve added some JavaScript to set the focus to my input field when the page loads, but it is not always getting set. What am I doing wrong? A: Due to extra processing in Symbol Pocket Browser with features such as the battery indicator, sometimes focus gets lost. Try using the settimeout function to delay setting focus for a very short time (approx. 500 ms). 6. Q: When my device goes out of range it does not respond for up to 2 minutes. Why is this? A: By default, Symbol Pocket Browser waits for 45 seconds before prompting the user to cancel or retry. This timeout can be shortened by changing the navigationtimeout setting in the registry. This timeout cannot be lengthened. 7. Q: I ve added a default meta tag entry in my registry to make the battery indicator visible. Every time I add the tag to set the position of the indicator it is replacing my show tag. Why? A: When adding more than one parameter for the same tag, add a key for that tag then create a setting of type dword with the name set as the value of the tag. [HKEY_CURRENT_USER\Software\Symbol\SymbolPB\Tags\Battery] "right"=dword: "y=303"=dword: "x=180"=dword: Q: I have a page with bookmarks. When I try to navigate to a bookmark which is further down the screen than the visible area, it is failing to navigate. Why? Symbol Technologies, Inc. Page 10 Copyright 2006

11 A: When scroll bars are switched off, Internet Explorer and Pocket Internet Explorer will not scroll the page when you navigate to a non-visible bookmark section. Either turn on scrollbars or redesign your page to use div tags or separate files. 9. Q: I ve added a power on tag however; when I switch on the device it sometimes does not navigate. Why? A: Ensure that the URL or JavaScript function is not directing the browser to navigate to a page which is not on the device. If the network is not fully established when the navigation occurs, it will fail. 10. Q: Symbol Pocket Browser is in my start-up folder. Sometimes when starting, I get a blank screen. Why? A: When starting Symbol Pocket Browser from the start-up folder, ensure that the first page navigated to is a local file. This gives the radio enough time to start and establish a network connection. 11. Q: When I click the SIP button in Symbol Pocket Browser on my MC50 QWERTY device, the SIP appears momentarily then disappears. Why? A: There is a feature with the MC50 and MC70 that have physical keyboards where the SIP will not show until the system SIP button has been pressed. 12. Q: When I launch a process using the Symbol Pocket Browser ActiveX control, the start bar is not visible and I can still see Symbol Pocket Browser below. Why is this? A: Symbol Pocket Browser locks the user out of the Operating System by removing the start bar (amongst other things). If this looks odd, design a page to display in Symbol Pocket Browser while your process is running which shows an appropriate background. 13. Q: When I enable the scanner, the first time I scan a barcode, my scanner parameters are not taking effect. What is wrong? A: When setting parameters or disabling decoders always add the scanner enabled tag after all the parameters and decoders have been set. Symbol Technologies, Inc. Page 11 Copyright 2006

12 SMDK for Java 1. Q: Can the Sun Microsystems JVM be installed on a Symbol device and be used to run my Java applications? A: No. The SUN JVM has not been validated to run on Symbol mobile devices. The SMDK for Java has only been validated to work with the IBM J9 JVM. 2. Q: What JVM should I use to run the SMDK for Java sample applications? A: The only JVM tested with SMDK for Java is the "IBM J9 Personal Profile 1.0" which comes with "WebSphere Studio Device Developer 5.7.1". 3. Q: Why does SMDK for Java provide two sets of shortcut files for the samples; one for Windows CE devices and another for Windows Mobile devices? A: The IBM J9 JVM gets installed into different locations on these two types of devices. For this reason, two sets of shortcut files for the samples are required. 4. Q: What is JavaPOS? A: JavaPOS (or Java for Point Of Sale) is a standards committee whose purpose is to examine the ways in which Java applications can best be utilized in a retail environment. The JavaPOS standard defines a set of JavaPOS services that are used by the application developer to interface with the various components on the mobile device. 5. Q: What are the JavaPOS services currently available for Symbol Mobile Computers? A: The SMDK v1.2 for Java provides support for 2 JavaPOS services; one for MSR and one for the Scanner. Others may be provided in the future, depending on customer demand. 6. Q: The J9 JVM was included with the SMDK v1.0 for Java. Why is it no longer supplied with the newer versions of SMDK for Java? A: Symbol no longer distributes the J9 JVM with the SMDK for Java. For application development, a single copy of the JVM is included with WebSphere Studio Device Developer. Licenses for enterprise deployment are available from IBM. Symbol Technologies, Inc. Page 12 Copyright 2006

13 7. Q: I modified one of the sample shortcut files to launch my own application, but it does not work. What happened? A: A sample shortcut file is a single-line text file consisting of a length and a command line. If you modify the command line, make sure you modify the length accordingly. The length includes all of the characters following the # character. Also make sure that the length does not exceed 255 characters. The following example illustrates the shortcut file for the Audio sample application. 186#"\Program Files\J9\PPRO10\bin\j9w.exe" "-classpath" "\Java\J_AudioSample1.jar" "-jcl:ppro10" "-jcl:ppro10" "-classpath" "\Java\symbolclasses.jar;\Java\symbolsamples.jar" "J_AudioSample1" 8. Q: I installed the J9 JVM on a CE 4.2 device, and then installed the SMDK samples according to the instructions, but when I click on a sample, it does not run, giving an error. What can cause this? A: There are 2 different sets of CAB files provided with the SMDK for Java, one for Windows CE devices and another set for Windows Mobile devices. Make sure you install the correct set of CAB files. This error can be caused by inadvertently installing the CAB files intended for Windows Mobile onto a Windows CE device. Symbol Technologies, Inc. Page 13 Copyright 2006

Considerations for Mobile Application Development

Considerations for Mobile Application Development Intermec Technologies Considerations for Mobile Application Development Developer Support, 2012 Intermec Technologies 1/3/2012 Table of Contents What is an AKU?... 3 Device OS / IVA (SSPB)... 3 Operating

More information

Developer Guide. for Motorola Enterprise Mobility Devices

Developer Guide. for Motorola Enterprise Mobility Devices Developer Guide for Motorola Enterprise Mobility Devices Developer Guide for Motorola Enterprise Mobility Devices 72E-71161-02 Revision A October 2007 ii Developer Guide for Motorola Enterprise Mobility

More information

Developer Guide. for Symbol Devices

Developer Guide. for Symbol Devices Developer Guide for Symbol Devices Developer Guide for Symbol Devices 72E-71161-01 Revision A May 2006 2006 by Symbol Technologies, Inc. All rights reserved. No part of this publication may be reproduced

More information

An Overview Of ClickOnce Deployment. Guy Smith-Ferrier. Courseware Online. gsmithferrier@coursewareonline.com. Courseware Online

An Overview Of ClickOnce Deployment. Guy Smith-Ferrier. Courseware Online. gsmithferrier@coursewareonline.com. Courseware Online An Overview Of ClickOnce Deployment Guy Smith-Ferrier Courseware Online gsmithferrier@coursewareonline.com 1 Author of.net Internationalization, Addison Wesley, ISBN 0321341384 Due Summer 2005 2 ClickOnce

More information

Java. How to install the Java Runtime Environment (JRE)

Java. How to install the Java Runtime Environment (JRE) Java How to install the Java Runtime Environment (JRE) Install Microsoft Virtual Machine (VM) via System Check Install Sun Java Runtime Environment (JRE) via System Check Loading Java Applet Failed How

More information

Installation Assistance... 3. Windows/Microsoft Updates... 3. Updating from Spectra 7.0.1 or 7.1... 4. Upgrading from Spectra 6.x...

Installation Assistance... 3. Windows/Microsoft Updates... 3. Updating from Spectra 7.0.1 or 7.1... 4. Upgrading from Spectra 6.x... Spectra 7.1.1/Access 2010 Windows Upgrade Installation Instructions Installation Assistance... 3 Windows/Microsoft Updates... 3 Updating from Spectra 7.0.1 or 7.1... 4 Important Notices... 4 Downloading

More information

new Business Online Technical Troubleshooting Guide

new Business Online Technical Troubleshooting Guide new Business Online Technical Troubleshooting Guide TABLE OF CONTENTS How to install Java 1.6 Page 3 How to install Java 1.6 without ActiveX control Page 6 How to uninstall Java Runtime Environment Page

More information

Python for Series 60 Platform

Python for Series 60 Platform F O R U M N O K I A Getting Started with Python for Series 60 Platform Version 1.2; September 28, 2005 Python for Series 60 Platform Copyright 2005 Nokia Corporation. All rights reserved. Nokia and Nokia

More information

Java Update Document (Microsoft Internet Explorer Windows XP)

Java Update Document (Microsoft Internet Explorer Windows XP) Java Update Document (Microsoft Internet Explorer Windows XP) Attention: - Upgrade is not required if Java Version 6 is currently installed. Only follow the below guide if Java Version 7 is installed and

More information

Pcounter Web Report 3.x Installation Guide - v2014-11-30. Pcounter Web Report Installation Guide Version 3.4

Pcounter Web Report 3.x Installation Guide - v2014-11-30. Pcounter Web Report Installation Guide Version 3.4 Pcounter Web Report 3.x Installation Guide - v2014-11-30 Pcounter Web Report Installation Guide Version 3.4 Table of Contents Table of Contents... 2 Installation Overview... 3 Installation Prerequisites

More information

Welcome To Paragon 3.0

Welcome To Paragon 3.0 Welcome To Paragon 3.0 Paragon MLS is the next generation of web-based services designed by FNIS specifically for agents, brokers, and MLS administrators. Paragon MLS is an amazingly flexible online system

More information

BarTender s ActiveX Automation Interface. The World's Leading Software for Label, Barcode, RFID & Card Printing

BarTender s ActiveX Automation Interface. The World's Leading Software for Label, Barcode, RFID & Card Printing The World's Leading Software for Label, Barcode, RFID & Card Printing White Paper BarTender s ActiveX Automation Interface Controlling BarTender using Programming Languages not in the.net Family Contents

More information

Problems with Host On-Demand

Problems with Host On-Demand Problems with Host On-Demand Host On-Demand If you can connect to the Internet, but Host On-Demand will not launch, there are several things to do before calling the NSB Helpdesk for assistance: Ask others

More information

Iron Speed Designer Installation Guide

Iron Speed Designer Installation Guide Iron Speed Designer Installation Guide Version 1.6 Accelerated web application development Updated May 11, 2004 Iron Speed, Inc. 1953 Landings Drive Mountain View, CA 94043 650.215.2200 www.ironspeed.com

More information

InventoryControl for use with QuoteWerks Quick Start Guide

InventoryControl for use with QuoteWerks Quick Start Guide InventoryControl for use with QuoteWerks Quick Start Guide Copyright 2013 Wasp Barcode Technologies 1400 10 th St. Plano, TX 75074 All Rights Reserved STATEMENTS IN THIS DOCUMENT REGARDING THIRD PARTY

More information

Measurement Studio. Contents RELEASE NOTES

Measurement Studio. Contents RELEASE NOTES RELEASE NOTES Measurement Studio Contents These release notes introduce Measurement Studio 2010. Refer to this document for information about new features and functionality, installation requirements,

More information

Smartphone Development Tutorial

Smartphone Development Tutorial Smartphone Development Tutorial CS 160, March 7, 2006 Creating a simple application in Visual Studio 2005 and running it using the emulator 1. In Visual Studio 2005, create a project for the Smartphone

More information

BarTender s.net SDKs

BarTender s.net SDKs The World's Leading Software for Label, Barcode, RFID & Card Printing White Paper BarTender s.net SDKs Programmatically Controlling BarTender using C# and VB.NET Contents Overview of BarTender.NET SDKs...

More information

Table of Contents. Oracle/Sun JRE Upgrade Instructions. Verify Hard Disk Space JRE 1.6.0.35

Table of Contents. Oracle/Sun JRE Upgrade Instructions. Verify Hard Disk Space JRE 1.6.0.35 Table of Contents Oracle/Sun JRE Upgrade Instructions... 1 Verify Hard Disk Space... 1 JRE Install Directions for Windows Vista or Windows 7... 2 EWB Sign-on with the New JRE... 7 Problem and Resolution

More information

Network Connect Installation and Usage Guide

Network Connect Installation and Usage Guide Network Connect Installation and Usage Guide I. Installing the Network Connect Client..2 II. Launching Network Connect from the Desktop.. 9 III. Launching Network Connect Pre-Windows Login 11 IV. Installing

More information

MS Active Sync: Sync with External Memory Files

MS Active Sync: Sync with External Memory Files Mindfire Solutions - 1 - MS Active Sync: Sync with External Memory Files Author: Rahul Gaur Mindfire Solutions, Mindfire Solutions - 2 - Table of Contents Overview 3 Target Audience 3 Conventions...3 1.

More information

Forms Printer User Guide

Forms Printer User Guide Forms Printer User Guide Version 10.51 for Dynamics GP 10 Forms Printer Build Version: 10.51.102 System Requirements Microsoft Dynamics GP 10 SP2 or greater Microsoft SQL Server 2005 or Higher Reporting

More information

e-config Data Migration Guidelines Version 1.1 Author: e-config Team Owner: e-config Team

e-config Data Migration Guidelines Version 1.1 Author: e-config Team Owner: e-config Team Data Migration was a one-time optional activity to migrate the underlying portfolio database in e- config and was only needed during the e-config Upgrade that was rolled out on January 21, 2013. This document

More information

Zanibal Plug-in For Microsoft Outlook Installation & User Guide Version 1.1

Zanibal Plug-in For Microsoft Outlook Installation & User Guide Version 1.1 Zanibal Plug-in For Microsoft Outlook Installation & User Guide Version 1.1 Zanibal LLC Phone: +1-408-887-0480, +234-1-813-1744 Email: support@zanibal.com www.zanibal.com Copyright 2012, Zanibal LLC. All

More information

NetBeans IDE Field Guide

NetBeans IDE Field Guide NetBeans IDE Field Guide Copyright 2005 Sun Microsystems, Inc. All rights reserved. Table of Contents Introduction to J2EE Development in NetBeans IDE...1 Configuring the IDE for J2EE Development...2 Getting

More information

SAML v1.1 for.net Developer Guide

SAML v1.1 for.net Developer Guide SAML v1.1 for.net Developer Guide Copyright ComponentSpace Pty Ltd 2004-2016. All rights reserved. www.componentspace.com Contents 1 Introduction... 1 1.1 Features... 1 1.2 Benefits... 1 1.3 Prerequisites...

More information

DocuSign for Microsoft Dynamics CRM 2011 2.0.2

DocuSign for Microsoft Dynamics CRM 2011 2.0.2 Quick Start Guide DocuSign for Microsoft Dynamics CRM 2011 2.0.2 Published April 2014 Overview This guide provides information on installing and sending documents for signature with DocuSign for Microsoft

More information

Integrated Virtual Debugger for Visual Studio Developer s Guide VMware Workstation 8.0

Integrated Virtual Debugger for Visual Studio Developer s Guide VMware Workstation 8.0 Integrated Virtual Debugger for Visual Studio Developer s Guide VMware Workstation 8.0 This document supports the version of each product listed and supports all subsequent versions until the document

More information

How To Use A Pvpn On A Pc Or Mac Or Ipad (For Pc) With A Password Protected (For Mac) On A Network (For Windows) On Your Computer (For Ipad) On An Ipad Or Ipa

How To Use A Pvpn On A Pc Or Mac Or Ipad (For Pc) With A Password Protected (For Mac) On A Network (For Windows) On Your Computer (For Ipad) On An Ipad Or Ipa VPN User Guide For PC System Requirements Operating System: Windows XP, Windows Vista, or Windows 7. (Windows 8 is not officially supported, but does work for some users.) Internet Browser: Internet Explorer

More information

Federated Identity Service Certificate Download Requirements

Federated Identity Service Certificate Download Requirements Federated Identity Service Certificate Download Requirements Version 3.2 Exostar, LLC February 14, 2013 Table of Contents Introduction... 1 Purpose... 1 FIS System Requirements... 2 Adding Exostar as a

More information

How To Install Database Oasis On A Computer Or Computer (For Free)

How To Install Database Oasis On A Computer Or Computer (For Free) INSTALLATION INSTRUCTIONS Table of Contents Installation Instructions 1 Table of Contents 1 System Requirements 2 Installation 3 Selecting where to Install the Professional Server 3 Installing Prerequisites

More information

SW5706 Application deployment problems

SW5706 Application deployment problems SW5706 This presentation will focus on application deployment problem determination on WebSphere Application Server V6. SW5706G11_AppDeployProblems.ppt Page 1 of 20 Unit objectives After completing this

More information

TANDBERG MANAGEMENT SUITE 10.0

TANDBERG MANAGEMENT SUITE 10.0 TANDBERG MANAGEMENT SUITE 10.0 Installation Manual Getting Started D12786 Rev.16 This document is not to be reproduced in whole or in part without permission in writing from: Contents INTRODUCTION 3 REQUIREMENTS

More information

Connectivity Pack for Microsoft Guide

Connectivity Pack for Microsoft Guide HP Vertica Analytic Database Software Version: 7.0.x Document Release Date: 2/20/2015 Legal Notices Warranty The only warranties for HP products and services are set forth in the express warranty statements

More information

Hypercosm. Studio. www.hypercosm.com

Hypercosm. Studio. www.hypercosm.com Hypercosm Studio www.hypercosm.com Hypercosm Studio Guide 3 Revision: November 2005 Copyright 2005 Hypercosm LLC All rights reserved. Hypercosm, OMAR, Hypercosm 3D Player, and Hypercosm Studio are trademarks

More information

PTC Integrity Eclipse and IBM Rational Development Platform Guide

PTC Integrity Eclipse and IBM Rational Development Platform Guide PTC Integrity Eclipse and IBM Rational Development Platform Guide The PTC Integrity integration with Eclipse Platform and the IBM Rational Software Development Platform series allows you to access Integrity

More information

Using Microsoft Visual Studio 2010. API Reference

Using Microsoft Visual Studio 2010. API Reference 2010 API Reference Published: 2014-02-19 SWD-20140219103929387 Contents 1... 4 Key features of the Visual Studio plug-in... 4 Get started...5 Request a vendor account... 5 Get code signing and debug token

More information

FirePass SSLVPN Client Software Deployment Guide For Windows Mobile 5 and 6 Devices MAN 0263 01

FirePass SSLVPN Client Software Deployment Guide For Windows Mobile 5 and 6 Devices MAN 0263 01 FirePass SSLVPN Client Software Deployment Guide For Windows Mobile 5 and 6 Devices MAN 0263 01 Product Version This manual applies to the F5 SSLV client software provided as part of the FirePass 6.0.2,

More information

Getting Started with the LabVIEW Mobile Module

Getting Started with the LabVIEW Mobile Module Getting Started with the LabVIEW Mobile Module Contents The LabVIEW Mobile Module extends the LabVIEW graphical development environment to Mobile devices so you can create applications that run on Windows

More information

User Manual. Onsight Management Suite Version 5.1. Another Innovation by Librestream

User Manual. Onsight Management Suite Version 5.1. Another Innovation by Librestream User Manual Onsight Management Suite Version 5.1 Another Innovation by Librestream Doc #: 400075-06 May 2012 Information in this document is subject to change without notice. Reproduction in any manner

More information

Speeding up PDF display in Acrobat

Speeding up PDF display in Acrobat Speeding up PDF Display (Firefox 2) Speeding up PDF display in Acrobat WHY CHANGE THE PDF DISPLAY BEHAVIOUR?...1 FIREFOX 2...2 INTERNET EXPLORER 7...5 Why change the PDF display behaviour? Why? Because

More information

SQLBase. Starter Guide 20-2905-1004

SQLBase. Starter Guide 20-2905-1004 SQLBase Starter Guide 20-2905-1004 Trademarks Centura, Centura net.db, Centura Ranger, the Centura logo, Centura Web Developer, Gupta, the Gupta logo, Gupta Powered, the Gupta Powered logo, Fast Facts,

More information

How to Log in to LDRPS-Web v10 (L10) https://enterprise.strohlservices.com

How to Log in to LDRPS-Web v10 (L10) https://enterprise.strohlservices.com How to Log in to LDRPS-Web v10 (L10) https://enterprise.strohlservices.com Contents First Time Login Instructions... 1 1) Use the Internet Explorer (IE) Web browser*... 1 2) Install the.net Framework...

More information

5.0 Secure Meeting Error Messages

5.0 Secure Meeting Error Messages Juniper Networks, Inc. 1194 North Mathilda Avenue Sunnyvale, CA 94089 USA 408 745 2000 or 888 JUNIPER www.juniper.net Contents 5.0 Secure Meeting Error Messages...1 Contacting Juniper...1 Administrator

More information

How To Install Outlook Addin On A 32 Bit Computer

How To Install Outlook Addin On A 32 Bit Computer Deployment Guide - Outlook Add-In www.exclaimer.com Contents About This Guide... 3 System Requirements... 4 Software... 4 Installation Files... 5 Deployment Preparation... 6 Installing the Add-In Manually...

More information

Aspera Connect User Guide

Aspera Connect User Guide Aspera Connect User Guide Windows XP/2003/Vista/2008/7 Browser: Firefox 2+, IE 6+ Version 2.3.1 Chapter 1 Chapter 2 Introduction Setting Up 2.1 Installation 2.2 Configure the Network Environment 2.3 Connect

More information

System Planning, Deployment, and Best Practices Guide

System Planning, Deployment, and Best Practices Guide www.novell.com/documentation System Planning, Deployment, and Best Practices Guide ZENworks Application Virtualization 9.0 February 22, 2012 Legal Notices Novell, Inc., makes no representations or warranties

More information

DOS to Windows CE Migration: How and Why to Develop Enterprise Mobility Applications for the Windows CE Environment

DOS to Windows CE Migration: How and Why to Develop Enterprise Mobility Applications for the Windows CE Environment DOS to Windows CE Migration: How and Why to Develop Enterprise Mobility Applications for the Windows CE Environment December 2004 Te c h n i c a l W h i t e P a p e r S y m b o l T e c h n o l o g i e

More information

GP REPORTS VIEWER USER GUIDE

GP REPORTS VIEWER USER GUIDE GP Reports Viewer Dynamics GP Reporting Made Easy GP REPORTS VIEWER USER GUIDE For Dynamics GP Version 2015 (Build 5) Dynamics GP Version 2013 (Build 14) Dynamics GP Version 2010 (Build 65) Last updated

More information

IBM Web Conferencing: Troubleshooting Guide

IBM Web Conferencing: Troubleshooting Guide IBM Web Conferencing: Troubleshooting Guide JOIN AS A PARTICIPANT What do I need to join a web conference under the Mac Operating System? To attend the Web Conferencing meeting under the Mac OS, you must

More information

Installing Crystal Reports XI. Installing Crystal Reports XI

Installing Crystal Reports XI. Installing Crystal Reports XI Installing Crystal Reports XI Installing Crystal Reports XI Installing Crystal Reports XI The Crystal Reports Installation Wizard works with Microsoft Windows Installer to guide you through the installation

More information

2B-Inventory for Microsoft RMS and POS Quick Start

2B-Inventory for Microsoft RMS and POS Quick Start 2B-Inventory for Microsoft RMS and POS Quick Start WARNING: When the mobile device s main battery runs low, you will see a popup notification on the mobile device s screen indicating low power. Upon receiving

More information

e-business Suite Server Install Guide

e-business Suite Server Install Guide e-business Suite Server Install Guide Version 1.0 April 2011 Avelo FS Holdings Limited 2011 *These accreditations belong to Avelo FS Limited **This accreditation belongs to Avelo FS Limited and Avelo Portal

More information

NiceLabel Quick Start Guide

NiceLabel Quick Start Guide NiceLabel Software NiceLabel Quick Start Guide Euro Plus d.o.o. Niceware International, LLC English Edition Rev-0903 www.nicelabel.com COPYRIGHTS Copyright 1995-2009 Euro Plus d.o.o. All rights reserved.

More information

Version 1.2. 2011 Provance Technologies, Inc. All rights reserved. Provance Technologies Inc. 85 Bellehumeur Gatineau, Quebec CANADA J8T 8B7

Version 1.2. 2011 Provance Technologies, Inc. All rights reserved. Provance Technologies Inc. 85 Bellehumeur Gatineau, Quebec CANADA J8T 8B7 This document is provided for informational purposes only and Provance makes no warranties, either express or implied, in this document. Information in this document, including external references, is

More information

Argus Direct add-in for spreadsheets - Installation Guide

Argus Direct add-in for spreadsheets - Installation Guide Argus Direct add-in for spreadsheets - Installation Guide The add-in enables you to download Argus data that you are permissioned for directly in Excel spreadsheets. The spreadsheet can be refreshed to

More information

Team Foundation Server 2013 Installation Guide

Team Foundation Server 2013 Installation Guide Team Foundation Server 2013 Installation Guide Page 1 of 164 Team Foundation Server 2013 Installation Guide Benjamin Day benday@benday.com v1.1.0 May 28, 2014 Team Foundation Server 2013 Installation Guide

More information

Attix5 Pro Server Edition

Attix5 Pro Server Edition Attix5 Pro Server Edition V7.0.2 User Manual for Mac OS X Your guide to protecting data with Attix5 Pro Server Edition. Copyright notice and proprietary information All rights reserved. Attix5, 2013 Trademarks

More information

Novell ZENworks 10 Configuration Management SP3

Novell ZENworks 10 Configuration Management SP3 AUTHORIZED DOCUMENTATION Software Distribution Reference Novell ZENworks 10 Configuration Management SP3 10.3 November 17, 2011 www.novell.com Legal Notices Novell, Inc., makes no representations or warranties

More information

Installation Guide for RTX 2011 with Service Pack 1

Installation Guide for RTX 2011 with Service Pack 1 Installation Guide for RTX 2011 with Service Pack 1 Copyright 1996-2011 by IntervalZero, Inc. All rights reserved. No part of this document may be reproduced or transmitted in any form or by any means,

More information

Workflow Conductor for SharePoint 2010

Workflow Conductor for SharePoint 2010 Workflow Conductor for SharePoint 2010 Release 1.6 (SA08) Overview System Requirements Installing Workflow Conductor Configuring Workflow Conductor Using Workflow Conductor Studio Managing Workflows Licensing

More information

Pre-Requisites: PC and Browser Configuration Guide v1.3

Pre-Requisites: PC and Browser Configuration Guide v1.3 CLIENT FOR CONTRACTORS (C4C) SERVICE REFERENCE GUIDE Pre-Requisites: PC and Browser Configuration Guide v1.3 Introduction Client For Contractors (C4C) is a new service developed by Shell to make contractors

More information

Idera SQL Diagnostic Manager Management Pack Guide for System Center Operations Manager. Install Guide. Idera Inc., Published: April 2013

Idera SQL Diagnostic Manager Management Pack Guide for System Center Operations Manager. Install Guide. Idera Inc., Published: April 2013 Idera SQL Diagnostic Manager Management Pack Guide for System Center Operations Manager Install Guide Idera Inc., Published: April 2013 Contents Introduction to the Idera SQL Diagnostic Manager Management

More information

Thirtyseven4 Endpoint Security (EPS) Upgrading Instructions

Thirtyseven4 Endpoint Security (EPS) Upgrading Instructions Thirtyseven4 Endpoint Security (EPS) Upgrading Instructions Disclaimer: As with any software upgrade or new release, it is strongly encouraged to fully test the new build within your environment prior

More information

Centran Version 4 Getting Started Guide KABA MAS. Table Of Contents

Centran Version 4 Getting Started Guide KABA MAS. Table Of Contents Page 1 Centran Version 4 Getting Started Guide KABA MAS Kaba Mas Welcome Kaba Mas, part of the world-wide Kaba group, is the world's leading manufacturer and supplier of high security, electronic safe

More information

Last edited on 7/30/07. Copyright Syncfusion., Inc 2001 2007.

Last edited on 7/30/07. Copyright Syncfusion., Inc 2001 2007. Enabling ClickOnce deployment for applications that use the Syncfusion libraries... 2 Requirements... 2 Introduction... 2 Configuration... 2 Verify Dependencies... 4 Publish... 6 Test deployment... 8 Trust

More information

STEP BY STEP IIS, DotNET and SQL-Server Installation for an ARAS Innovator9x Test System

STEP BY STEP IIS, DotNET and SQL-Server Installation for an ARAS Innovator9x Test System STEP BY STEP IIS, DotNET and SQL-Server Installation for an ARAS Innovator9x Test System Abstract The intention of this document is to ensure successful installation of 3rd-Party software required for

More information

Citrix Systems, Inc.

Citrix Systems, Inc. Citrix Systems, Inc. Notice The information in this publication is subject to change without notice. THIS PUBLICATION IS PROVIDED AS IS WITHOUT WARRANTIES OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING ANY

More information

Vodafone Email Plus. User Guide for Windows Mobile

Vodafone Email Plus. User Guide for Windows Mobile Vodafone Email Plus User Guide for Windows Mobile 1 Table of Contents 1 INTRODUCTION... 4 2 INSTALLING VODAFONE EMAIL PLUS... 4 2.1 SETUP BY USING THE VODAFONE EMAIL PLUS ICON...5 2.2 SETUP BY DOWNLOADING

More information

Software Distribution Reference

Software Distribution Reference www.novell.com/documentation Software Distribution Reference ZENworks 11 Support Pack 3 July 2014 Legal Notices Novell, Inc., makes no representations or warranties with respect to the contents or use

More information

Creating XML Report Web Services

Creating XML Report Web Services 5 Creating XML Report Web Services In the previous chapters, we had a look at how to integrate reports into Windows and Web-based applications, but now we need to learn how to leverage those skills and

More information

Upgrading Your Web Server from ClientBase Browser Version 2.0 or Above to Version 2.1.1

Upgrading Your Web Server from ClientBase Browser Version 2.0 or Above to Version 2.1.1 Upgrading Your Web Server from ClientBase Browser Version 2.0 or Above to Version 2.1.1 Introduction Successful ClientBase Browser usage depends on proper hardware, setup and installation. This section

More information

StrikeRisk v6.0 IEC/EN 62305-2 Risk Management Software Getting Started

StrikeRisk v6.0 IEC/EN 62305-2 Risk Management Software Getting Started StrikeRisk v6.0 IEC/EN 62305-2 Risk Management Software Getting Started Contents StrikeRisk v6.0 Introduction 1/1 1 Installing StrikeRisk System requirements Installing StrikeRisk Installation troubleshooting

More information

Electronic Check Processing and Remote Deposit System. TS230-65 Digital Check Scanner Configuration and Installation Guide

Electronic Check Processing and Remote Deposit System. TS230-65 Digital Check Scanner Configuration and Installation Guide Electronic Check Processing and Remote Deposit System TS230-65 Digital Check Scanner Configuration and Installation Guide TABLE OF CONTENTS 1. PRE-INSTALLATION CHECKLIST... 3 2. SCANNER INSTALLATION ASSISTANCE

More information

Download and Installation Instructions. Android SDK and Android Development Tools (ADT)

Download and Installation Instructions. Android SDK and Android Development Tools (ADT) Download and Installation Instructions for Android SDK and Android Development Tools (ADT) on Mac OS X Updated October, 2012 This document will describe how to download and install the Android SDK and

More information

MarkLogic Server. Connector for SharePoint Administrator s Guide. MarkLogic 8 February, 2015

MarkLogic Server. Connector for SharePoint Administrator s Guide. MarkLogic 8 February, 2015 Connector for SharePoint Administrator s Guide 1 MarkLogic 8 February, 2015 Last Revised: 8.0-1, February, 2015 Copyright 2015 MarkLogic Corporation. All rights reserved. Table of Contents Table of Contents

More information

Contents. Introduction. Chapter 1 Some Hot Tips to Get You Started. Chapter 2 Tips on Working with Strings and Arrays..

Contents. Introduction. Chapter 1 Some Hot Tips to Get You Started. Chapter 2 Tips on Working with Strings and Arrays.. Contents Introduction How to Use This Book How to Use the Tips in This Book Code Naming Conventions Getting the Example Source Code Getting Updates to the Example Code Contacting the Author Chapter 1 Some

More information

BarTender Web Print Server

BarTender Web Print Server The World's Leading Software for Label, Barcode, RFID & Card Printing White Paper BarTender Web Print Server Web-based Software for Printing Barcodes, Labels, ID Cards and more. Contents Introduction to

More information

Microsoft Virtual Labs. Windows Embedded CE 6.0 Writing C# Managed Applications

Microsoft Virtual Labs. Windows Embedded CE 6.0 Writing C# Managed Applications Microsoft Virtual Labs Windows Embedded CE 6.0 Writing C# Managed Applications Table of Contents Windows Embedded CE 6.0 Writing C# Managed Applications... 1 Exercise 1 Creating a Platform Image...2 Exercise

More information

Avalanche Remote Control User Guide. Version 4.1.3

Avalanche Remote Control User Guide. Version 4.1.3 Avalanche Remote Control User Guide Version 4.1.3 ii Copyright 2012 by Wavelink Corporation. All rights reserved. Wavelink Corporation 10808 South River Front Parkway, Suite 200 South Jordan, Utah 84095

More information

Microsoft Security Essentials Installation and Configuration Guide

Microsoft Security Essentials Installation and Configuration Guide Microsoft Security Essentials Installation and Configuration Guide This installation guide is for users who are intending to download the software from Microsoft s web site. If you are not intending on

More information

Installing OneStop Reporting Products

Installing OneStop Reporting Products Installing OneStop Reporting Products Contents 1 Introduction 2 Product Overview 3 System Requirements 4 Deployment 5 Installation 6 Appendix 2010 OneStop Reporting http://www.onestopreporting.com support@onestopreporting.com

More information

Getting to Know the Tools

Getting to Know the Tools Getting to Know the Tools CHAPTER 3 IN THIS CHAPTER Using SQL Server Management Studio One main limitation of the SQL CE 2.0 database released in 2002 was the need to manage the database either using a

More information

Ajera 7 Installation Guide

Ajera 7 Installation Guide Ajera 7 Installation Guide Ajera 7 Installation Guide NOTICE This documentation and the Axium software programs may only be used in accordance with the accompanying Axium Software License and Services

More information

Sage ERP MAS 90 Sage ERP MAS 200 Sage ERP MAS 200 SQL. Installation and System Administrator's Guide 4MASIN450-08

Sage ERP MAS 90 Sage ERP MAS 200 Sage ERP MAS 200 SQL. Installation and System Administrator's Guide 4MASIN450-08 Sage ERP MAS 90 Sage ERP MAS 200 Sage ERP MAS 200 SQL Installation and System Administrator's Guide 4MASIN450-08 2011 Sage Software, Inc. All rights reserved. Sage, the Sage logos and the Sage product

More information

SmartDraw Installation Guide

SmartDraw Installation Guide SmartDraw Installation Guide System Requirements Your computer must meet these requirements in order to run SmartDraw: Windows Vista, XP or 2000 256MB RAM 3GB free hard disk space Installation Options

More information

Windows Intune Walkthrough: Windows Phone 8 Management

Windows Intune Walkthrough: Windows Phone 8 Management Windows Intune Walkthrough: Windows Phone 8 Management This document will review all the necessary steps to setup and manage Windows Phone 8 using the Windows Intune service. Note: If you want to test

More information

ESET REMOTE ADMINISTRATOR. Migration guide

ESET REMOTE ADMINISTRATOR. Migration guide ESET REMOTE ADMINISTRATOR Migration guide ESET REMOTE ADMINISTRATOR migration guide Copyright 2012 by ESET, spol. s r.o. ESET REMOTE ADMINISTRATOR was developed by ESET, spol. s r.o. For more information

More information

Getting Started with the Ed-Fi ODS and Ed-Fi ODS API

Getting Started with the Ed-Fi ODS and Ed-Fi ODS API Getting Started with the Ed-Fi ODS and Ed-Fi ODS API Ed-Fi ODS and Ed-Fi ODS API Version 2.0 - Technical Preview October 2014 2014 Ed-Fi Alliance, LLC. All rights reserved. Ed-Fi is a registered trademark

More information

Qlik Sense Desktop. Qlik Sense 2.0.6 Copyright 1993-2015 QlikTech International AB. All rights reserved.

Qlik Sense Desktop. Qlik Sense 2.0.6 Copyright 1993-2015 QlikTech International AB. All rights reserved. Qlik Sense Desktop Qlik Sense 2.0.6 Copyright 1993-2015 QlikTech International AB. All rights reserved. Copyright 1993-2015 QlikTech International AB. All rights reserved. Qlik, QlikTech, Qlik Sense, QlikView,

More information

Getting Started with the LabVIEW Mobile Module Version 2009

Getting Started with the LabVIEW Mobile Module Version 2009 Getting Started with the LabVIEW Mobile Module Version 2009 Contents The LabVIEW Mobile Module extends the LabVIEW graphical development environment to Mobile devices so you can create applications that

More information

unipaas V1.9g Release Notes

unipaas V1.9g Release Notes Release Notes W e are proud to introduce. is an improved and updated version of the unipaas V1.9 release. Read the information in this document to find out more about this latest unipaas version. For more

More information

Adobe Reader 7.0 Frequently Asked Questions for Digital Edition Users

Adobe Reader 7.0 Frequently Asked Questions for Digital Edition Users FAQ Adobe Reader 7.0 TOPICS 1 General 4 Adobe DRM 4 digital edition support 4 Activation 5 Mac OS support 6 PDA support General Q: What is a digital edition (formerly known as an ebook)? A: A digital edition

More information

Getting Microsoft Outlook and Salesforce in Sync

Getting Microsoft Outlook and Salesforce in Sync Getting Microsoft Outlook and Salesforce in Sync Salesforce, Summer 15 @salesforcedocs Last updated: July 1, 2015 Copyright 2000 2015 salesforce.com, inc. All rights reserved. Salesforce is a registered

More information

Dovico Timesheet v12 INSTALLATION GUIDE

Dovico Timesheet v12 INSTALLATION GUIDE v12 TABLE OF CONTENTS System Requirements... 1 NEW INSTALLATION... 2 UPGRADE from a previous version of Dovico Timesheet 5 System Requirements Deployment Options Either installed on your server or use

More information

Spector 360 Deployment Guide. Version 7

Spector 360 Deployment Guide. Version 7 Spector 360 Deployment Guide Version 7 December 11, 2009 Table of Contents Deployment Guide...1 Spector 360 DeploymentGuide... 1 Installing Spector 360... 3 Installing Spector 360 Servers (Details)...

More information

Item Audit Log 2.0 User Guide

Item Audit Log 2.0 User Guide Item Audit Log 2.0 User Guide Item Audit Log 2.0 User Guide Page 1 Copyright Copyright 2008-2013 BoostSolutions Co., Ltd. All rights reserved. All materials contained in this publication are protected

More information

Demo: Controlling.NET Windows Forms from a Java Application. Version 7.3

Demo: Controlling.NET Windows Forms from a Java Application. Version 7.3 Demo: Controlling.NET Windows Forms from a Java Application Version 7.3 JNBridge, LLC www.jnbridge.com COPYRIGHT 2002 2015 JNBridge, LLC. All rights reserved. JNBridge is a registered trademark and JNBridgePro

More information

Intel Integrated Native Developer Experience (INDE): IDE Integration for Android*

Intel Integrated Native Developer Experience (INDE): IDE Integration for Android* Intel Integrated Native Developer Experience (INDE): IDE Integration for Android* 1.5.8 Overview IDE Integration for Android provides productivity-oriented design, coding, and debugging tools for applications

More information

How do I EVOLVE to Best Practice Software?

How do I EVOLVE to Best Practice Software? How do I EVOLVE to Best Practice Software? This FAQ is intended to answer common questions about installing Best Practice Software on a new system when using the disc marked New installations. (Evolution

More information