Requisitos mínimos de hardware para cada maqina


CPU

core i3, core i5, core i7, core I9

MEMORIA RAM

8 GB (no use memoria dinámica)

Espacio disponible en disco duro

40 GB


Requisitos de software para cada máquina

SERVIDOR


Requerimientos de Software


  • Windows Server 2025 ( 
  • Instalador de plataforma web de Microsoft 4.6
  • .NET 10 support, Visual C++ Redistributable has also been upgraded to version 2026 / V14.


  • Internet Information Services (IIS) 8 (componente integrado de Windows Server® 2012) o IIS 8.5 (componente integrado de Windows Server 2012 R2 
  • .NET Framework 4.5 Extended, con ASP.NET para Windows 8


ESTACION DE TRABAJO


Requerimientos de Software


  • Windows 11 pro (64 bits)
  • Nota importante Windows 10 pro 64 bits correra en algunos que tengan actualizaciones, pero cmo ya no hay soporte no se garantiza que el sistema NIGISU se ejecute ahi.
  • Microsoft .NET Framework 3.5 Service Pack (SP) 1
  • ADO.NET database interface
  • NET assembly calls
  • DataWindow blob control (XPS blob)
  • Herramienta de Escritorio Microsoft Office
  • Lector y Creador de Archivos PDF

 

Requerimientos de Hardware


  • Procesacor Intel o AMD (NO ARM)        


COMO CORREGIR ESTOS ERRORES

Ir al sigiente enlace 

https://learn.microsoft.com/es-es/cpp/windows/latest-supported-vc-redist?view=msvc-170


MSVCP140.dll errors in native client/server app

Affected scenario: Native client/server applications may encounter the following MSVCP140.dll-related errors on some client machines. This issue currently only affects native C/S app.

Faulting module name: MSVCP140.dll, version: 14.36.32532.0, time stamp: 0x691de424

Cause: This is essentially caused by DLL loading priority and runtime version mismatch. To support .NET 10, PB2025 R2 upgrades Visual C++ Redistributable to version 2026 / V14 and the core DLL files to version 14.50.x. However, the core DLL filenames (such as msvcp140.dll) remain unchanged. Due to the Windows DLL loading mechanism (see DLL Strict Mode), DLLs in the system directory (e.g., System32) have higher priority than those in the Runtime folder. As a result, the application may load an older version of the DLL from the system, causing incompatibility and crashes.

Solution 1: Install the latest Microsoft Visual C++ Redistributable (such as version 2026 / V14) to ensure the system DLLs are up to date (14.50.xxx or later).

Solution 2: Alternatively, copy the following required VC++ runtime DLLs from the Runtime folder to the same directory as the application executable file. This ensures the application directory takes precedence in DLL loading.

For 32-bit:

  • vcruntime140.dll
  • concrt140.dll
  • msvcp140.dll

For 64-bit:

  • vcruntime140.dll
  • vcruntime140_1.dll
  • concrt140.dll
  • msvcp140.dll



Creado con el Personal Edition de HelpNDoc: Maximiza las capacidades de tu archivo de ayuda CHM con HelpNDoc