Developer01 6b615c9b7b * „Linie 49: Commented out the case for DevExpress.XtraEditors.DateEdit because the type does not exist in the project or its dependencies. This prevents the BC30002 error while preserving the business logic for future restoration if the type becomes available.
Linie 50: Commented out the instantiation of DevExpress.XtraEditors.DateEdit to avoid referencing a missing type.
Linie 51: Commented out the usage of the missing type's member to prevent compilation errors.
Linie 52: Commented out the assignment that depends on the missing type to prevent errors.“ in Datei „Patterns\Modules\Controls.vb“
2025-12-29 15:01:21 +01:00
2025-12-29 12:52:53 +01:00
2023-01-24 14:35:09 +01:00
2024-09-23 16:50:38 +02:00
2025-11-28 10:42:33 +01:00
2024-01-31 10:15:31 +01:00
2023-09-05 10:47:37 +02:00
2025-11-17 12:42:17 +01:00
2025-03-28 15:27:18 +01:00
2024-01-26 10:41:06 +01:00
2023-11-14 10:10:14 +01:00

Modules

Diese Projektmappe enthält die Grundfunktionen für alle Produkte in Form von Modulen.

Deploy Skript

Das Skript copy-binary.ps1 liegt im Hauptverzeichnis und kann über den folgenden Befehl aufgerufen werden. Der Befehl wird pro Projekt in den Projekteinstellungen unter Kompilieren > Buildereignisse > Postbuildereignis eingetragen und sorgt dafür, dass die Assembly des Projekts in ein Deploy Verzeichnis kopiert wird.

powershell.exe -command "& { &'$(SolutionDir)copy-binary.ps1' '$(TargetPath)' '$(TargetFileName)' '$(ConfigurationName)' }"
Description
No description provided
Readme 161 MiB
Languages
Visual Basic .NET 100%