Home Marketplace Training 1С:Enterprise 8.2 Platform. Training Version. Buy online.
1С:Enterprise 8.2 Platform. Training Version. Buy online. PDF Print E-mail

1C:Enterprise 8.2

Training Version

Training version of 1C:Enterprise 8.2 platform is the operating 1C:Enterprise 8.2 platform with the following limitations:

  • Data count is limited:
    • Maximum record count in account tables is 500;
    • Maximum record count in object main tables is 200;
    • Record count in object tabular sections is 1000;
    • Record count in record sets is 1000;
  • Client-server mode is not supported;
  • Distributed infobases are not supported;
  • COM-connection is not supported;
  • Password use and operating system authentication for users are not available;
  • Spreadsheets printing and saving are supported in Designer only;
  • Copying contents of more than 1 cell of spreadsheet document is not supported in 1C:Enterprise mode;
  • Performance of training version is lower than 1C:Enterprise 8.2 commercial version;
  • Operating with configuration repository is not supported;
  • Functionality, related with configuration distribution, is not available;
  • The number of simultaneous operating sessions is limited by 1.

Training version lacks hardware and software protection.

Basing on training version of 1C:Enterprise 8.2 platform 1С Company has created the product 1C:Enterprise 8.2. Designer's Training Version. This product is intended for training users and can't be used in real enterprise automation solutions.

1C:Enterprise 8.2. Designer's Training Version software is intended to train editing existing and creating new applied solutions in 1C:Enterprise 8.2 system.

If you need additional information please contact us.

2Checkout.com
Price: EUR 119
Country: Quantity:

2CheckOut.com Inc. (Ohio, USA) is an authorized retailer for goods and services provided by 1centerprise.com.
Please contact us to pay by: Moneybookers payment
WebMoney
 
 

1C:Enterprise Forum Posts

  • Links to Download • New installation is available
    Updated 4.0.3.1 installation is available. It does not include debug dll dependencies.
    It fixes LoadLibrary Elisy.NetBridge.dll cannot load module error when executing regsvr32 Elisy.NetBridge.dll.
    Previous installation is outdated.
    Elisy-Net-Bridge-SDK-4.zip

    Statistics: Posted...

  • Links to Download • Re: How to add .Net support to 1C:Enterprise 7.7/8.0/8.1/8.2
    Senks very much

    Statistics: Posted by savitur — Thu Jan 05, 2012 9:29 am


  • Links to Download • .Net Bridge 4.0.3 to call generic methods
    The latest product update (version 4.0.3) includes the possibility to call generic methods.
    You can use the following code:
    Code:
    extendedFilePropertiesPart1 = parent.AddNewPart(net.T("DocumentFormat.OpenXml.Packaging.ExtendedFilePropertiesPart"), "rId3");

    You can use the similar approach...
  • Plug-ins and integration with other solutions • Re: 1C and Dynamix AX
    speterburger wrote:
    net.LoadAssemblyFrom("C:\Windows\assembly\GAC_32\Microsoft.Dynamics.BusinessConnectorNet\5.0.0.0__31bf3856ad364e35\Microsoft.Dynamics.BusinessConnectorNet.dll");

    Произошла исключительная ситуация (Elisy.NetBridge.dll): System.Reflection.TargetInvocationException: Адресат вызова создал исключение. ---> System.IO.FileLoadException: Сборка для смешанного режима построена на основе версии "v2.0.50727" среды выполнения и не может быть...
  • Plug-ins and integration with other solutions • Re: 1C and Dynamix AX
    net.LoadAssemblyFrom("C:\Windows\assembly\GAC_32\Microsoft.Dynamics.BusinessConnectorNet\5.0.0.0__31bf3856ad364e35\Microsoft.Dynamics.BusinessConnectorNet.dll");

    Произошла исключительная ситуация (Elisy.NetBridge.dll): System.Reflection.TargetInvocationException: Адресат вызова создал исключение. ---> System.IO.FileLoadException: Сборка для смешанного режима построена на основе версии "v2.0.50727" среды выполнения и не может быть загружена в...
  • Plug-ins and integration with other solutions • Re: 1C and Dynamix AX
    You can try Elisy .Net Bridge 4 plug-in to access .NET Business Connector. The 1C script sample will be like this:
    Code:
    //Elisy .Net Bridge initialization
    AttachAddIn("Elisy.NetBridge4");
    AddIn = New("AddIn.ElisyNetBridge4");
  • Plug-ins and integration with other solutions • 1C and Dynamix AX
    There are any samples or solution using Ne Business Connector from 1C Enterprise 8.2?

    Statistics: Posted by speterburger — Thu Dec 22, 2011 7:31 am