.Net Target Framework Modification Guide

Size: px
Start display at page:

Download ".Net Target Framework Modification Guide"

Transcription

1 The Standard in Industrial Automation and Scientific Components for Real-Time Applications.Net Target Framework Modification Guide.Net Target Framework Modification Guide Page 1 of 25

2 Copyright Copyright Iocomp Software Incorporated. All rights reserved. Portions of the software described in this document copyright Microsoft Corporation, Borland Corporation, and Embarcadero Technologies, Inc., All Rights Reserved. No part of this publication may be reproduced, stored in a retrieval system or transmitted by any means, electronic, mechanical, photocopying, recording, or otherwise, without written permission from the publisher. Except for the limited warranty as described in the End User License Agreement, the information and material contained in this book are provided "As Is" without warranty of any kind, express or implied, including without limitation any warranty concerning the accuracy, adequacy, or completeness of such information or material or the results to be obtained from using such information or material contained within this manual or documentation. Neither Iocomp Software nor the author shall be responsible for any claims attributable to errors, omissions, or other inaccuracies in the information or material contained in this book, and in no event shall Iocomp Software nor shall the author be liable for direct, indirect, special, incidental, or consequential damages arising out of the use of such information or material. Some states do not allow limitations of duration of any implied warranty, so the above limitations may not apply to you. Trademarks Iocomp and the Iocomp Logo are registered trademarks of Iocomp Software Incorporated. Microsoft, Visual Basic, Visual C++, Windows, Visual Basic.NET, C#.NET, C++.NET, Visual Studio.NET, and ActiveX are trademarks or registered trademarks of Microsoft Corporation. All other names, products, or marks are trademarks or registered trademarks of their respective companies. Printing Initial Printing 09/2013 Manufactured in the United States of America.Net Target Framework Modification Guide Page 2 of 25

3 Table of Contents Table of Contents VS VS VS VB... 6 C C# VS VB C C# VS VB C C# Net Target Framework Modification Guide Page 3 of 25

4 VS VS2003 Note: Target Framework changes not supported!.net Target Framework Modification Guide Page 4 of 25

5 VS VS2005 Note: Target Framework changes not supported!.net Target Framework Modification Guide Page 5 of 25

6 VS VB VS2008 VB 1. For VB 2008, Windows Form Applications, there are two ways to change the Target Framework. Option I. Right-click your project in the Solution Explorer and click the Properties menu-item (See below Image - Right). Option II. On the main-menu, click the Project > WindowsApplication1 Properties menu-item (See below Image Left)..Net Target Framework Modification Guide Page 6 of 25

7 VS VB 2. In the WindowsApplication1 tab, make sure the Compile tab is selected on the left side. At the bottom, click the Advanced Compile Options button (See below Image)..Net Target Framework Modification Guide Page 7 of 25

8 VS VB 3. In the Advanced Compiler Settings dialog, change the Target framework (all configurations): to the version your application requires (See below Image)..Net Target Framework Modification Guide Page 8 of 25

9 VS C++ C++ 1. For C , Windows Form Applications, there are two ways to change the Target Framework. Option I. Right-click your project in the Solution Explorer and click the Properties menu-item (See below Image - Right). Option II. On the main-menu, click the Project > Properties menu-item (See below Image - Left)..Net Target Framework Modification Guide Page 9 of 25

10 VS C++ 2. In the WindowsApplication1 Property Pages dialog, click the Common Properties or Framework and References on the left side. You can now change the Targeted Framework: to the version your application requires (See below Image)..Net Target Framework Modification Guide Page 10 of 25

11 VS C# C# 1. For C# 2008, Windows Form Applications, there are two ways to change the Target Framework Option I. Right-click your project in the Solution Explorer and click the Properties menu-item (See below Image - Right). Option II. On the main-menu, click the Project > WindowsFormApplication1 Properties menu-item (See below Image - Left)..Net Target Framework Modification Guide Page 11 of 25

12 VS C# 2. In the WindowsFormsApplication1 dialog, make sure the Application tab on the left is selected. You can now change the Targeted Framework: to the version your application requires (See below Image)..Net Target Framework Modification Guide Page 12 of 25

13 VS VB VS2010 VB (1) For VB 2010, Windows Form Applications, there are two ways to change the Target Framework. Option I. Right-click your project in the Solution Explorer and click the Properties menu-item (See below Image - Right). Option II. On the main-menu, click the Project > WindowsApplication1 Properties menu-item (See below Image - Left)..Net Target Framework Modification Guide Page 13 of 25

14 VS VB (2) In the WindowsApplication1 tab, make sure the Compile tab on the left is selected and click the Advanced Compile Options (See below Image). (3) In the Advanced Compiler Settings dialog, you can now change the Targeted Framework: to the version your application requires (See below Image). (Note: Iocomp assemblies require a full.net framework, do not choose a Client-Profile framework because it is a subset of a full framework!).net Target Framework Modification Guide Page 14 of 25

15 VS C++ C++ (1) For VS2010 C++ Windows Form Applications, there are two ways to change the Target Framework. Option I. Right-click your project in the Solution Explorer and click the Unload Project menu-item (See below Image - Right). Option II. On the main-menu, click the Project > Unload Project menu-item (See below Image - Left)..Net Target Framework Modification Guide Page 15 of 25

16 VS C++ (2) Right-click your project in the Solution Explorer and select Edit WindowsApplication1.vcxproj (See below Image)..Net Target Framework Modification Guide Page 16 of 25

