Commit Graph

46 Commits

Author SHA1 Message Date
Developer01
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“ 2025-12-29 13:47:45 +01:00
Developer01
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“ 2025-12-29 13:47:34 +01:00
Developer01
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“
2025-12-29 13:47:22 +01:00
Developer01
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“ 2025-12-29 13:47:02 +01:00
Developer01
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“ 2025-12-29 13:46:48 +01:00
Developer01
d37fd71c90 Move assembly metadata from AssemblyInfo.vb to project file
Assembly metadata such as title, description, company, product, copyright, and version information was removed from AssemblyInfo.vb and added to the Config.vbproj project file. This centralizes assembly attributes in the project file, streamlining configuration and reducing redundancy. No functional code changes were made.
2025-12-29 13:46:33 +01:00
Developer01
f5113f7669 Update FirebirdSql.Data.FirebirdClient to v10.3.2 in Config.vbproj
Upgraded the FirebirdSql.Data.FirebirdClient NuGet package from version 7.5.0 to 10.3.2 in the Config/Config.vbproj project file. No other dependencies were changed.
2025-12-29 13:46:30 +01:00
Developer01
144b5b1c0d Update Config.vbproj dependencies and references
Removed direct assembly references and several old package versions from Config.vbproj. Upgraded EntityFramework to 6.5.1, EntityFramework.Firebird to 10.1.0, and System.Data.Odbc to 8.0.1. Added new package references for System.Configuration.ConfigurationManager and multiple CoreWCF components (Primitives, ConfigurationManager, Http, WebHttp, NetTcp) at version 1.8.0 to modernize and expand WCF support.
2025-12-29 13:46:06 +01:00
Developer01
154cdc62fd Migrate Config project to SDK style and clean up files
Refactored Config.vbproj to use the modern SDK-style project format targeting net8.0-windows, replacing explicit assembly references with PackageReference entries and removing legacy MSBuild imports and settings. Deleted SampleConfig.vb, which contained a sample configuration class, and removed the obsolete packages.config file, consolidating NuGet package management into the project file. These changes modernize the project structure and streamline dependency management.
2025-12-29 13:46:00 +01:00
Developer01
06e796f54f ConfigDBFunct Logging 2025-12-08 10:43:22 +01:00
Developer01
7b91aac5e9 MS Rekompilierung 2025-11-28 10:42:33 +01:00
Developer01
79267e6bd9 GD Picture und Verweise 2025-11-17 12:50:52 +01:00
Developer01
8c829d490f MS Baget 2025-03-26 15:27:35 +01:00
b0bc5113ef Modules.Config: Version 1.3.0.0 2025-01-09 10:15:03 +01:00
976da9a153 Modules.Config: Abfrage von Lizenzen zentral über eine Funktion, die auch die Version berücksichtigt. 2025-01-09 10:13:48 +01:00
Developer01
41af4b0506 Update GDPicture 2024-09-23 16:50:38 +02:00
Jonathan Jenne
9ac9895ed4 Integrate copy-binary-ps1 script 2024-01-31 10:05:28 +01:00
Jonathan Jenne
30c602a9bf clean up 2023-12-20 15:09:10 +01:00
Jonathan Jenne
3c149a32e9 Config: Version 1.2.2.0 2023-10-04 13:59:16 +02:00
Jonathan Jenne
2153e83426 fix 2023-10-04 13:58:26 +02:00
Jonathan Jenne
278dda42a8 fix 2023-10-04 13:41:12 +02:00
Jonathan Jenne
1556f8bc45 fix 2023-10-04 13:40:09 +02:00
Jonathan Jenne
b3b3e80509 fix ConfigUtils 2023-10-04 13:39:13 +02:00
Jonathan Jenne
441f65915f Config: improve config migration 2023-10-04 13:21:03 +02:00
Jonathan Jenne
7a6537d529 Config: add MigrateAppConfig 2023-09-29 13:14:39 +02:00
Jonathan Jenne
6f33261101 Fix filesystem refs 2023-09-05 10:47:37 +02:00
8e1c459a61 MS Config OverrideLang 2023-02-22 12:03:41 +01:00
Jonathan Jenne
d9690d270b Downgrade to 4.6.2 2023-01-24 14:35:09 +01:00
b33720c61e MS 2023-01-03 16:03:15 +01:00
Jonathan Jenne
b329492521 Config: Update to Nlog 5 - Version 1.2.0.0 2022-11-25 12:56:24 +01:00
Jonathan Jenne
042bbce9f4 MONSTER: Rename Monorepo to Modules, only keep Projects under Modules.* 2022-09-29 13:50:43 +02:00
Jonathan Jenne
b4151e8b81 move config project to Modules.Config folder 2019-04-15 14:25:30 +02:00
Jonathan Jenne
9e33f51d3a Config - version 0.3.0 2019-04-15 14:01:09 +02:00
Jonathan Jenne
a382b37d59 Add constructor to Config Manager which accepts only a userpath for ui settings which will be saved in Roaming 2019-04-05 15:48:52 +02:00
Jonathan Jenne
bad7cea8d6 More Logging for Config Module, Add ControlPatcher, Add More UIConfig Items 2019-02-22 15:13:26 +01:00
Jonathan Jenne
19bc39c0ce load default config when config exists but is empty 2019-02-22 11:41:05 +01:00
Jonathan Jenne
72788c84bd Load Dynamic Form for frmEdit, Save Application Skin, add UIConfig 2019-02-21 16:53:27 +01:00
Jonathan Jenne
bc7605bdcf rename project to ClientSuite, add application timer 2019-02-18 11:14:02 +01:00
Jonathan Jenne
914ba9dc90 config in client suite 2019-02-13 16:23:02 +01:00
Jonathan Jenne
9ee59ac400 Config Manager WIP 2019-02-13 15:19:09 +01:00
Jonathan Jenne
dd8be573d0 jj: update deps 2019-02-05 13:49:11 +01:00
Jonathan Jenne
7d691246f5 jj: add app state 2019-01-30 15:27:07 +01:00
Jonathan Jenne
abbea6dfa7 jj: Something? 2018-10-11 16:44:01 +02:00
Jonathan Jenne
44f9be5e40 jj: Update Nlog to 4.5.10, Firebird to 6.3.0.0 2018-10-11 16:42:29 +02:00
Jonathan Jenne
5c4462b9ec update assembly name for config module 2018-09-21 14:55:56 +02:00
Jonathan Jenne
6f2dc105d3 Add Variables & Config Modules 2018-09-07 16:32:21 +02:00