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
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
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
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
ec378ba3b4
Modules.Interfaces: Version 2.3.7.0
pitzm2025-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
pitzm2025-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
pitzm2025-09-02 11:22:03 +02:00
2007bb91f3
Modules.Interfaces & Modules.Jobs: Weitergabe der ErrorCodes in den Exceptions, um sie im WebService auswerten zu können.
pitzm2025-08-08 11:46:21 +02:00
a5226a8101
Modules.Interfaces: Try/Catch und logging
pitzm2025-07-25 13:01:45 +02:00
b534c4c799
Modules.Interfaces: Version 2.3.5.0
pitzm2025-07-23 11:51:47 +02:00
dc80138311
Modules.Jobs: Version 2.9.9.0
pitzm2025-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.
pitzm2025-07-23 11:50:40 +02:00
0b66b80591
Modules.Jobs: Version 2.9.8.0
pitzm2025-07-07 10:50:23 +02:00
5fd924d413
Modules.Interfaces: Version 2.3.4.0
pitzm2025-07-07 10:49:50 +02:00