17 VS C++ (3) With your cursor in the WindowsApplication1.vxcproj tab, hold down both Ctrl + F keys to bring up the Find and Replace. In the Find what: parameter, type in <TargetFrameworkVersion>v4.0</TargetFrameworkVersion> and click Find Next (See below Image)..Net Target Framework Modification Guide Page 17 of 25

18 VS C++ (4) Back in the WindowsApplication1.vxcproj tab, it will find a <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>. You can now change the v4.0 to the version your application requires (See below Image). (Note: Iocomp assemblies require a full.net framework, do not choose a Client-Profile framework because it is a subset of a full framework!) (5) E.g. Examples..Net Target Framework Modification Guide Page 18 of 25

19 VS C# C# (1) For C# VS2010 Windows Form Applications, there are two ways to change the Target Framework. Option I. Right-click your project in the Solution Explorer and click the Properties menu-item (See below Image - Right). Option II. On the main-menu, click the Project > WindowsApplication1 Properties menu-item (See below Image - Left)..Net Target Framework Modification Guide Page 19 of 25

20 VS C# (2) In the WindowsFormApplication1 tab, make sure the Application tab is selected on the left side. You can now change the Targeted Framework: to the version your application requires (See below Image). (Note: Iocomp assemblies require a full.net framework, do not choose a Client-Profile framework because it is a subset of a full framework!).net Target Framework Modification Guide Page 20 of 25

21 VS VB VS2012 VB 1. For VB VS2012 Windows Form Applications, there are two ways to change the Target Framework. Option I. Right-click your project in the Solution Explorer and click the Properties menu-item (See below Image - Right). Option II. On the main-menu, click the Project > WindowsApplication1 Properties menu-item (See below Image - Left)..Net Target Framework Modification Guide Page 21 of 25

22 VS VB 2. In the WindowsApplication1 tab, make sure the Application tab is selected on the left side. You can now change the Targeted Framework: to the version your application requires (See below Image). (Note: Iocomp assemblies require a full.net framework, do not choose a Client- Profile framework because it is a subset of a full framework!).net Target Framework Modification Guide Page 22 of 25

23 VS C++ C++ Note: C++ in VS2012 is not supported!.net Target Framework Modification Guide Page 23 of 25

24 VS C# C# 1. For C# VS2012 Windows Form Applications, there are two ways to change the Target Framework. Option I. Right-click your project in the Solution Explorer and click the Properties menu-item (See below Image - Right). Option II. On the main-menu, click the Project > WindowsFormApplication1 Properties menu-item (See below Image - Left)..Net Target Framework Modification Guide Page 24 of 25

25 VS C# 2. In the WindowsFormApplication1 tab, make sure the Application tab is selected on the left side. You can now change the Targeted Framework: to the version your application requires (See below Image). (Note: Iocomp assemblies require a full.net framework, do not choose a Client-Profile framework because it is a subset of a full framework!).net Target Framework Modification Guide Page 25 of 25

Plot Pack Manual Version 2.0

Plot Pack Manual Version 2.0 The Standard in Industrial Automation and Scientific Components for Real-Time Applications Plot Pack Manual Version 2.0 Version 2.0.8.2 [02/21/02 3:26 PM] Copyright This page intentionally left blank ii

More information

Upgrading BankLink Books

Upgrading BankLink Books Upgrading BankLink Books Contents Upgrading BankLink Books... 4 Upgrading BankLink Books using the automatic upgrade 4 Upgrading BankLink Books when asked to upgrade 5 Upgrading BankLink Books Page 2 of

More information

My Filings Your UCC Online Portal provides functionality to enable you to search and view all the filings which you have made.

My Filings Your UCC Online Portal provides functionality to enable you to search and view all the filings which you have made. Disclaimer Materials in this document are for demonstration purposes only. The characters and events depicted are fictional. Any similarity to real events or persons (whether living or deceased) is unintentional.

More information

x10data Smart Client 7.0 for Windows Mobile Installation Guide

x10data Smart Client 7.0 for Windows Mobile Installation Guide x10data Smart Client 7.0 for Windows Mobile Installation Guide Copyright Copyright 2009 Automated Data Capture (ADC) Technologies, Incorporated. All rights reserved. Complying with all applicable copyright

More information

x10data Smart Client 6.5 for Windows Mobile Installation Guide

x10data Smart Client 6.5 for Windows Mobile Installation Guide x10data Smart Client 6.5 for Windows Mobile Installation Guide Copyright Copyright 2009 Automated Data Capture (ADC) Technologies, Incorporated. All rights reserved. Complying with all applicable copyright

More information

How to file a continuation (UCC3)

