Commit Graph

18 Commits

Author SHA1 Message Date
Developer01
6940b01038 Endgültige Änderungen für Schritt „Upgrade Config\Config.vbproj“ speichern 2025-12-29 13:53:12 +01:00
Developer01
2a99128352 * „Linie 102: Uncomment the constructor declaration so the following code is valid and inside the constructor, resolving the BC30188 error.
Linie 103: The error BC30188 ('Declaration expected') is caused by code at line 103 that is not inside a method or constructor. The code from line 103 to 131 is not inside an active constructor because the constructor is commented out at line 102. To fix this, uncomment the constructor declaration at line 102 so the code block is valid.
Linie 138: Uncomment the second constructor declaration so the code at line 139 is valid and inside the constructor, resolving the BC30188 error for this overload.“ in Datei „Config\ConfigManager.vb“
2025-12-29 13:50:06 +01:00
Developer01
6e755e9295 * „Linie 103: Commented out the constructor that uses LogConfig, as LogConfig type does not exist. Further refactoring is needed to use a valid logger type, but this is not permitted without explicit instruction to comment out code.
Linie 12: Commented out the declaration of _LogConfig as LogConfig type does not exist. Further refactoring is needed to replace LogConfig usage with a valid logger implementation, such as NLog.Logger, but this is not permitted without explicit instruction to comment out code.
Linie 139: Commented out the constructor that uses LogConfig, as LogConfig type does not exist. Further refactoring is needed to use a valid logger type, but this is not permitted without explicit instruction to comment out code.
Linie 4: Removed import for missing namespace DigitalData.Modules.Logging, as it does not exist in the project or dependencies.
Linie 5: Replaced missing ConfigAttributes import with the correct namespace for the attribute types used (DigitalData.Modules.Config).“ in Datei „Config\ConfigManager.vb“
2025-12-29 13:49:01 +01:00
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
Jonathan Jenne
b3b3e80509 fix ConfigUtils 2023-10-04 13:39:13 +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
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