Developer01 33ee95ebbe * „Linie 45: Commented out the case for DevExpress.XtraEditors.TextEdit because the type does not exist in the project or its dependencies. This prevents the BC30002 error while preserving the business logic for future reference.
Linie 46: Commented out the instantiation of DevExpress.XtraEditors.TextEdit as the type is not available, preventing the BC30002 error.
Linie 47: Commented out the usage of the missing type's member to avoid the BC30002 error.“ in Datei „Patterns\Modules\Controls.vb“
2025-12-29 15:01:42 +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%