How to file a continuation (UCC3) How to file a continuation (UCC3) Disclaimer Materials in this document are for demonstration purposes only. The characters and events depicted are fictional. Any similarity to real events or persons (whether

More information

How to Show Grouping in Scatterplots using Statistica

How to Show Grouping in Scatterplots using Statistica How to Show Grouping in Scatterplots using Statistica Written by Dell Software Introduction A scatterplot shows the relationship between continuous variables. Showing a grouping factor in the plot adds

More information

Proficy* Historian S IMULATION D ATA C OLLECTOR G UIDE. Version 6.0 June 2015

Proficy* Historian S IMULATION D ATA C OLLECTOR G UIDE. Version 6.0 June 2015 Proficy* Historian S IMULATION D ATA C OLLECTOR G UIDE Version 6.0 June 2015 Disclaimer of Warranties and Liability The information contained in this manual is believed to be accurate and reliable. However,

More information

Corporate Registry: Access Code Guide. Corporate Registry

Corporate Registry: Access Code Guide. Corporate Registry Corporate Registry: Access Code Guide Corporate Registry April 2017 Disclaimer Materials in this document are for demonstration purposes only. The characters and events depicted are fictional. Any similarity

More information

Microsoft Dynamics GP. Extender User s Guide Release 9.0

Microsoft Dynamics GP. Extender User s Guide Release 9.0 Microsoft Dynamics GP Extender User s Guide Release 9.0 Copyright Copyright 2005 Microsoft Corporation. All rights reserved. Complying with all applicable copyright laws is the responsibility of the user.

More information

GupShup Enterprise Mobile Access Guide

GupShup Enterprise Mobile Access Guide Guide 2012 Webaroo Technology India Pvt. Ltd. All rights reserved. No parts of this work may be reproduced in any form or by any means - graphic, electronic, or mechanical, including photocopying, recording,

More information

Research drive Regina, Saskatchewan S4S 7J7. Field Book Retrieval Procedures

Research drive Regina, Saskatchewan S4S 7J7. Field Book Retrieval Procedures c 00-0 Research drive Regina, Saskatchewan S4S 7J7 Field Book Retrieval Procedures May 7, 008 DISCLAIMER The materials in this training manual are for demonstration purposes only. The authorization forms

More information

PrimeCell Infrastructure AMBA 3 AXI File Reader Master (BP144)

PrimeCell Infrastructure AMBA 3 AXI File Reader Master (BP144) PrimeCell Infrastructure AMBA 3 AXI File Reader Master (BP144) Revision: r0p0 Technical Overview Copyright 2004 ARM Limited. All rights reserved. DTO0016A PrimeCell Infrastructure AMBA 3 AXI File Reader

More information

HYCU SCOM Management Pack for F5 BIG-IP

HYCU SCOM Management Pack for F5 BIG-IP HYCU SCOM Management Pack for F5 BIG-IP Product version: 5.3 Product release date: March 2018 Document edition: Second Legal notices Copyright notice 2015-2018 HYCU. All rights reserved. This document

More information

Upgrading MYOB BankLink Notes (desktop)

Upgrading MYOB BankLink Notes (desktop) Upgrading MYOB BankLink Notes (desktop) Contents Upgrading MYOB BankLink Notes (desktop)...4 Upgrading MYOB BankLink Notes using the automatic upgrade 4 Upgrading MYOB BankLink Notes when asked to upgrade

More information

Team Approach Synchronization Guide

Team Approach Synchronization Guide Team Approach Synchronization Guide 012511 Enterprise CRM, version 2.9 US 2011 Blackbaud, Inc. This publication, or any part thereof, may not be reproduced or transmitted in any form or by any means, electronic,

More information

KINGSTAR 3.2. SOFT PLC RUNTIME INSTALLATION AND USER GUIDE KS-DOC-x R3

KINGSTAR 3.2. SOFT PLC RUNTIME INSTALLATION AND USER GUIDE KS-DOC-x R3 KINGSTAR 3.2 SOFT PLC RUNTIME INSTALLATION AND USER GUIDE KS-DOC-x64-0021-R3 Copyright 1996-2017 by All rights reserved. No part of this document may be reproduced or transmitted in any form or by any

More information

SUPPORT MATRIX. Comtrade OMi Management Pack for Citrix

SUPPORT MATRIX. Comtrade OMi Management Pack for Citrix Comtrade OMi Management Pack for Citrix : 2.0 Product release date: December 2016 Document release date: July 2017 Legal notices Copyright notice 2017 Comtrade Software. All rights reserved. This document

More information

Contents. Mapping. Mapping 2. Constituent Density Map 3 Address Geocodes 4 Map Entities 4 Map Instances 8

Contents. Mapping. Mapping 2. Constituent Density Map 3 Address Geocodes 4 Map Entities 4 Map Instances 8 Mapping Last Updated: 08/05/2016 for ResearchPoint 4.91 Contents Mapping 2 Constituent Density Map 3 Address Geocodes 4 Map Entities 4 Map Instances 8 chapter 1: MAPPI NG Mapping To geographically locate

More information

Made in U.S.A. 1

Made in U.S.A.   1 Made in U.S.A. www.smartavi.com 1 1-800-AVI-2131 TABLE OF CONTENTS INTRODUCTION & FEATURES 2 Getting Started and Installation 3 Start-Up 4 Managing Streams and Environment 5 Frequently Asked Questions

More information

Disclaimer; No Warranty Copyright Trademarks

Disclaimer; No Warranty Copyright Trademarks Disclaimer; No Warranty THIS INFORMATION AND ALL OTHER DOCUMENTATION (IN PRINTED OR ELECTRONIC FORM) ARE PROVIDED FOR REFERENCE PURPOSES ONLY. WHILE EFFORTS WERE MADE TO VERIFY THE COMPLETENESS AND ACCURACY

More information

MAX Shop Paper. Balance Point Technologies, Inc. MAX Shop Paper. User Guide. Certified MAX Integrator

MAX Shop Paper. Balance Point Technologies, Inc.   MAX Shop Paper. User Guide.   Certified MAX Integrator Balance Point Technologies, Inc. www.maxtoolkit.com MAX Shop Paper User Guide 1 P a g e Copyright Manual copyright 2015 Balance Point Technologies, Inc. All Rights reserved. Your right to copy this documentation

More information

Setup Guide. Version 0.5

Setup Guide. Version 0.5 Setup Guide Version 0.5 TRADEMARKS AND COPYRIGHT Trademarks Microsoft Windows, Windows NT, and the brand names and other product names of other Microsoft products are trademarks of Microsoft Corporation

More information

Getting Started. with SoftWIRE

Getting Started. with SoftWIRE Getting Started with SoftWIRE for Visual Studio.NET Document Revision 1, September, 2005 Copyright 2005, SoftWIRE Technology Table of Contents About SoftWIRE and this Getting Started Guide... 1 Introducing

More information

Mobile On the Go (OTG) Server

Mobile On the Go (OTG) Server Mobile On the Go (OTG) Server Installation Guide Paramount Technologies, Inc. 1374 East West Maple Road Walled Lake, MI 48390-3765 Phone 248.960.0909 Fax 248.960.1919 www.paramountworkplace.com Copyright

More information

TDK Component Library for Cadence Allegro PCB PI option / PDN Analysis ver TDK Corporation Passive Application Center

TDK Component Library for Cadence Allegro PCB PI option / PDN Analysis ver TDK Corporation Passive Application Center TDK Component Library for Cadence Allegro PCB PI option / PDN Analysis ver. 2015.07 TDK Corporation Passive Application Center July 30, 2015 Caution < Applicable condition > The data in this library is

More information

Intel Stress Bitstreams and Encoder (Intel SBE) 2017 AVS2 Release Notes (Version 2.3)

Intel Stress Bitstreams and Encoder (Intel SBE) 2017 AVS2 Release Notes (Version 2.3) Intel Stress Bitstreams and Encoder (Intel SBE) 2017 AVS2 Release Notes (Version 2.3) Overview Changes History Installation Package Contents Known Limitations Attributions Legal Information Overview The

More information

Operating Instructions

Operating Instructions Read this manual carefully before you use this service and keep it handy for future reference. About This Book Operating Instructions TO THE MAXIMUM EXTENT PERMITTED BY APPLICABLE LAW: THE SUPPLIER SHALL

More information

MegaStat Installation Instructions

MegaStat Installation Instructions MegaStat Installation Instructions 1. Download MegaStatInstallationFilesWindows.zip from the website. When you click the download link you will see options at the bottom of the screen that will depend

More information

PRESENTATION BACKGROUNDS

PRESENTATION BACKGROUNDS PRESENTATION BACKGROUNDS TM COMPATIBLE WITH ALL MAJOR PRESENTATION SOFTWARE 001TJ1.JPG 002TJ1.JPG 003TJ1.JPG 004TJ1.JPG 005TJ1.JPG 006TJ1.JPG 007TJ1.JPG 008TJ1.JPG 009TJ1.JPG 010TJ1.JPG 011TJ1.JPG 012TJ1.JPG

More information

SUPPORT MATRIX. HYCU OMi Management Pack for Citrix

SUPPORT MATRIX. HYCU OMi Management Pack for Citrix HYCU OMi Management Pack for Citrix : 2.0 Product release date: October 2017 Document release data: April 2018 Legal notices Copyright notice 2014-2018 HYCU. All rights reserved. This document contains

More information

MAX Workbench. Balance Point Technologies, Inc. MAX Workbench. User Guide. Certified MAX Integrator

MAX Workbench. Balance Point Technologies, Inc.  MAX Workbench. User Guide.  Certified MAX Integrator Balance Point Technologies, Inc. www.maxtoolkit.com MAX Workbench User Guide 1 P a g e Copyright Manual copyright 2017 Balance Point Technologies, Inc. All Rights reserved. Your right to copy this documentation

More information

Polycom RealPresence Media Manager

Polycom RealPresence Media Manager RELEASE NOTES Software 6.0.5.6 June 2013 3725-75300-001 Rev D Polycom RealPresence Media Manager 6.0.5.6 RealPresence Media Manager 6.0.5.6 Release Notes About these Release Notes The newest release of

More information

Scribe Monitor App. Version 1.0

Scribe Monitor App. Version 1.0 Scribe Monitor App Version 1.0 Important Notice No part of this publication may be reproduced, stored in a retrieval system, or transmitted in any form or by any means, photocopying, recording, or otherwise,

More information

Online Submission Tool: Packet Management

Online Submission Tool: Packet Management Online Submission Tool: Packet Management OLS: Packet Management December 2012 Disclaimer The materials in this reference guide are for demonstration purposes only. The forms are subject to change at any

More information

AN104 I NTEGRATING KEIL 8051 TOOLS INTO THE SILICON LABS IDE. 4. Configure the Tool Chain Integration Dialog. 1. Introduction. 2.

AN104 I NTEGRATING KEIL 8051 TOOLS INTO THE SILICON LABS IDE. 4. Configure the Tool Chain Integration Dialog. 1. Introduction. 2. I NTEGRATING KEIL 8051 TOOLS INTO THE SILICON LABS IDE 1. Introduction This application note describes how to integrate the Keil 8051 Tools into the Silicon Laboratories IDE (Integrated Development Environment).

More information

MDVR for the Blackberry

MDVR for the Blackberry MDVR for the Blackberry Instructions www.openeye.net OpenEye BlackBerry MDVR Software Manual (Ver1.09) Manual Edition 30156AC SEPTEMBER 2011 2000-2011, OPENEYE All Rights Reserved. No part of this documentation

More information

SpellCheck for Dynamics GP

SpellCheck for Dynamics GP Title Page SpellCheck for Dynamics GP This documentation is for the builds shown below and higher: v12.0.15 / 14.0.6 / 16.0.3 SpellCheck from WilloWare Incorporated for Dynamics GP 2 Copyright Manual copyright

More information

Server Installation Guide

Server Installation Guide Server Installation Guide Copyright: Trademarks: Copyright 2015 Word-Tech, Inc. All rights reserved. U.S. Patent No. 8,365,080 and additional patents pending. Complying with all applicable copyright laws

More information

SecureAssist Rulepack Configurator v User Guide December 2015

SecureAssist Rulepack Configurator v User Guide December 2015 SecureAssist Rulepack Configurator v. 2.4.1 User Guide December 2015 Copyright 2015 by Codiscope, LLC. All rights reserved. No part or parts of this documentation may be reproduced, translated, stored

More information

Toad Data Point - Professional Edition. The Toad Data Point Professional edition includes the following new features and enhancements.

Toad Data Point - Professional Edition. The Toad Data Point Professional edition includes the following new features and enhancements. Toad Data Point Version 3.4 New in This Release November 08, 2013 Contents Toad Data Point - Professional Edition Toad Data Point - Base and Professional Editions Idea Pond Toad Data Point - Professional

More information

INCLUDING MEDICAL ADVICE DISCLAIMER

INCLUDING MEDICAL ADVICE DISCLAIMER Jordan s Guardian Angels Terms and Conditions of Use INCLUDING MEDICAL ADVICE DISCLAIMER Your use of this website and its content constitutes your agreement to be bound by these terms and conditions of

More information

User Manual Arabic Name Romanizer Name Geolocation System

User Manual Arabic Name Romanizer Name Geolocation System User Manual Arabic Name Romanizer Name Geolocation System MAPS Ono Lite (Romanizer) Version 2.50 Coverage of this document This document is the full text user manual for MAPSOno Lite (Romanizer) version

More information

x10data Application Platform v7.1 Installation Guide

x10data Application Platform v7.1 Installation Guide Copyright Copyright 2010 Automated Data Capture (ADC) Technologies, Incorporated. All rights reserved. Complying with all applicable copyright laws is the responsibility of the user. Without limiting the

More information

Microsoft Dynamics GP. Inventory Kardex

Microsoft Dynamics GP. Inventory Kardex Microsoft Dynamics GP Inventory Kardex Copyright Copyright 2008 Microsoft Corporation. All rights reserved. Complying with all applicable copyright laws is the responsibility of the user. Without limiting

More information

Tisio CE Release Notes

Tisio CE Release Notes Tisio CE Release Notes Copyright Copyright 2005, 2006, 2007 and 2008 by ThinPATH Systems, Inc. The information contained in this document is subject to change without notice. ThinPATH Systems, Inc. shall

More information

Setup guide Automatic tool measurement on AKKON CNC system

Setup guide Automatic tool measurement on AKKON CNC system TN020 AKKON CNC SYSTEM Setup guide Automatic tool measurement on AKKON CNC system Authors: Gerhard Burger Version: 1.0 Last update: 13.07.2009 File: TN020_Setup_Automatic_Tool_Measurement Attachments:

More information

Access ThinkPad and ThinkPad Assistant

Access ThinkPad and ThinkPad Assistant Access ThinkPad and ThinkPad Assistant Customization Guide for IT Professionals and IBM Business Partners May 2000 Page 1 of 10 NOTICE SOME INFORMATION CONTAINED IN THIS PUBLICATION IS BASED ON DATA AVAILABLE

More information

Quick Start Guide P OWERL INK C ONNECT

Quick Start Guide P OWERL INK C ONNECT Quick Start Guide P OWERL INK C ONNECT Version 9.0 July 2015 Disclaimer of Warranties and Liability The information contained in this manual is believed to be accurate and reliable. However, GE assumes

More information

Worldox Integration with Canon imageformula DR-C225 Scanner. Version 1.0

Worldox Integration with Canon imageformula DR-C225 Scanner. Version 1.0 Worldox Integration with Canon imageformula DR-C225 Scanner Version 1.0 WARRANTIES AND COPYRIGHT NOTICES Disclaimer of Warranty World Software Corporation makes no representations or warranties, either

More information

Firmware Loader. Software. For support mail to: tech mca.nl See also our website: mca.com. Software Manual. Revision 1.

Firmware Loader. Software. For support mail to: tech mca.nl See also our website:  mca.com. Software Manual. Revision 1. Firmware Loader Software For support mail to: tech support@smac mca.nl See also our website: www.smac mca.com Software Manual Revision 1.0 www.ingeniamc.com Firmware Loader Software Manual Copyright and

More information

Packet Trace Guide. Packet Trace Guide. Technical Note

Packet Trace Guide. Packet Trace Guide. Technical Note Packet Trace Guide Technical Note VERSION: 2.0 UPDATED: JANUARY 2016 Copyright Notices Copyright 2002-2016 KEMP Technologies, Inc.. All rights reserved.. KEMP Technologies and the KEMP Technologies logo

More information

Metalogix Intelligent Migration. Installation Guide

Metalogix Intelligent Migration. Installation Guide Metalogix Intelligent Migration Installation Guide 2018 Quest Software Inc. ALL RIGHTS RESERVED. This guide contains proprietary information protected by copyright. The software described in this guide

More information

TI-83 Plus LogIn. Getting Started. More Information. Starting the LogIn App Username Rules. Error Messages Customer Support

TI-83 Plus LogIn. Getting Started. More Information. Starting the LogIn App Username Rules. Error Messages Customer Support TI TI-83 Plus LogIn Getting Started Starting the LogIn App Username Rules More Information Error Messages Customer Support 4/16/03 2003 Texas Instruments Important Information Texas Instruments makes no

More information

Group Page with VVX600 & Algo 8180/8186/8188

Group Page with VVX600 & Algo 8180/8186/8188 DOCUMENT TYPE Software 1.5 January 2017 xxxxxxxxxxxx Rev B Group Page with VVX600 & Algo 8180/8186/8188 Application Note Polycom, Inc. 1 Copyright 2017, Polycom, Inc. All rights reserved. No part of this

More information

Microsoft Dynamics GP. Extender User s Guide

Microsoft Dynamics GP. Extender User s Guide Microsoft Dynamics GP Extender User s Guide Copyright Copyright 2009 Microsoft Corporation. All rights reserved. Complying with all applicable copyright laws is the responsibility of the user. Without

More information

Extend Your PC to Your Phone with the Polycom Desktop Connector

Extend Your PC to Your Phone with the Polycom Desktop Connector The Polycom Desktop Connector (PDC) enables users to extend their PC to include their phone s display screen so they can navigate their phone and enter information using their PC mouse and keyboard. The

More information

Interactive Notifications

Interactive Notifications Interactive Notifications Getting Started Release 2013.4 Using Care360 Interactive Notifications In This Document: About Care360 Interactive Notifications......................................................................

More information

Group Page with VVX600 & Algo 8180/8188

Group Page with VVX600 & Algo 8180/8188 DOCUMENT TYPE September 2015 Rev A Group Page with VVX600 & Algo 8180/8188 Application Note Polycom, Inc. 1 Copyright 2015, Polycom, Inc. All rights reserved. No part of this document may be reproduced,

More information

Open Source Used In Cisco Configuration Professional for Catalyst 1.0

Open Source Used In Cisco Configuration Professional for Catalyst 1.0 Open Source Used In Cisco Configuration Professional for Catalyst 1.0 Cisco Systems, Inc. www.cisco.com Cisco has more than 200 offices worldwide. Addresses, phone numbers, and fax numbers are listed on

More information

4D Systems. Application Note: 4D-AN-G3001. in ViSi Environment. Document Date: 15 th December Document Revision: 1.0

4D Systems. Application Note: 4D-AN-G3001. in ViSi Environment. Document Date: 15 th December Document Revision: 1.0 4D Systems Application Note: Displaying an Image on GOLDELOX Modules in ViSi Environment Document Date: 15 th December 2012 Document Revision: 1.0 2012 4D Systems www.4dsystems.com.au Page 1 of 8 Description

More information

Quick Data Loader. Balance Point Technologies, Inc. Quick Data Loader. User Guide. Certified MAX Integrator

Quick Data Loader. Balance Point Technologies, Inc.  Quick Data Loader. User Guide.  Certified MAX Integrator Balance Point Technologies, Inc. www.maxtoolkit.com Quick Data Loader User Guide 1 P a g e Copyright Manual copyright 2017 Balance Point Technologies, Inc. All Rights reserved. Your right to copy this

More information

Microsoft Dynamics GP. Purchase Vouchers

Microsoft Dynamics GP. Purchase Vouchers Microsoft Dynamics GP Purchase Vouchers Copyright Copyright 2007 Microsoft Corporation. All rights reserved. Complying with all applicable copyright laws is the responsibility of the user. Without limiting

More information

Capital. Capital Logic Interactive. v Student Workbook

Capital. Capital Logic Interactive. v Student Workbook Capital Capital Logic Interactive v2016.1 Student Workbook Mentor Graphics Corporation All rights reserved. This document contains information that is trade secret and proprietary to Mentor Graphics Corporation

More information

Open Source and Standards: A Proposal for Collaboration

Open Source and Standards: A Proposal for Collaboration ETSI Workshop on Open Source and ization: Legal Interactions September 16, 2016 Sophia Antipolis Open Source and s: A Proposal for Collaboration David Marr VP & Legal Counsel Open Source Group Qualcomm

More information

Application Note: NTP server access via SiteManag-

Application Note: NTP server access via SiteManag- Application Note: NTP server access via SiteManag- This guide describes how to set up a Server Relay to be used as NTP (Time) server connection for a device connected to a SiteManager. This guide will

More information

One Identity Starling Two-Factor AD FS Adapter 6.0. Administrator Guide

One Identity Starling Two-Factor AD FS Adapter 6.0. Administrator Guide One Identity Adapter 6.0 Administrator Guide Copyright 2017 Quest Software Inc. ALL RIGHTS RESERVED. This guide contains proprietary information protected by copyright. The software described in this guide

More information

SmartList Builder for Microsoft Dynamics GP 10.0

SmartList Builder for Microsoft Dynamics GP 10.0 SmartList Builder for Microsoft Dynamics GP 10.0 Including: SmartList Builder, Excel Report Builder, Navigation List Builder and Drill Down Builder Copyright: Manual copyright 2014 eone Integrated Business

More information

SecureAssist Eclipse Plugin User Guide December 2015

SecureAssist Eclipse Plugin User Guide December 2015 SecureAssist Eclipse Plugin User Guide December 2015 Copyright 2015 by Codiscope, LLC. All rights reserved. No part or parts of this documentation may be reproduced, translated, stored in any electronic

More information

Progression version Crystal Report Functionality Changes

Progression version Crystal Report Functionality Changes Progression version 7.8.100 Crystal Report Functionality Changes Despite the continued efforts of Exact to ensure that the information in this document is as complete and up-to-date as possible, Exact

More information

Online Localization Service

Online Localization Service DEVELOPER EXPRESS INC DEVEXPRESS Copyright (C) 2011-2017 Developer Express Inc. IMPORTANT- READ CAREFULLY: This DEVELOPER EXPRESS INC ("DEVEXPRESS") End-User License Agreement ("EULA") is a legal agreement

More information

Copyright PFU LIMITED 2016

Copyright PFU LIMITED 2016 -------------------------------------------------------- PaperStream Capture Lite 1.0.1 README File -------------------------------------------------------- Copyright PFU LIMITED 2016 This file contains

More information

Proficy* Workflow. Powered by Proficy SOA BEST PRACTICES

Proficy* Workflow. Powered by Proficy SOA BEST PRACTICES Proficy* Workflow Powered by Proficy SOA BEST PRACTICES Version 1.1 May 2011 All rights reserved. No part of this publication may be reproduced in any form or by any electronic or mechanical means, including

More information

VSC-PCTS2003 TEST SUITE TIME-LIMITED LICENSE AGREEMENT

VSC-PCTS2003 TEST SUITE TIME-LIMITED LICENSE AGREEMENT VSC-PCTS2003 TEST SUITE TIME-LIMITED LICENSE AGREEMENT Notes These notes are intended to help prospective licensees complete the attached Test Suite Time-Limited License Agreement. If you wish to execute

More information

Group Page with VVX600 and Algo 8301 Paging Adapter

Group Page with VVX600 and Algo 8301 Paging Adapter DOCUMENT TYPE Software 1.5 Jan 2017 xxxxxxxxxxxx Rev B Group Page with VVX600 and Algo 8301 Paging Adapter Application Note Polycom, Inc. 1 Group Page with VVX600 and Algo 8301 Paging Adapter Version 1.0

More information

Application Note: Split Public Addresses between WAN and DMZ

Application Note: Split Public Addresses between WAN and DMZ Application Note: Split Public Addresses between WAN and DMZ This document is intended for the person in charge of configuring and/or installing the Secomea TrustGate, and needs instructions for a specific

More information

Microsoft Dynamics GP. Working With Configurations Release 10.0

Microsoft Dynamics GP. Working With Configurations Release 10.0 Microsoft Dynamics GP Working With Configurations Release 10.0 Copyright Copyright 2008 Microsoft Corporation. All rights reserved. Complying with all applicable copyright laws is the responsibility of

More information

Proficy* HMI/SCADA - ifix LAN R EDUNDANCY

Proficy* HMI/SCADA - ifix LAN R EDUNDANCY Proficy* HMI/SCADA - ifix LAN R EDUNDANCY Version 5.5 February 2012 All rights reserved. No part of this publication may be reproduced in any form or by any electronic or mechanical means, including photocopying

More information

StoneGate Firewall/VPN How-To Installing and Activating StoneGate FW/VPN in VMware ESX Server

StoneGate Firewall/VPN How-To Installing and Activating StoneGate FW/VPN in VMware ESX Server StoneGate Firewall/VPN How-To Installing and Activating StoneGate FW/VPN in VMware ESX Server Created: June 11, 2008 Table of Contents Introduction to Installing and Activating StoneGate FW/VPN in VMware

More information

One Identity Starling Two-Factor Authentication. Administration Guide

One Identity Starling Two-Factor Authentication. Administration Guide One Identity Starling Two-Factor Authentication Copyright 2018 One Identity LLC. ALL RIGHTS RESERVED. This guide contains proprietary information protected by copyright. The software described in this

More information

IronKey EMS Cloud. Quick Start Guide

IronKey EMS Cloud. Quick Start Guide IronKey EMS Cloud Quick Start Guide Last Updated July 2017 DataLocker is committed to creating and developing the best security technologies and making them simple-to-use and widely available. Years of

More information

GUI design made easy. Creating the First Project with. additional software

GUI design made easy. Creating the First Project with. additional software Creating the First Project with additional software Software for rapid development of graphical user interfaces for various types of TFT displays GUI design made easy To our valued customers, I want to

More information

TOAD TIPS & TRICKS. Written by Jeff Podlasek, Toad DB2 product manager, Quest

TOAD TIPS & TRICKS. Written by Jeff Podlasek, Toad DB2 product manager, Quest TOAD TIPS & TRICKS Written by Jeff Podlasek, Toad DB2 product manager, Quest Abstract Want to get the most from Toad? This technical brief will walk you through some of its most useful features. You ll

More information

2017 WorkPlace Mobile Application

2017 WorkPlace Mobile Application 2017 WorkPlace Mobile Application User Guide Paramount WorkPlace 2017 and Greater Table of Contents OVERVIEW... 3 GETTING STARTED... 3 Communication Architecture... 3 Mobile Device Requirements... 4 Establish

More information

May 2014 Product Shipping Configuration Change Notice

May 2014 Product Shipping Configuration Change Notice May 2014 Product Shipping Configuration Change Notice Engineering Advisory 92278 This engineering advisory provides details about shipping configuration changes planned for May 2014 to Polycom Unified

More information

WorkPlace Agent Service

WorkPlace Agent Service WorkPlace Agent Service Installation and User Guide WorkPlace 16.00.00.00 + Paramount Technologies Inc. 1374 East West Maple Road Walled Lake, MI 48390-3765 Phone 248.960.0909 Fax 248.960.1919 www.paramountworkplace.com

More information

Capital. Capital Logic Aero. v Student Workbook

Capital. Capital Logic Aero. v Student Workbook Capital v2018.1 Student Workbook 2019 Mentor Graphics Corporation All rights reserved. This document contains information that is trade secret and proprietary to Mentor Graphics Corporation or its licensors

More information

Milestone_TCIT Match Software

Milestone_TCIT Match Software Milestone_TCIT Match Software Prepared on11/24/2014 User Manual Trademarks TCIT and TCIT logo are registered trademarks of Taiwan Colour & Imaging Technology Corporation. Microsoft product names such as

More information

Client Portal Training Manual

Client Portal Training Manual Nexsure Training Manual Client Portal Training Manual Version 2.1.3 Page Nexsure Training Manual 2011 XDimensional Technologies, Inc. All rights reserved. No part of this documentation shall be reproduced,

More information

Upgrade Guide GateManager Version 5.x to 5.x

Upgrade Guide GateManager Version 5.x to 5.x Upgrade Guide GateManager Version 5.x to 5.x This guide covers the procedure of upgrading a GateManager 5 server. Upgrading from GateManager 4.x is covered in another guide, see www.secomea.com The intended

More information

TI-89/TI-92 Plus/Voyage 200 Organizer Suite

TI-89/TI-92 Plus/Voyage 200 Organizer Suite TI TI-89/TI-92 Plus/Voyage 200 Organizer Suite Getting Started Introducing Organizer Start and Quit Organizer How To Use the Calendar Work With Events Work With Tasks More Information Install Apps Delete

More information

Mail Setup Tool (Version 1.2US) User's Guide

Mail Setup Tool (Version 1.2US) User's Guide Mail Setup Tool (Version 1.2US) User's Guide Trademarks Microsoft, Windows, and Windows NT are either registered trademarks or trademarks of Microsoft Corporation in the United States and/or other countries.

More information

Release Notes Virtual File System Driver July 15, 2013

Release Notes Virtual File System Driver July 15, 2013 2.0.0.15 July 15, 2013 EURESYS s.a. shall retain all property rights, title and interest of the documentation of the hardware and the software, and of the trademarks of EURESYS s.a. All the names of companies

More information

Silver Peak. AWS EC-V for Multi- Instance Inbound Load Balancing

Silver Peak. AWS EC-V for Multi- Instance Inbound Load Balancing Silver Peak AWS EC-V for Multi- Instance Inbound Load Balancing Copyright and Trademarks Silver Peak AWS EC-V for Multi-Instance Inbound Load Balancing Guide Date: January 2017 Copyright 2017 Silver Peak

More information

Paging and Loud Ringing with VVX600 and Algo 8180

Paging and Loud Ringing with VVX600 and Algo 8180 SOLUTION MANUAL September 2015 Rev A Paging and Loud Ringing with VVX600 and Algo 8180 Application Note Polycom, Inc. 1 Paging and Loud Ringing with VVX600 and Algo 8180 Copyright 2015, Polycom, Inc. All

More information

Constraint Manager for xpcb Layout. Table of Contents

Constraint Manager for xpcb Layout. Table of Contents Table of Contents 2014 Mentor Graphics Corporation All rights reserved. This document contains information that is trade secret and proprietary to Mentor Graphics Corporation or its licensors and is subject

More information

SecureAssist IntelliJ Plug-in User Guide June 2016

SecureAssist IntelliJ Plug-in User Guide June 2016 SecureAssist IntelliJ Plug-in User Guide June 2016 Copyright 2016 by Codiscope, LLC. All rights reserved. No part or parts of this documentation may be reproduced, translated, stored in any electronic

More information

Yellow Intelligent User Guide A Guide To Downloading SDFI Secure Files

Yellow Intelligent User Guide A Guide To Downloading SDFI Secure Files Yellow Intelligent User Guide A Guide To Downloading SDFI Secure Files * This Guide Is Not For Independent Sale * May 3 rd, 2018 SDFI-TeleMedicine LLC 806 Buchanan Blvd STE 115-299 Boulder City, NV 89005

More information

NCD ThinPATH PC Installation Guide and Release Notes

NCD ThinPATH PC Installation Guide and Release Notes NCD ThinPATH PC Installation Guide and Release s Copyright Copyright 2001 by Network Computing Devices, Inc. (NCD).The information contained in this document is subject to change without notice. Network

More information

Toad Intelligence Central 3.3 New in This Release

Toad Intelligence Central 3.3 New in This Release Toad Intelligence Central 3.3 New in This Release Tuesday, March 28, 2017 This release of Toad Intelligence Central includes the following new features and enhancements. Toad Data Point Enter Variable

More information