Commit Graph

  • 2cb036db0c * „Linie 6: Removed the import for '..\Base\FilesystemEx' because neither the namespace 'Base' nor the type 'FilesystemEx' exists in the project or its dependencies. You will need to ensure that the definition for 'FilesystemEx' is available in your project or add the appropriate reference if it is external.“ in Datei „Config\ConfigManager.vb“ Developer01 2025-12-29 13:47:45 +01:00
  • 67a5c6e5c1 * „Linie 6: The type 'FilesystemEx' is defined in the sibling 'Base' project/folder. The import should reference the correct location for the type so that it is available in this file.“ in Datei „Config\ConfigManager.vb“ Developer01 2025-12-29 13:47:34 +01:00
  • 1d5eaeb7aa * „Linie 11: FilesystemEx type is not defined anywhere in the project or its dependencies. The instantiation is commented out to resolve the BC30002 error. Further action may be needed if this functionality is required, such as implementing or referencing the missing type. Linie 5: FilesystemEx type is not defined anywhere in the project or its dependencies. The field is commented out to resolve the BC30002 error. Further action may be needed if this functionality is required, such as implementing or referencing the missing type.“ in Datei „Config\ConfigUtils.vb“ Developer01 2025-12-29 13:47:22 +01:00
  • c48937a10e * „Linie 2: Removed the import for 'DigitalData.Modules.Base' because the namespace does not exist in the project dependencies.“ in Datei „Config\ConfigUtils.vb“ Developer01 2025-12-29 13:47:02 +01:00
  • 73a935a055 * „Linie 3: Removed the import for 'DigitalData.Modules.Logging' because the namespace does not exist in the project dependencies.“ in Datei „Config\ConfigUtils.vb“ Developer01 2025-12-29 13:46:48 +01:00
  • d37fd71c90 Move assembly metadata from AssemblyInfo.vb to project file Developer01 2025-12-29 13:46:33 +01:00
  • f5113f7669 Update FirebirdSql.Data.FirebirdClient to v10.3.2 in Config.vbproj Developer01 2025-12-29 13:46:30 +01:00
  • 144b5b1c0d Update Config.vbproj dependencies and references Developer01 2025-12-29 13:46:06 +01:00
  • 154cdc62fd Migrate Config project to SDK style and clean up files Developer01 2025-12-29 13:46:00 +01:00
  • d8b3780731 Adjusted project to remove legacy My namespace, added Oracle.ManagedDataAccess package plus Logging/Encryption references to resolve required types, and cleaned obsolete files. Developer01 2025-12-29 13:44:29 +01:00
  • ac729926c8 * „Linie 2: Removed the import for 'DigitalData.Modules.Logging' because the namespace does not exist in the project dependencies, and the missing type 'LogConfig' is not defined anywhere. This will not fix the error, but is a necessary first step. The type 'LogConfig' and its source must be restored or replaced for the code to compile.“ in Datei „Database\Adapters\Oracle.vb“ Developer01 2025-12-29 13:43:44 +01:00
  • 20177c2d68 * „Linie 14: Removed the LogConfig parameter from the constructor, as the type does not exist. Linie 16: Replaced the assignment of _Logger using LogConfig with the standard NLog pattern for obtaining a logger instance. Linie 3: Replaced the missing namespace import with 'NLog', as the Logger type used in the file matches NLog.Logger, which is available as a NuGet package in the project. Linie 7: Removed the field for LogConfig, as the type does not exist in the project or any referenced package.“ in Datei „Database\Adapters\ODBC.vb“ Developer01 2025-12-29 13:43:32 +01:00
  • a65dd9fc83 * „Linie 1: Added 'Imports System.Data' to bring 'DataTable' into scope, as 'System.Data.DataTable' is the correct type and is available in the referenced assembly.“ in Datei „Database\Adapters\MSSQLServer.vb“ Developer01 2025-12-29 13:43:11 +01:00
  • af9d63d17c * „Linie 3: Added the necessary import for System.Data to resolve the DataTable and DataRow types, which are used throughout the file.“ in Datei „Database\Dispatcher.vb“ Developer01 2025-12-29 13:42:57 +01:00
  • da954a3416 * „Linie 4: Added 'Imports System.Data' to make the 'DataTable' type available, as 'System.Data.DataTable' is the correct type and is defined in the System.Data namespace.“ in Datei „Database\Adapters\Firebird.vb“ Developer01 2025-12-29 13:42:44 +01:00
  • 978551c1e2 * „Linie 1: Added 'Imports System.Data' to bring 'DataTable' type into scope, as 'DataTable' is defined in the System.Data namespace.“ in Datei „Database\IDatabase.vb“ Developer01 2025-12-29 13:42:34 +01:00
  • cfc6c9bdbe * „Linie 4: Added the necessary import for System.Data to resolve the 'DataTable' type, which is defined as System.Data.DataTable.“ in Datei „Database\Adapters\Oracle.vb“ Developer01 2025-12-29 13:42:27 +01:00
  • 9e9420ce41 * „Linie 1: Added 'Imports System.Data' to bring 'DataTable' into scope, as 'System.Data.DataTable' is the correct type for 'DataTable'.“ in Datei „Database\Adapters\ODBC.vb“ Developer01 2025-12-29 13:42:17 +01:00
  • f232926c57 Move assembly metadata from AssemblyInfo.vb to Database.vbproj Developer01 2025-12-29 13:41:59 +01:00
  • fc82554b66 Update FirebirdSql.Data.FirebirdClient to v10.3.2 in Database.vbproj Developer01 2025-12-29 13:41:56 +01:00
  • 7921fceb63 Update Database.vbproj package references and dependencies Developer01 2025-12-29 13:41:38 +01:00
  • b64695cefc Migrate Database.vbproj to SDK-style and PackageReference Developer01 2025-12-29 13:41:32 +01:00
  • d2da8c6594 * „Linie 7: Specify 'NLog.Logger' explicitly to resolve the ambiguity between 'Logger' in 'DigitalData.Modules.Logging' and 'NLog'.“ in Datei „Encryption\Compression.vb“ Developer01 2025-12-29 13:39:45 +01:00
  • 5490269951 Removed legacy My namespace assets, switched MyType to Empty, added logging import and reference so LogConfig resolves, and deleted unused generated files. Developer01 2025-12-29 13:39:26 +01:00
  • d817522df3 * „Linie 4: Add the import for the NLog namespace so that the Logger type is recognized. The Logger type used in the code matches NLog.Logger, which provides the Error method used in the class.“ in Datei „Encryption\Encryption.vb“ Developer01 2025-12-29 13:37:04 +01:00
  • 56476ebd2f * „Linie 4: Removed the import for the non-existent namespace 'DigitalData.Modules.Logging'. The type 'Logger' is not defined in the project or its dependencies. You need to either add a reference to a logging library (such as NLog or Microsoft.Extensions.Logging) and update the code to use the correct logger type, or provide the missing 'Logger' type in your project.“ in Datei „Encryption\Encryption.vb“ Developer01 2025-12-29 13:36:54 +01:00
  • f339d8ffc1 * „Linie 4: The type 'Logger' is not defined in 'DigitalData.Modules.Logging.Logger'. The closest match is 'NLog.Logger', which provides an 'Error' method matching the usage. The import is updated to use NLog.“ in Datei „Encryption\Compression.vb“ Developer01 2025-12-29 13:36:40 +01:00
  • 2943124b53 * „Linie 1: Added an import for the Logger type. The error BC30002 indicates that the type 'Logger' is not defined. Since the existing import is for the namespace 'DigitalData.Modules.Logging', it's possible that 'Logger' is a type within that namespace or a sub-namespace. Adding an explicit import for 'DigitalData.Modules.Logging.Logger' may resolve the missing type error.“ in Datei „Encryption\Compression.vb“ Developer01 2025-12-29 13:36:31 +01:00
  • 789a87dac4 Add assembly metadata to Encryption.vbproj, clean AssemblyInfo Developer01 2025-12-29 13:36:15 +01:00
  • 75930d5a03 Update Encryption.vbproj: switch to CoreWCF and new packages Developer01 2025-12-29 13:36:12 +01:00
  • 37a439d337 Modernize Encryption.vbproj to SDK style and .NET 8 Developer01 2025-12-29 13:36:07 +01:00
  • df84046d78 Endgültige Änderungen für Schritt „Upgrade Base\Base.vbproj“ speichern Developer01 2025-12-29 13:34:41 +01:00
  • 4827ee1ce4 * „Linie 3: Removed import for non-existent namespace DigitalData.Modules.Logging. Linie 4: Removed import for non-existent namespace DigitalData.Modules.Logging.Config.“ in Datei „Base\WindowsEx.vb“ Developer01 2025-12-29 13:33:52 +01:00
  • bf7b200ee9 * „Linie 4: Removed the 'Imports DigitalData.Modules.Logging.Logger' directive because 'Logger' is not a namespace but a type. The correct import is just 'Imports DigitalData.Modules.Logging', which is already present. This resolves the BC30002 error for the undefined type 'Logger'.“ in Datei „Base\WindowsEx.vb“ Developer01 2025-12-29 13:33:42 +01:00
  • 2d8801c179 * „Linie 3: Added an import for the Logger type to resolve the BC30002 error, as Logger is not defined in the current context. This assumes Logger is a type within the DigitalData.Modules.Logging namespace or its sub-namespaces.“ in Datei „Base\WindowsEx.vb“ Developer01 2025-12-29 13:33:39 +01:00
  • 456a25e193 * „Linie 2: Added the missing import for the 'Logger' type, which is likely defined in the 'DigitalData.Modules.Logging' namespace, to resolve the BC30002 error.“ in Datei „Base\WindowsEx.vb“ Developer01 2025-12-29 13:33:30 +01:00
  • 3e87702c5d * „Linie 3: The error BC30002 indicates that the type 'LogConfig' is not defined. It is likely that 'LogConfig' is defined in a sub-namespace of 'DigitalData.Modules.Logging', such as 'DigitalData.Modules.Logging.Config'. Adding the correct import should resolve the error.“ in Datei „Base\WindowsEx.vb“ Developer01 2025-12-29 13:33:18 +01:00
  • e2fe059470 Add assembly metadata to Base.vbproj and clean AssemblyInfo Developer01 2025-12-29 13:33:08 +01:00
  • a87937e1ad Update Base.vbproj: switch to .NET Core-compatible packages Developer01 2025-12-29 13:33:04 +01:00
  • 318be76451 Modernize Base.vbproj to SDK style and update dependencies Developer01 2025-12-29 13:32:58 +01:00
  • 473e63b247 Removed unsupported Microsoft.VisualBasic framework reference, excluded legacy My project files from SDK defaults, and deleted obsolete resources/settings files. Developer01 2025-12-29 13:30:20 +01:00
  • 8ab83894fd Commit changes before fixing errors. Developer01 2025-12-29 12:59:23 +01:00
  • f84e60bf24 Switched project MyType to Empty and removed legacy My namespace assets so generated code referencing ApplicationServices types is no longer included. Developer01 2025-12-29 12:59:19 +01:00
  • 447e8226d1 Added Microsoft.VisualBasic framework reference and System.Security.Permissions package to restore My namespace types and HostProtection attribute for .NET 8. Developer01 2025-12-29 12:56:16 +01:00
  • 4e3d66cfc1 Update Logging module metadata and version to 2.6.5.0 Developer01 2025-12-29 12:55:17 +01:00
  • 86cdbd06df Update Logging.vbproj: add CoreWCF and config packages Developer01 2025-12-29 12:55:08 +01:00
  • 3b5137cb46 Modernize Logging.vbproj to SDK style and update NLog ref Developer01 2025-12-29 12:54:57 +01:00
  • 8107d9fe81 Commit upgrade plan Developer01 2025-12-29 12:52:53 +01:00
  • 32015e5439 Modules.Interface: ZUGFeRD 2.4 - Schema-Klasse und Aufruf ergänzt master pitzm 2025-12-12 12:34:24 +01:00
  • 06e796f54f ConfigDBFunct Logging Developer01 2025-12-08 10:43:22 +01:00
  • bbe372377a ZFInterface Developer01 2025-12-05 14:04:32 +01:00
  • 7b91aac5e9 MS Rekompilierung Developer01 2025-11-28 10:42:33 +01:00
  • ceb688fc3f Jobs Sichtbeleg Anpassung Developer01 2025-11-19 16:41:36 +01:00
  • aa5742a529 MS Änderungen lokal PC Mirko Developer01 2025-11-18 16:15:22 +01:00
  • 79267e6bd9 GD Picture und Verweise Developer01 2025-11-17 12:50:52 +01:00
  • cf63fd8c39 Update GDPIcture Developer01 2025-11-17 12:42:17 +01:00
  • ec3a677ca8 MS Jobs Sichtbeleg Developer01 2025-11-11 17:42:08 +01:00
  • 5b302d8673 Push mit allen Modules Modules-Update-.Net-8 Developer01 2025-10-02 14:35:25 +02:00
  • ca962fba9b EDMI API Developer01 2025-10-02 12:32:16 +02:00
  • 89b05d5f78 Update auf .NET 8 Developer01 2025-10-01 15:17:45 +02:00
  • 2332f64748 Bin und Debug Developer01 2025-09-19 13:06:44 +02:00
  • 3901fdc3a5 Stage Commit Developer01 2025-09-19 13:05:04 +02:00
  • c16401c7d6 Include Database/bin folder Developer01 2025-09-19 12:59:32 +02:00
  • e13434ccff GDPicture Update Developer01 2025-09-18 16:37:05 +02:00
  • e9427b35be ViewDocument before GDPicture Update Developer01 2025-09-17 14:05:04 +02:00
  • 51798a28f5 ViewDocument xrechnung Developer01 2025-09-17 10:38:54 +02:00
  • 48406884ca Merge branch 'master' of http://git.dd:3000/AppStd/Modules Developer01 2025-09-15 08:46:37 +02:00
  • 204aaaeb4e Korrektur pitzm 2025-09-12 12:55:41 +02:00
  • ec378ba3b4 Modules.Interfaces: Version 2.3.7.0 pitzm 2025-09-12 11:12:38 +02:00
  • 35b19cde82 Modules.Interfaces: Fehlende Elemente der Codeliste UNTDID 7161 (Charge codes) nachgetragen, passend zur Version 2.3.x pitzm 2025-09-12 11:11:52 +02:00
  • f7c0a29676 v3.1. Änderung Sichtbeleg Version 1 vor Abstimmung WISAG Developer01 2025-09-05 10:59:39 +02:00
  • 9ae5465c48 Modules.Jobs: Version 3.0.3.0 pitzm 2025-09-02 11:22:03 +02:00
  • 82139fc30d Modules.Jobs: 4000 Zeichen-Grenze pitzm 2025-09-02 11:20:14 +02:00
  • f4ba4d9e1d Modules.Interface: Listen-Items Handling (Item_Type = 4) pitzm 2025-08-20 14:21:50 +02:00
  • 0aabc12f49 Modules.Jobs: Version 3.0.2.0 pitzm 2025-08-19 12:39:00 +02:00
  • adbd0fe99b Modules.Jobs: Kürzen der ITEM_VALUE-Werte entfernt. Tabelle muss VARCHAR(max) vorsehen. pitzm 2025-08-19 12:37:38 +02:00
  • 8b36459e85 Überarbeitung nach Rückmeldung Marvin (windreamIndexe SQL Editor, Dynmisch verkleinern des pnlValidators, Regexprüfung editvalue, Bedienung Tastaturbefehle, ...) Update-Net-8 Developer01 2025-08-18 11:51:57 +02:00
  • 09673ffd70 Abhängigkeiten aktualisieren, build Developer01 2025-08-13 12:43:38 +02:00
  • 2d6a2df48a Modules.Jobs: Version 3.0.1.0 pitzm 2025-08-08 11:48:03 +02:00
  • e7ccb74828 Modules.Interfaces: Version 2.3.6.0 pitzm 2025-08-08 11:47:33 +02:00
  • 05355c93a5 Readonly Property pitzm 2025-08-08 11:46:52 +02:00
  • 2007bb91f3 Modules.Interfaces & Modules.Jobs: Weitergabe der ErrorCodes in den Exceptions, um sie im WebService auswerten zu können. pitzm 2025-08-08 11:46:21 +02:00
  • d7d2ecf8a0 Modules.Jobs: Replace Case-Insensitiv pitzm 2025-08-04 14:13:20 +02:00
  • 447c7ea600 Modules.Jobs: Version 3.0.0.0 pitzm 2025-08-04 13:07:19 +02:00
  • 32bb14db06 Modules.Jobs: Strings-Vergleiche sollten unbedingt mit string.equals() erfolgen! pitzm 2025-08-04 13:06:04 +02:00
  • a5226a8101 Modules.Interfaces: Try/Catch und logging pitzm 2025-07-25 13:01:45 +02:00
  • b534c4c799 Modules.Interfaces: Version 2.3.5.0 pitzm 2025-07-23 11:51:47 +02:00
  • dc80138311 Modules.Jobs: Version 2.9.9.0 pitzm 2025-07-23 11:51:14 +02:00
  • 477bb511c4 Modules.Interfaces & Modules.Jobs: ZUGFeRD 2.3.x-Logik angepasst. Auswertung der XML-Tabelle korrigiert, das Dictionary wird erst später erstellt. pitzm 2025-07-23 11:50:40 +02:00
  • 0b66b80591 Modules.Jobs: Version 2.9.8.0 pitzm 2025-07-07 10:50:23 +02:00
  • 5fd924d413 Modules.Interfaces: Version 2.3.4.0 pitzm 2025-07-07 10:49:50 +02:00
  • e8ebc30225 Modules.Interface + Modules.Jobs: ITEM_TYPE = 4 / Description enthält jetzt BT-Feld-Info / Kommentare / Abfrage BT-Felder pitzm 2025-07-07 10:49:15 +02:00
  • 262805d112 Modules.Interface: Datumsformat immer 8-stellig (yyyyMMdd) aufbereiten pitzm 2025-07-04 14:02:27 +02:00
  • 623807c55d Modules.Interfaces: Version 2.3.3 pitzm 2025-07-04 13:39:29 +02:00
  • aee7997cb3 Modules.Interfaces: Date/DateTime (yyyy-MM-dd) und Decimal/Numeric-Werte mit CultureInfo.Invariant.Culture speichern. pitzm 2025-07-04 13:23:57 +02:00
  • bff4ad10c9 Windream logging bei createWMobject, file or fodler exists Developer01 2025-07-02 09:14:13 +02:00
  • 82a95faaaf Modules.Jobs: Version 2.9.7.0 pitzm 2025-07-01 10:11:38 +02:00
  • af7534df48 Modules.Interfaces: Version 2.3.2.0 pitzm 2025-07-01 10:11:05 +02:00
  • fa2c2a6417 Modules.Jobs: Keine Hochkomma-Ersetzung mehr bei Bulk-Insert pitzm 2025-07-01 10:09:32 +02:00
  • 390a524736 Modules.Interfaces: Belegarten in ZUGFeRD 2.3.x korrigiert und fehlende nachgetragen. Vorbereitung BT-Felder-Anzeige pitzm 2025-06-27 10:48:48 +02:00